|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XEventClassifier | |
---|---|
org.deckfour.xes.classification | |
org.deckfour.xes.in | |
org.deckfour.xes.info | |
org.deckfour.xes.info.impl | |
org.deckfour.xes.model | |
org.deckfour.xes.model.impl |
Uses of XEventClassifier in org.deckfour.xes.classification |
---|
Classes in org.deckfour.xes.classification that implement XEventClassifier | |
---|---|
class |
XEventAndClassifier
Composite event classifier, which can hold any number of lower-level classifiers, concatenated with boolean AND logic. |
class |
XEventAttributeClassifier
Event classifier which considers two events as equal, if, for a set of given (configurable) attributes, they have the same values. |
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. |
Fields in org.deckfour.xes.classification declared as XEventClassifier | |
---|---|
protected XEventClassifier |
XEventClasses.classifier
The classifier used for creating the set of event classes. |
Methods in org.deckfour.xes.classification that return XEventClassifier | |
---|---|
XEventClassifier |
XEventClasses.getClassifier()
Returns the classifier used for determining event classes. |
Methods in org.deckfour.xes.classification with parameters of type XEventClassifier | |
---|---|
static XEventClasses |
XEventClasses.deriveEventClasses(XEventClassifier classifier,
XLog log)
Creates a new set of event classes, factory method. |
Constructors in org.deckfour.xes.classification with parameters of type XEventClassifier | |
---|---|
XEventAndClassifier(XEventClassifier... comparators)
Creates a new instance. |
|
XEventClasses(XEventClassifier classifier)
Creates a new instance, i.e. |
Uses of XEventClassifier in org.deckfour.xes.in |
---|
Fields in org.deckfour.xes.in declared as XEventClassifier | |
---|---|
static XEventClassifier |
XMxmlParser.MXML_EVENT_NAME_CLASSIFIER
Event name classifier used for MXML event logs. |
static XEventClassifier |
XMxmlParser.MXML_ORIGINATOR_CLASSIFIER
Originator classifier used for MXML event logs. |
static XEventClassifier |
XMxmlParser.MXML_STANDARD_CLASSIFIER
Standard classifier used for MXML event logs. |
Fields in org.deckfour.xes.in with type parameters of type XEventClassifier | |
---|---|
static List<XEventClassifier> |
XMxmlParser.MXML_CLASSIFIERS
Collection of standard classifiers used for MXML event logs. |
Uses of XEventClassifier in org.deckfour.xes.info |
---|
Methods in org.deckfour.xes.info that return types with arguments of type XEventClassifier | |
---|---|
Collection<XEventClassifier> |
XLogInfo.getEventClassifiers()
Retrieves the set of event classifiers covered by this log info, i.e., for which event classes are registered in this log info instance. |
Methods in org.deckfour.xes.info with parameters of type XEventClassifier | |
---|---|
static XLogInfo |
XLogInfoFactory.createLogInfo(XLog log,
XEventClassifier classifier)
Creates a new log info summary with a custom event classifier. |
XEventClasses |
XLogInfo.getEventClasses(XEventClassifier classifier)
Retrieves the event classes for a given classifier. |
Uses of XEventClassifier in org.deckfour.xes.info.impl |
---|
Fields in org.deckfour.xes.info.impl declared as XEventClassifier | |
---|---|
protected XEventClassifier |
XLogInfoImpl.defaultClassifier
The default event classifier for this log info instance. |
static XEventClassifier |
XLogInfoImpl.LIFECYCLE_TRANSITION_CLASSIFIER
Standard event classifier. |
static XEventClassifier |
XLogInfoImpl.NAME_CLASSIFIER
Standard event classifier. |
static XEventClassifier |
XLogInfoImpl.RESOURCE_CLASSIFIER
Standard event classifier. |
static XEventClassifier |
XLogInfoImpl.STANDARD_CLASSIFIER
Default event classifier. |
Fields in org.deckfour.xes.info.impl with type parameters of type XEventClassifier | |
---|---|
protected Map<XEventClassifier,XEventClasses> |
XLogInfoImpl.eventClasses
Maps the event classifiers covered in this log info to their respectively created event classes. |
Methods in org.deckfour.xes.info.impl that return types with arguments of type XEventClassifier | |
---|---|
Collection<XEventClassifier> |
XLogInfoImpl.getEventClassifiers()
|
Methods in org.deckfour.xes.info.impl with parameters of type XEventClassifier | |
---|---|
static XLogInfo |
XLogInfoImpl.create(XLog log,
XEventClassifier defaultClassifier)
Creates a new log info summary with a custom event classifier. |
static XLogInfo |
XLogInfoImpl.create(XLog log,
XEventClassifier defaultClassifier,
Collection<XEventClassifier> classifiers)
Creates a new log info summary with a collection of custom event classifiers. |
XEventClasses |
XLogInfoImpl.getEventClasses(XEventClassifier classifier)
|
Method parameters in org.deckfour.xes.info.impl with type arguments of type XEventClassifier | |
---|---|
static XLogInfo |
XLogInfoImpl.create(XLog log,
XEventClassifier defaultClassifier,
Collection<XEventClassifier> classifiers)
Creates a new log info summary with a collection of custom event classifiers. |
Constructors in org.deckfour.xes.info.impl with parameters of type XEventClassifier | |
---|---|
XLogInfoImpl(XLog log,
XEventClassifier defaultClassifier,
Collection<XEventClassifier> classifiers)
Creates a new log summary. |
Constructor parameters in org.deckfour.xes.info.impl with type arguments of type XEventClassifier | |
---|---|
XLogInfoImpl(XLog log,
XEventClassifier defaultClassifier,
Collection<XEventClassifier> classifiers)
Creates a new log summary. |
Uses of XEventClassifier in org.deckfour.xes.model |
---|
Methods in org.deckfour.xes.model that return types with arguments of type XEventClassifier | |
---|---|
List<XEventClassifier> |
XLog.getClassifiers()
This method returns the list of classifiers defined for this log. |
Uses of XEventClassifier in org.deckfour.xes.model.impl |
---|
Methods in org.deckfour.xes.model.impl that return types with arguments of type XEventClassifier | |
---|---|
List<XEventClassifier> |
XLogImpl.getClassifiers()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |