Uses of Class
net.sf.tweety.logics.bpm.syntax.BpmnNode
-
-
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 classActivityclassEndEventclassEventclassGatewayclassIntermediateEventclassStartEventclassSubprocessclassTaskMethods in net.sf.tweety.logics.bpm.syntax that return types with arguments of type BpmnNode Modifier and Type Method Description Collection<BpmnNode>BpmnModel. getChildren(net.sf.tweety.graphs.Node node)net.sf.tweety.graphs.Graph<BpmnNode>BpmnModel. getComplementGraph(int selfloops)net.sf.tweety.graphs.Edge<BpmnNode>BpmnModel. getEdge(BpmnNode a, BpmnNode b)Collection<? extends net.sf.tweety.graphs.Edge<? extends BpmnNode>>BpmnModel. getEdges()Collection<BpmnNode>BpmnModel. getNeighbors(BpmnNode node)Collection<BpmnNode>BpmnModel. getNodes()Collection<BpmnNode>BpmnModel. getParents(net.sf.tweety.graphs.Node node)net.sf.tweety.graphs.Graph<BpmnNode>BpmnModel. getRestriction(Collection<BpmnNode> nodes)Collection<Collection<BpmnNode>>BpmnModel. getStronglyConnectedComponents()Collection<net.sf.tweety.graphs.Graph<BpmnNode>>BpmnModel. getSubgraphs()Iterator<BpmnNode>BpmnModel. iterator()Methods in net.sf.tweety.logics.bpm.syntax with parameters of type BpmnNode Modifier and Type Method Description booleanBpmnModel. add(BpmnNode node)booleanBpmnModel. areAdjacent(BpmnNode a, BpmnNode b)booleanBpmnModel. existsDirectedPath(BpmnNode node1, BpmnNode node2)net.sf.tweety.graphs.Edge<BpmnNode>BpmnModel. getEdge(BpmnNode a, BpmnNode b)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 booleanBpmnModel. add(net.sf.tweety.graphs.Edge<BpmnNode> edge)net.sf.tweety.graphs.Graph<BpmnNode>BpmnModel. getRestriction(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)
-