Uses of Class
org.processmining.models.graphbased.directed.transitionsystem.AcceptStateSet
-
Packages that use AcceptStateSet Package Description org.processmining.models.connections.transitionsystem org.processmining.plugins.transitionsystem.miner org.processmining.plugins.tsml -
-
Uses of AcceptStateSet in org.processmining.models.connections.transitionsystem
Constructors in org.processmining.models.connections.transitionsystem with parameters of type AcceptStateSet 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 AcceptStateSet in org.processmining.plugins.transitionsystem.miner
Methods in org.processmining.plugins.transitionsystem.miner that return AcceptStateSet Modifier and Type Method Description AcceptStateSetTSMinerOutput. getAccepts()Returns the accept Ids.AcceptStateSetTSMinerOutput. setAccepts(AcceptStateSet newIds)Methods in org.processmining.plugins.transitionsystem.miner with parameters of type AcceptStateSet Modifier and Type Method Description AcceptStateSetTSMinerOutput. setAccepts(AcceptStateSet newIds) -
Uses of AcceptStateSet in org.processmining.plugins.tsml
Methods in org.processmining.plugins.tsml with parameters of type AcceptStateSet 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.
-