Uses of Class
net.sf.tweety.logics.bpm.syntax.BpmnNode
-
Packages that use BpmnNode Package Description net.sf.tweety.logics.bpm.syntax -
-
Uses of BpmnNode in net.sf.tweety.logics.bpm.syntax
Subclasses of BpmnNode in net.sf.tweety.logics.bpm.syntax Modifier and Type Class Description class
Activity
class
EndEvent
class
Event
class
Gateway
class
IntermediateEvent
class
StartEvent
class
Subprocess
class
Task
Methods in net.sf.tweety.logics.bpm.syntax that return types with arguments of type BpmnNode Modifier and Type Method Description java.util.Collection<BpmnNode>
BpmnModel. getChildren(Node node)
Graph<BpmnNode>
BpmnModel. getComplementGraph(int selfloops)
Edge<BpmnNode>
BpmnModel. getEdge(BpmnNode a, BpmnNode b)
java.util.Collection<? extends Edge<? extends BpmnNode>>
BpmnModel. getEdges()
java.util.Collection<BpmnNode>
BpmnModel. getNeighbors(BpmnNode node)
java.util.Collection<BpmnNode>
BpmnModel. getNodes()
java.util.Collection<BpmnNode>
BpmnModel. getParents(Node node)
Graph<BpmnNode>
BpmnModel. getRestriction(java.util.Collection<BpmnNode> nodes)
java.util.Collection<java.util.Collection<BpmnNode>>
BpmnModel. getStronglyConnectedComponents()
java.util.Collection<Graph<BpmnNode>>
BpmnModel. getSubgraphs()
java.util.Iterator<BpmnNode>
BpmnModel. iterator()
Methods in net.sf.tweety.logics.bpm.syntax with parameters of type BpmnNode Modifier and Type Method Description boolean
BpmnModel. add(BpmnNode node)
boolean
BpmnModel. areAdjacent(BpmnNode a, BpmnNode b)
boolean
BpmnModel. existsDirectedPath(BpmnNode node1, BpmnNode node2)
Edge<BpmnNode>
BpmnModel. getEdge(BpmnNode a, BpmnNode b)
java.util.Collection<BpmnNode>
BpmnModel. getNeighbors(BpmnNode node)
Method parameters in net.sf.tweety.logics.bpm.syntax with type arguments of type BpmnNode Modifier and Type Method Description boolean
BpmnModel. add(Edge<BpmnNode> edge)
Graph<BpmnNode>
BpmnModel. getRestriction(java.util.Collection<BpmnNode> nodes)
Constructors in net.sf.tweety.logics.bpm.syntax with parameters of type BpmnNode Constructor Description Association(BpmnNode nodeA, BpmnNode nodeB)
BpmnEdge(BpmnNode nodeA, BpmnNode nodeB)
MessageFlow(BpmnNode nodeA, BpmnNode nodeB)
SequenceFlow(BpmnNode nodeA, BpmnNode nodeB)
-