Uses of Class
org.deckfour.xes.model.XVisitor

Packages that use XVisitor
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
 void XEventAttributeClassifier.accept(XVisitor visitor, XLog log)
           
 void XEventClassifier.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
 void XExtension.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
 void XExtendedEvent.accept(XVisitor visitor, XTrace trace)
           
 

Uses of XVisitor in org.deckfour.xes.model
 

Methods in org.deckfour.xes.model with parameters of type XVisitor
 boolean XLog.accept(XVisitor visitor)
           
 void XAttribute.accept(XVisitor visitor, XAttributable attributable)
           
 void XTrace.accept(XVisitor visitor, XLog log)
           
 void XEvent.accept(XVisitor visitor, XTrace trace)
           
 

Uses of XVisitor in org.deckfour.xes.model.buffered
 

Methods in org.deckfour.xes.model.buffered with parameters of type XVisitor
 void XTraceBufferedImpl.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
 boolean XLogImpl.accept(XVisitor visitor)
           
 void XAttributeImpl.accept(XVisitor visitor, XAttributable parent)
           
 void XTraceImpl.accept(XVisitor visitor, XLog log)
           
 void XEventImpl.accept(XVisitor visitor, XTrace trace)