Uses of Class
org.processmining.logprojection.lightxlog.LightEvent
-
Packages that use LightEvent Package Description org.processmining.logprojection.lightxlog -
-
Uses of LightEvent in org.processmining.logprojection.lightxlog
Methods in org.processmining.logprojection.lightxlog that return LightEvent Modifier and Type Method Description LightEventLightTrace. getEvent(int i)Methods in org.processmining.logprojection.lightxlog that return types with arguments of type LightEvent Modifier and Type Method Description java.util.Iterator<LightEvent>LightTrace. iterator()Methods in org.processmining.logprojection.lightxlog with parameters of type LightEvent Modifier and Type Method Description voidLightTrace. addEvent(LightEvent event)Constructors in org.processmining.logprojection.lightxlog with parameters of type LightEvent Constructor Description LightTrace(LogView view, java.lang.String name, boolean carriesTraceAttributes, LightEvent... events)LightTrace(LogView view, java.lang.String name, LightEvent... events)
-