public class DependencyAwareCausalGraphImpl extends org.processmining.models.causalgraph.SimpleCausalGraphImpl implements DependencyAwareCausalGraph
Constructor and Description |
---|
DependencyAwareCausalGraphImpl(java.util.Set<org.deckfour.xes.classification.XEventClass> activities,
java.util.Map<org.processmining.models.causalgraph.Relation,DependencyRelation> dependencyRelations) |
Modifier and Type | Method and Description |
---|---|
DependencyRelation |
getDependencyRelation(org.processmining.models.causalgraph.Relation relation) |
getCausalRelations, getEventClassifier, getPostset, getPreset, getSetActivities, toString
public DependencyAwareCausalGraphImpl(java.util.Set<org.deckfour.xes.classification.XEventClass> activities, java.util.Map<org.processmining.models.causalgraph.Relation,DependencyRelation> dependencyRelations)
public DependencyRelation getDependencyRelation(org.processmining.models.causalgraph.Relation relation)
getDependencyRelation
in interface DependencyAwareCausalGraph