Package | Description |
---|---|
org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.rpstwrapper |
Modifier and Type | Method and Description |
---|---|
RPSTNodeWSiblings |
RPSTNodeWSiblings.getNextSibling() |
RPSTNodeWSiblings |
RPSTNodeWSiblings.getParent() |
RPSTNodeWSiblings |
RPSTNodeWSiblings.getPrevSibling() |
RPSTNodeWSiblings |
RPSTTreeWrapper.getRPSTNodeWSiblings(int source,
int target)
get node (with its sibling information) return null if no RPST node is
found
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.Integer> |
RPSTTreeWrapper.getSuccessorBond(RPSTNodeWSiblings bondNode)
get transitions that need to be executed if the bondNode is visited
|
void |
RPSTNodeWSiblings.setNextSibling(RPSTNodeWSiblings nextSibling) |
void |
RPSTNodeWSiblings.setParent(RPSTNodeWSiblings parent) |
void |
RPSTNodeWSiblings.setPrevSibling(RPSTNodeWSiblings prevSibling) |