@Portable public class ProcessNode extends GraphNodeImpl<Content,BpmnEdge> implements BpmnGraph, BpmnGraphNode
| Constructor and Description |
|---|
ProcessNode() |
| Modifier and Type | Method and Description |
|---|---|
BpmnGraphNode |
addNode(BpmnGraphNode node) |
ProcessNode |
copy() |
BpmnGraphNode |
getNode(int id) |
Iterator<BpmnGraphNode> |
iterator() |
BpmnGraphNode |
removeNode(int id) |
int |
size() |
String |
toString() |
getContent, getId, getInEdges, getOutEdges, setContent, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetContent, setContentforEach, spliteratorgetContent, getId, getInEdges, getOutEdges, setContent, setIdpublic BpmnGraphNode addNode(BpmnGraphNode node)
addNode in interface Graph<Content,BpmnGraphNode>public BpmnGraphNode removeNode(int id)
removeNode in interface Graph<Content,BpmnGraphNode>public BpmnGraphNode getNode(int id)
getNode in interface Graph<Content,BpmnGraphNode>public int size()
size in interface Graph<Content,BpmnGraphNode>public Iterator<BpmnGraphNode> iterator()
iterator in interface Iterable<BpmnGraphNode>public ProcessNode copy()
copy in interface Copyable<BpmnGraphNode>public String toString()
toString in class GraphNodeImpl<Content,BpmnEdge>Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.