Uses of Class
org.deckfour.xes.classification.XEventAttributeClassifier

Packages that use XEventAttributeClassifier
org.deckfour.xes.classification   
 

Uses of XEventAttributeClassifier in org.deckfour.xes.classification
 

Subclasses of XEventAttributeClassifier in org.deckfour.xes.classification
 class XEventAndClassifier
          Composite event classifier, which can hold any number of lower-level classifiers, concatenated with boolean AND logic.
 class XEventLifeTransClassifier
          Implements an event classifier based on the lifecycle transition attribute of events.
 class XEventNameClassifier
          Implements an event classifier based on the activity name of events.
 class XEventResourceClassifier
          Implements an event classifier based on the resource name attribute of events.
 

Methods in org.deckfour.xes.classification with parameters of type XEventAttributeClassifier
 int XEventAttributeClassifier.compareTo(XEventAttributeClassifier o)