Class GraphImpl<C,T extends GraphNode>
- java.lang.Object
-
- org.uberfire.ext.wires.bpmn.beliefs.graph.impl.GraphImpl<C,T>
-
-
Constructor Summary
Constructors Constructor Description GraphImpl(GraphStore<T> graphStore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaddNode(T node)CgetContent()TgetNode(int id)Iterator<T>iterator()TremoveNode(int id)voidsetContent(C content)intsize()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
GraphImpl
public GraphImpl(GraphStore<T> graphStore)
-
-
Method Detail
-
removeNode
public T removeNode(int id)
- Specified by:
removeNodein interfaceGraph<C,T extends GraphNode>
-
getContent
public C getContent()
- Specified by:
getContentin interfaceGraph<C,T extends GraphNode>
-
setContent
public void setContent(C content)
- Specified by:
setContentin interfaceGraph<C,T extends GraphNode>
-
-