|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.analysis.decisionmining.DecisionPointBuilderPetriNet
public class DecisionPointBuilderPetriNet
Implements the specification of decision points for Petri net models.
Constructor Summary | |
---|---|
DecisionPointBuilderPetriNet(PetriNet model,
DecisionPointAnalysisResult parent)
Creates a decision point builder for a Petri net model. |
Method Summary | |
---|---|
java.util.Set |
getAllPredecessors(DecisionPoint refPoint)
Retrieves the belonging log events of all preceding tasks with respect to the given decision point. |
DecisionPoint |
getDecisionPointAt(int index)
Retrieves the decision point at the given index . |
java.util.ArrayList |
getDecisionPoints()
Retrieves the list of decision points for this model. |
java.util.Set |
getDirectPredecessors(DecisionPoint refPoint)
Retrieves the belonging log events of all directly preceding tasks with respect to the given decision point. |
int |
getNumberOfDecisionPoints()
Determines the number of decision points contained in the model. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DecisionPointBuilderPetriNet(PetriNet model, DecisionPointAnalysisResult parent)
model
- the given Petri net modelparent
- the enclosing parent analysis resultMethod Detail |
---|
public int getNumberOfDecisionPoints()
getNumberOfDecisionPoints
in interface DecisionPointBuilder
public DecisionPoint getDecisionPointAt(int index)
index
.
getDecisionPointAt
in interface DecisionPointBuilder
index
- the specified index value
null
otherwisepublic java.util.ArrayList getDecisionPoints()
getDecisionPoints
in interface DecisionPointBuilder
public java.util.Set getDirectPredecessors(DecisionPoint refPoint)
getDirectPredecessors
in interface DecisionPointBuilder
refPoint
- the decision point for which the preceding tasks are to be found
public java.util.Set getAllPredecessors(DecisionPoint refPoint)
getAllPredecessors
in interface DecisionPointBuilder
refPoint
- the decision point for which the preceding tasks are to be found
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |