public class XLifeCycleClassifierIgnore extends java.lang.Object implements XLifeCycleClassifier
XLifeCycleClassifier.Transition| Constructor and Description |
|---|
XLifeCycleClassifierIgnore() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.deckfour.xes.model.XVisitor arg0,
org.deckfour.xes.model.XLog arg1) |
java.lang.String |
getClassIdentity(org.deckfour.xes.model.XEvent arg0) |
java.lang.String[] |
getDefiningAttributeKeys() |
XLifeCycleClassifier.Transition |
getLifeCycleTransition(java.lang.String transition) |
XLifeCycleClassifier.Transition |
getLifeCycleTransition(org.deckfour.xes.model.XEvent event) |
java.lang.String |
name() |
boolean |
sameEventClass(org.deckfour.xes.model.XEvent arg0,
org.deckfour.xes.model.XEvent arg1) |
void |
setName(java.lang.String arg0) |
public void accept(org.deckfour.xes.model.XVisitor arg0,
org.deckfour.xes.model.XLog arg1)
accept in interface org.deckfour.xes.classification.XEventClassifierpublic java.lang.String getClassIdentity(org.deckfour.xes.model.XEvent arg0)
getClassIdentity in interface org.deckfour.xes.classification.XEventClassifierpublic java.lang.String[] getDefiningAttributeKeys()
getDefiningAttributeKeys in interface org.deckfour.xes.classification.XEventClassifierpublic java.lang.String name()
name in interface org.deckfour.xes.classification.XEventClassifierpublic boolean sameEventClass(org.deckfour.xes.model.XEvent arg0,
org.deckfour.xes.model.XEvent arg1)
sameEventClass in interface org.deckfour.xes.classification.XEventClassifierpublic void setName(java.lang.String arg0)
setName in interface org.deckfour.xes.classification.XEventClassifierpublic XLifeCycleClassifier.Transition getLifeCycleTransition(org.deckfour.xes.model.XEvent event)
getLifeCycleTransition in interface XLifeCycleClassifierpublic XLifeCycleClassifier.Transition getLifeCycleTransition(java.lang.String transition)
getLifeCycleTransition in interface XLifeCycleClassifier