Uses of Class
org.deckfour.xes.model.XVisitor
-
Packages that use XVisitor Package Description org.deckfour.xes.classification org.deckfour.xes.extension org.deckfour.xes.extension.std org.deckfour.xes.model org.deckfour.xes.model.buffered org.deckfour.xes.model.impl -
-
Uses of XVisitor in org.deckfour.xes.classification
Methods in org.deckfour.xes.classification with parameters of type XVisitor Modifier and Type Method Description voidXEventAttributeClassifier. accept(XVisitor visitor, XLog log)voidXEventClassifier. accept(XVisitor visior, XLog log)Runs the given visitor for the given log on this classifier. -
Uses of XVisitor in org.deckfour.xes.extension
Methods in org.deckfour.xes.extension with parameters of type XVisitor Modifier and Type Method Description voidXExtension. accept(XVisitor visitor, XLog log) -
Uses of XVisitor in org.deckfour.xes.extension.std
Methods in org.deckfour.xes.extension.std with parameters of type XVisitor Modifier and Type Method Description voidXExtendedEvent. accept(XVisitor visitor, XTrace trace) -
Uses of XVisitor in org.deckfour.xes.model
Methods in org.deckfour.xes.model with parameters of type XVisitor Modifier and Type Method Description voidXAttribute. accept(XVisitor visitor, XAttributable attributable)voidXEvent. accept(XVisitor visitor, XTrace trace)booleanXLog. accept(XVisitor visitor)voidXTrace. accept(XVisitor visitor, XLog log) -
Uses of XVisitor in org.deckfour.xes.model.buffered
Methods in org.deckfour.xes.model.buffered with parameters of type XVisitor Modifier and Type Method Description voidXTraceBufferedImpl. accept(XVisitor visitor, XLog log) -
Uses of XVisitor in org.deckfour.xes.model.impl
Methods in org.deckfour.xes.model.impl with parameters of type XVisitor Modifier and Type Method Description voidXAttributeImpl. accept(XVisitor visitor, XAttributable parent)voidXEventImpl. accept(XVisitor visitor, XTrace trace)booleanXLogImpl. accept(XVisitor visitor)voidXTraceImpl. accept(XVisitor visitor, XLog log)
-