org.deckfour.xes.classification
Class XEventResourceClassifier

java.lang.Object
  extended by org.deckfour.xes.classification.XEventAttributeClassifier
      extended by org.deckfour.xes.classification.XEventResourceClassifier
All Implemented Interfaces:
Comparable<XEventAttributeClassifier>, XEventClassifier

public class XEventResourceClassifier
extends XEventAttributeClassifier

Implements an event classifier based on the resource name attribute of events.

Author:
Christian W. Guenther (christian@deckfour.org)

Field Summary
 
Fields inherited from class org.deckfour.xes.classification.XEventAttributeClassifier
keys, name
 
Constructor Summary
XEventResourceClassifier()
          Creates a new instance of this event classifier.
 
Method Summary
 
Methods inherited from class org.deckfour.xes.classification.XEventAttributeClassifier
compareTo, equals, getClassIdentity, getDefiningAttributeKeys, name, sameEventClass, setName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XEventResourceClassifier

public XEventResourceClassifier()
Creates a new instance of this event classifier.