public class ConstraintCluster
extends java.lang.Object
| Constructor and Description |
|---|
ConstraintCluster(Cluster clusterIn,
ConstraintCollection constraintCollectionIn) |
ConstraintCluster(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log,
ProcessModelFactory factory,
java.lang.String name,
ConstraintCollection constraintCollectionin) |
ConstraintCluster(org.deckfour.xes.model.XLog log,
ProcessModelFactory factory,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addExternal(java.util.Collection<? extends org.deckfour.xes.model.XTrace> traces,
java.lang.Integer index) |
void |
addMultipleExternal(java.util.Collection<? extends org.deckfour.xes.model.XTrace> traces,
java.util.Collection<java.lang.Integer> indices) |
ConstraintCluster |
addMultipleInternal(java.util.Collection<? extends org.deckfour.xes.model.XTrace> traces,
java.util.Collection<java.lang.Integer> indices) |
ConstraintCluster |
clone() |
Cluster |
getCluster() |
ConstraintCollection |
getConstraintCollection() |
boolean |
isAllowed(java.lang.Integer fullIndex) |
void |
setConstraintCollection(ConstraintCollection constraintCollectionin) |
public ConstraintCluster(org.deckfour.xes.model.XLog log,
ProcessModelFactory factory,
java.lang.String name)
public ConstraintCluster(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log,
ProcessModelFactory factory,
java.lang.String name,
ConstraintCollection constraintCollectionin)
public ConstraintCluster(Cluster clusterIn, ConstraintCollection constraintCollectionIn)
public void setConstraintCollection(ConstraintCollection constraintCollectionin)
public ConstraintCollection getConstraintCollection()
public Cluster getCluster()
public void addExternal(java.util.Collection<? extends org.deckfour.xes.model.XTrace> traces,
java.lang.Integer index)
public void addMultipleExternal(java.util.Collection<? extends org.deckfour.xes.model.XTrace> traces,
java.util.Collection<java.lang.Integer> indices)
public ConstraintCluster addMultipleInternal(java.util.Collection<? extends org.deckfour.xes.model.XTrace> traces, java.util.Collection<java.lang.Integer> indices)
public boolean isAllowed(java.lang.Integer fullIndex)
public ConstraintCluster clone()
clone in class java.lang.Object