Package | Description |
---|---|
de.uni_due.inf.ti.dragom.data |
Modifier and Type | Method and Description |
---|---|
AnnotationBounds |
AnnotatedTypeGraph.getAnnotationBounds(de.uni_due.inf.ti.graph.GraphElement element)
Gets the active annotation bound of a graph element
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<de.uni_due.inf.ti.graph.GraphElement,AnnotationBounds> |
AnnotatedTypeGraph.getCurrentMultiplicity()
Gets the active multiplicity
|
java.util.List<java.util.HashMap<de.uni_due.inf.ti.graph.GraphElement,AnnotationBounds>> |
AnnotatedTypeGraph.getMultiplicities()
Gets a list of multiplicities for the multiply annotated type graph
|
Modifier and Type | Method and Description |
---|---|
de.uni_due.inf.ti.graph.Edge |
AnnotatedTypeGraph.addAnnotatedEdge(de.uni_due.inf.ti.graph.Label label,
AnnotationBounds bounds,
java.util.List<de.uni_due.inf.ti.graph.Node> nodes)
Adds an annotated edge to the graph
|
de.uni_due.inf.ti.graph.Edge |
AnnotatedTypeGraph.addAnnotatedEdge(de.uni_due.inf.ti.graph.Label label,
AnnotationBounds bounds,
de.uni_due.inf.ti.graph.Node... nodes)
Adds an annotated edge to the graph
|
de.uni_due.inf.ti.graph.Node |
AnnotatedTypeGraph.addAnnotatedNode(AnnotationBounds bounds)
Adds a fresh node with annotation bounds
|
Modifier and Type | Method and Description |
---|---|
boolean |
AnnotatedTypeGraph.addMultiplicity(java.util.HashMap<de.uni_due.inf.ti.graph.GraphElement,AnnotationBounds> multiplicity)
Adds a multiplicity to the set of annotations for this multiply annotated type graph
|