Uses of Interface
org.processmining.stochasticlabelleddatapetrinet.datastate.DataState
-
-
Uses of DataState in org.processmining.stochasticlabelleddatapetrinet
Methods in org.processmining.stochasticlabelleddatapetrinet that return DataState Modifier and Type Method Description DataStateStochasticLabelledDataPetriNetSemantics. getDataState()DataStateStochasticLabelledDataPetriNetSemanticsImpl. getDataState()DataStateStochasticLabelledDataPetriNetSemantics. newDataState()DataStateStochasticLabelledDataPetriNetSemanticsImpl. newDataState()Methods in org.processmining.stochasticlabelleddatapetrinet with parameters of type DataState Modifier and Type Method Description voidStochasticLabelledDataPetriNetSemantics. executeTransition(int transition, DataState dataEffect)Update the state to reflect execution of the transition.voidStochasticLabelledDataPetriNetSemanticsImpl. executeTransition(int transition, DataState dataEffect)doubleStochasticLabelledDataPetriNetWeights. getTransitionWeight(int transition, DataState dataState)doubleStochasticLabelledDataPetriNetWeightsDataDependent. getTransitionWeight(int transition, DataState dataState)doubleStochasticLabelledDataPetriNetWeightsDataIndependent. getTransitionWeight(int transition, DataState dataState)voidStochasticLabelledDataPetriNetSemantics. setDataState(DataState dataState)Set the data state to a copy of the supplied statevoidStochasticLabelledDataPetriNetSemanticsImpl. setDataState(DataState dataState)voidStochasticLabelledDataPetriNetSemantics. setInitialState(DataState initialDataState)(Re)set the semantics to the initial statevoidStochasticLabelledDataPetriNetSemanticsImpl. setInitialState(DataState initialDataState) -
Uses of DataState in org.processmining.stochasticlabelleddatapetrinet.datastate
Classes in org.processmining.stochasticlabelleddatapetrinet.datastate that implement DataState Modifier and Type Class Description classAbstractDataStateImplMethods in org.processmining.stochasticlabelleddatapetrinet.datastate that return DataState Modifier and Type Method Description DataStateDataState. deepCopy()DataStateDataState. makeStateImmutable()DataStateDataStateFactory. newDataState()DataStateDataStateFactoryImpl. newDataState()Methods in org.processmining.stochasticlabelleddatapetrinet.datastate with parameters of type DataState Modifier and Type Method Description voidDataState. update(DataState dataEffect)Updates the values of this instance with the non-null ones in the supplied one. -
Uses of DataState in org.processmining.stochasticlabelleddatapetrinet.logadapter
Methods in org.processmining.stochasticlabelleddatapetrinet.logadapter that return DataState Modifier and Type Method Description DataStateDataStateLogAdapter. fromEvent(org.deckfour.xes.model.XEvent event)Reads variables from attributes into a new DataState.DataStateDataStateLogAdapter. 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.DataStateDataStateLogAdapterImpl. fromEvent(org.deckfour.xes.model.XEvent event)DataStateDataStateLogAdapterImpl. fromEvent(org.deckfour.xes.model.XEvent event, DataState ds)DataStateDataStateLogAdapter. fromTrace(org.deckfour.xes.model.XTrace trace)Reads variables from attributes into a new DataState.DataStateDataStateLogAdapter. 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 areDataStateDataStateLogAdapterImpl. fromTrace(org.deckfour.xes.model.XTrace trace)DataStateDataStateLogAdapterImpl. fromTrace(org.deckfour.xes.model.XTrace trace, DataState ds)Methods in org.processmining.stochasticlabelleddatapetrinet.logadapter with parameters of type DataState Modifier and Type Method Description DataStateDataStateLogAdapter. 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.DataStateDataStateLogAdapterImpl. fromEvent(org.deckfour.xes.model.XEvent event, DataState ds)DataStateDataStateLogAdapter. 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 areDataStateDataStateLogAdapterImpl. fromTrace(org.deckfour.xes.model.XTrace trace, DataState ds) -
Uses of DataState in org.processmining.stochasticlabelleddatapetrinet.plugins
Methods in org.processmining.stochasticlabelleddatapetrinet.plugins with parameters of type DataState Modifier and Type Method Description protected abstract doubleSLDPNVisualizer. getTransitionWeight(int a, DataState dataState) -
Uses of DataState in org.processmining.stochasticlabelleddatapetrinet.probability
Methods in org.processmining.stochasticlabelleddatapetrinet.probability that return DataState Modifier and Type Method Description static DataState[]TraceProbablility. getDataSequence(org.deckfour.xes.model.XTrace trace, DataStateLogAdapter logAdapter, int minimumTraceLength)DataStateFollowerSemanticsDataImpl. getDataStateAfter(java.lang.Integer state)Methods in org.processmining.stochasticlabelleddatapetrinet.probability that return types with arguments of type DataState Modifier and Type Method Description org.processmining.plugins.InductiveMiner.Pair<java.lang.Integer,DataState>FollowerSemanticsDataImpl. getInitialState()Methods in org.processmining.stochasticlabelleddatapetrinet.probability with parameters of type DataState Modifier and Type Method Description static doubleTraceProbablility. getTraceProbability(StochasticLabelledDataPetriNetSemantics semantics, java.lang.String[] activitySequence, DataState[] dataSequence, org.processmining.framework.plugin.ProMCanceller canceller)Method parameters in org.processmining.stochasticlabelleddatapetrinet.probability with type arguments of type DataState Modifier and Type Method Description static <B> voidCrossProductSLDPN. traverse(StochasticLabelledDataPetriNetSemantics semanticsA, FollowerSemanticsData<B,DataState> systemB, org.processmining.stochasticlabelledpetrinets.probability.CrossProductResult result, org.processmining.framework.plugin.ProMCanceller canceller)Constructors in org.processmining.stochasticlabelleddatapetrinet.probability with parameters of type DataState Constructor Description FollowerSemanticsDataImpl(java.lang.String[] activityTrace, DataState[] dataTrace) -
Uses of DataState in org.processmining.stochasticlabelleddatapetrinet.weights
Methods in org.processmining.stochasticlabelleddatapetrinet.weights with parameters of type DataState Modifier and Type Method Description doubleConstantWeightFunction. evaluateWeight(StochasticLabelledDataPetriNet net, DataState dataState)doubleDirectDataWeightFunction. evaluateWeight(StochasticLabelledDataPetriNet net, DataState dataState)doubleLinearWeightFunction. evaluateWeight(StochasticLabelledDataPetriNet net, DataState dataState)doubleLogisticWeightFunction. evaluateWeight(StochasticLabelledDataPetriNet net, DataState dataState)doubleWeightFunction. evaluateWeight(StochasticLabelledDataPetriNet net, DataState dataState)
-