public class AnnotatedDecoratedElementGraph extends DecoratedElementGraph implements AnnotatedGraph
Constructor and Description |
---|
AnnotatedDecoratedElementGraph(ElementGraph decorated,
EnumMultiMap<FlowElement> annotations) |
Modifier and Type | Method and Description |
---|---|
EnumMultiMap<FlowElement> |
getAnnotations() |
boolean |
hasAnnotations() |
int |
hashCode() |
addEdge, addEdge, addVertex, containsEdge, containsEdge, containsVertex, copyElementGraph, edgeSet, edgesOf, equals, getAllEdges, getDecorated, getEdge, getEdgeSource, getEdgeTarget, incomingEdgesOf, inDegreeOf, outDegreeOf, outgoingEdgesOf, predecessorListOf, removeAllEdges, removeAllEdges, removeAllVertices, removeEdge, removeEdge, removeVertex, successorListOf, vertexSet, writeDOT
public AnnotatedDecoratedElementGraph(ElementGraph decorated, EnumMultiMap<FlowElement> annotations)
public boolean hasAnnotations()
hasAnnotations
in interface AnnotatedGraph
public EnumMultiMap<FlowElement> getAnnotations()
getAnnotations
in interface AnnotatedGraph
public int hashCode()
hashCode
in class DecoratedElementGraph
Copyright © 2007-2015 Concurrent, Inc. All Rights Reserved.