@OpenApiAll
public class Scope
extends java.lang.Object
Constructor and Description |
---|
Scope(java.util.Collection<Element> rootElements,
java.util.Collection<DiagramPresentationElement> diagrams) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.util.Collection<DiagramPresentationElement> |
getDiagrams() |
java.util.Collection<Element> |
getRootElements() |
int |
hashCode() |
public Scope(java.util.Collection<Element> rootElements, java.util.Collection<DiagramPresentationElement> diagrams)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.util.Collection<Element> getRootElements()
public java.util.Collection<DiagramPresentationElement> getDiagrams()