Package | Description |
---|---|
org.processmining.ocbc.discovery.impl |
Modifier and Type | Method and Description |
---|---|
java.util.List<BehavioralConstraintPattern> |
BehaviorModelDiscovery.discoverConstraintPatternList()
discover and created all constraint patterns;
in other words, after this function, each pattern has only basic elements, i.e., type, reference/target activity name/node id and
source/target class name/node id as well as class relation;
|
Modifier and Type | Method and Description |
---|---|
void |
BehaviorModelDiscovery.relateEventsForConstraintPattern(BehavioralConstraintPattern constraintPattern)
get all target events of each reference event for an input constraint pattern;
in other words, after this function, each pattern has precedenceAndResponsePairList,
eventVSPrecedenceEventList and eventVSResponseEventList;
|