Uses of Class
org.processmining.models.graphbased.directed.transitionsystem.StartStateSet
-
Packages that use StartStateSet Package Description org.processmining.models.connections.transitionsystem org.processmining.plugins.transitionsystem.miner org.processmining.plugins.tsml -
-
Uses of StartStateSet in org.processmining.models.connections.transitionsystem
Constructors in org.processmining.models.connections.transitionsystem with parameters of type StartStateSet Constructor Description TransitionSystemConnection(TransitionSystem ts, org.processmining.models.graphbased.directed.DirectedGraphElementWeights weights, StartStateSet starts, AcceptStateSet accepts)TransitionSystemConnection(TransitionSystem ts, org.processmining.models.graphbased.directed.DirectedGraphElementWeights weights, StartStateSet starts, AcceptStateSet accepts, java.lang.Object settings)TransitionSystemConnection(TransitionSystem ts, StartStateSet starts, AcceptStateSet accepts) -
Uses of StartStateSet in org.processmining.plugins.transitionsystem.miner
Methods in org.processmining.plugins.transitionsystem.miner that return StartStateSet Modifier and Type Method Description StartStateSetTSMinerOutput. getStarts()Returns the start Ids.StartStateSetTSMinerOutput. setStarts(StartStateSet newIds)Methods in org.processmining.plugins.transitionsystem.miner with parameters of type StartStateSet Modifier and Type Method Description StartStateSetTSMinerOutput. setStarts(StartStateSet newIds) -
Uses of StartStateSet in org.processmining.plugins.tsml
Methods in org.processmining.plugins.tsml with parameters of type StartStateSet Modifier and Type Method Description TsmlTsml. marshall(TransitionSystem ts, StartStateSet starts, AcceptStateSet accepts, org.processmining.models.graphbased.directed.DirectedGraphElementWeights weights, org.processmining.models.connections.GraphLayoutConnection graphLayout)TsmlStateTsmlState. marshall(State state, StartStateSet starts, AcceptStateSet accepts, org.processmining.models.graphbased.directed.DirectedGraphElementWeights weights, java.lang.String id, org.processmining.models.connections.GraphLayoutConnection layout)voidTsml. unmarshall(TransitionSystem ts, StartStateSet starts, AcceptStateSet accepts, org.processmining.models.graphbased.directed.DirectedGraphElementWeights weights, org.processmining.models.connections.GraphLayoutConnection graphLayout)voidTsmlState. unmarshall(TransitionSystem ts, StartStateSet starts, AcceptStateSet accepts, org.processmining.models.graphbased.directed.DirectedGraphElementWeights weights, java.util.Map<java.lang.String,State> idStateMap, org.processmining.models.connections.GraphLayoutConnection layout)Converts this state to a TS state.
-