Class DataStateLogAdapterImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DataState fromEvent​(org.deckfour.xes.model.XEvent event)
      Reads variables from attributes into a new DataState.
      DataState fromEvent​(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.
      DataState fromTrace​(org.deckfour.xes.model.XTrace trace)
      Reads variables from attributes into a new DataState.
      DataState fromTrace​(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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait