Uses of Interface
org.deckfour.xes.classification.XEventClassifier
-
Packages that use XEventClassifier Package Description 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 Modifier and Type Class Description classXEventAndClassifierComposite event classifier, which can hold any number of lower-level classifiers, concatenated with boolean AND logic.classXEventAttributeClassifierEvent classifier which considers two events as equal, if, for a set of given (configurable) attributes, they have the same values.classXEventLifeTransClassifierImplements an event classifier based on the lifecycle transition attribute of events.classXEventNameClassifierImplements an event classifier based on the activity name of events.classXEventResourceClassifierImplements an event classifier based on the resource name attribute of events.Fields in org.deckfour.xes.classification declared as XEventClassifier Modifier and Type Field Description protected XEventClassifierXEventClasses. classifierThe classifier used for creating the set of event classes.Methods in org.deckfour.xes.classification that return XEventClassifier Modifier and Type Method Description XEventClassifierXEventClasses. getClassifier()Returns the classifier used for determining event classes.Methods in org.deckfour.xes.classification with parameters of type XEventClassifier Modifier and Type Method Description static XEventClassesXEventClasses. 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 Constructor Description 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 Modifier and Type Field Description static XEventClassifierXMxmlParser. MXML_EVENT_NAME_CLASSIFIEREvent name classifier used for MXML event logs.static XEventClassifierXMxmlParser. MXML_ORIGINATOR_CLASSIFIEROriginator classifier used for MXML event logs.static XEventClassifierXMxmlParser. MXML_STANDARD_CLASSIFIERStandard classifier used for MXML event logs.Fields in org.deckfour.xes.in with type parameters of type XEventClassifier Modifier and Type Field Description static java.util.List<XEventClassifier>XMxmlParser. MXML_CLASSIFIERSCollection 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 Modifier and Type Method Description java.util.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 Modifier and Type Method Description static XLogInfoXLogInfoFactory. createLogInfo(XLog log, XEventClassifier classifier)Creates a new log info summary with a custom event classifier.XEventClassesXLogInfo. 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 Modifier and Type Field Description protected XEventClassifierXLogInfoImpl. defaultClassifierThe default event classifier for this log info instance.static XEventClassifierXLogInfoImpl. LIFECYCLE_TRANSITION_CLASSIFIERStandard event classifier.static XEventClassifierXLogInfoImpl. NAME_CLASSIFIERStandard event classifier.static XEventClassifierXLogInfoImpl. RESOURCE_CLASSIFIERStandard event classifier.static XEventClassifierXLogInfoImpl. STANDARD_CLASSIFIERDefault event classifier.Fields in org.deckfour.xes.info.impl with type parameters of type XEventClassifier Modifier and Type Field Description protected java.util.Map<XEventClassifier,XEventClasses>XLogInfoImpl. eventClassesMaps 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 Modifier and Type Method Description java.util.Collection<XEventClassifier>XLogInfoImpl. getEventClassifiers()Methods in org.deckfour.xes.info.impl with parameters of type XEventClassifier Modifier and Type Method Description static XLogInfoXLogInfoImpl. create(XLog log, XEventClassifier defaultClassifier)Creates a new log info summary with a custom event classifier.static XLogInfoXLogInfoImpl. create(XLog log, XEventClassifier defaultClassifier, java.util.Collection<XEventClassifier> classifiers)Creates a new log info summary with a collection of custom event classifiers.XEventClassesXLogInfoImpl. getEventClasses(XEventClassifier classifier)Method parameters in org.deckfour.xes.info.impl with type arguments of type XEventClassifier Modifier and Type Method Description static XLogInfoXLogInfoImpl. create(XLog log, XEventClassifier defaultClassifier, java.util.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 Constructor Description XLogInfoImpl(XLog log, XEventClassifier defaultClassifier, java.util.Collection<XEventClassifier> classifiers)Creates a new log summary.Constructor parameters in org.deckfour.xes.info.impl with type arguments of type XEventClassifier Constructor Description XLogInfoImpl(XLog log, XEventClassifier defaultClassifier, java.util.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 Modifier and Type Method Description java.util.List<XEventClassifier>XLog. getClassifiers()This method returns the list of classifiers defined for this log.Methods in org.deckfour.xes.model with parameters of type XEventClassifier Modifier and Type Method Description XLogInfoXLog. getInfo(XEventClassifier classifier)Returns the cached info for the given classifier, null if not available.voidXLog. setInfo(XEventClassifier classifier, XLogInfo info)Adds the given info for the given classifier to the info cache.voidXVisitor. visitClassifierPost(XEventClassifier classifier, XLog log)voidXVisitor. visitClassifierPre(XEventClassifier classifier, XLog 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 Modifier and Type Method Description java.util.List<XEventClassifier>XLogImpl. getClassifiers()Methods in org.deckfour.xes.model.impl with parameters of type XEventClassifier Modifier and Type Method Description XLogInfoXLogImpl. getInfo(XEventClassifier classifier)Returns the cached info if the given classifier is the cached classifier.voidXLogImpl. setInfo(XEventClassifier classifier, XLogInfo info)Sets the cached classifier and info to the given objects.
-