Class DataStateLogAdapterImpl
- java.lang.Object
-
- org.processmining.stochasticlabelleddatapetrinet.logadapter.DataStateLogAdapterImpl
-
- All Implemented Interfaces:
DataStateLogAdapter
public class DataStateLogAdapterImpl extends java.lang.Object implements DataStateLogAdapter
-
-
Constructor Summary
Constructors Constructor Description DataStateLogAdapterImpl(StochasticLabelledDataPetriNetSemantics semantics)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataStatefromEvent(org.deckfour.xes.model.XEvent event)Reads variables from attributes into a new DataState.DataStatefromEvent(org.deckfour.xes.model.XEvent event, DataState ds)Reads variables from attributes into an existing DataState updating variables that can be mapped to an attribute with new values and leaving all others as they are.DataStatefromTrace(org.deckfour.xes.model.XTrace trace)Reads variables from attributes into a new DataState.DataStatefromTrace(org.deckfour.xes.model.XTrace trace, DataState ds)Reads variables from attributes into an existing DataState updating variables that can be mapped to an attribute with new values and leaving all others as they are
-
-
-
Constructor Detail
-
DataStateLogAdapterImpl
public DataStateLogAdapterImpl(StochasticLabelledDataPetriNetSemantics semantics)
-
-
Method Detail
-
fromEvent
public DataState fromEvent(org.deckfour.xes.model.XEvent event)
Description copied from interface:DataStateLogAdapterReads variables from attributes into a new DataState.- Specified by:
fromEventin interfaceDataStateLogAdapter- Returns:
-
fromTrace
public DataState fromTrace(org.deckfour.xes.model.XTrace trace)
Description copied from interface:DataStateLogAdapterReads variables from attributes into a new DataState.- Specified by:
fromTracein interfaceDataStateLogAdapter- Returns:
-
fromEvent
public DataState fromEvent(org.deckfour.xes.model.XEvent event, DataState ds)
Description copied from interface:DataStateLogAdapterReads variables from attributes into an existing DataState updating variables that can be mapped to an attribute with new values and leaving all others as they are.- Specified by:
fromEventin interfaceDataStateLogAdapter- Returns:
-
fromTrace
public DataState fromTrace(org.deckfour.xes.model.XTrace trace, DataState ds)
Description copied from interface:DataStateLogAdapterReads variables from attributes into an existing DataState updating variables that can be mapped to an attribute with new values and leaving all others as they are- Specified by:
fromTracein interfaceDataStateLogAdapter- Returns:
-
-