|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DecisionPointBuilder
Specifies the functionality that should be provided for any process model type in order to be involved in some form of decision point analysis.
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.List<DecisionPoint> |
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. |
Method Detail |
---|
int getNumberOfDecisionPoints()
DecisionPoint getDecisionPointAt(int index)
index
.
index
- the specified index value
null
otherwisejava.util.List<DecisionPoint> getDecisionPoints()
java.util.Set getDirectPredecessors(DecisionPoint refPoint)
refPoint
- the decision point for which the preceding tasks are to be found
java.util.Set getAllPredecessors(DecisionPoint refPoint)
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 |