@Deprecated
public class StartEndClassifier
extends java.lang.Object
implements org.deckfour.xes.classification.XEventClassifier
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
END
Deprecated.
|
static java.lang.String |
START
Deprecated.
|
Constructor and Description |
---|
StartEndClassifier(org.deckfour.xes.classification.XEventClassifier classifier)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(org.deckfour.xes.model.XVisitor arg0,
org.deckfour.xes.model.XLog arg1)
Deprecated.
|
java.lang.String |
getClassIdentity(org.deckfour.xes.model.XEvent arg0)
Deprecated.
|
java.lang.String[] |
getDefiningAttributeKeys()
Deprecated.
|
java.lang.String |
name()
Deprecated.
|
boolean |
sameEventClass(org.deckfour.xes.model.XEvent arg0,
org.deckfour.xes.model.XEvent arg1)
Deprecated.
|
void |
setName(java.lang.String arg0)
Deprecated.
|
public static final java.lang.String START
public static final java.lang.String END
public StartEndClassifier(org.deckfour.xes.classification.XEventClassifier classifier)
public void accept(org.deckfour.xes.model.XVisitor arg0, org.deckfour.xes.model.XLog arg1)
accept
in interface org.deckfour.xes.classification.XEventClassifier
public java.lang.String getClassIdentity(org.deckfour.xes.model.XEvent arg0)
getClassIdentity
in interface org.deckfour.xes.classification.XEventClassifier
public java.lang.String[] getDefiningAttributeKeys()
getDefiningAttributeKeys
in interface org.deckfour.xes.classification.XEventClassifier
public java.lang.String name()
name
in interface org.deckfour.xes.classification.XEventClassifier
public boolean sameEventClass(org.deckfour.xes.model.XEvent arg0, org.deckfour.xes.model.XEvent arg1)
sameEventClass
in interface org.deckfour.xes.classification.XEventClassifier
public void setName(java.lang.String arg0)
setName
in interface org.deckfour.xes.classification.XEventClassifier