Package | Description |
---|---|
org.processmining.models.connections.transitionsystem | |
org.processmining.plugins.transitionsystem.miner | |
org.processmining.plugins.tsml |
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
AcceptStateSet |
TSMinerOutput.getAccepts()
Returns the accept Ids.
|
AcceptStateSet |
TSMinerOutput.setAccepts(AcceptStateSet newIds) |
Modifier and Type | Method and Description |
---|---|
AcceptStateSet |
TSMinerOutput.setAccepts(AcceptStateSet newIds) |
Modifier and Type | Method and Description |
---|---|
TsmlState |
TsmlState.marshall(State state,
StartStateSet starts,
AcceptStateSet accepts,
org.processmining.models.graphbased.directed.DirectedGraphElementWeights weights,
java.lang.String id,
org.processmining.models.connections.GraphLayoutConnection layout) |
Tsml |
Tsml.marshall(TransitionSystem ts,
StartStateSet starts,
AcceptStateSet accepts,
org.processmining.models.graphbased.directed.DirectedGraphElementWeights weights,
org.processmining.models.connections.GraphLayoutConnection graphLayout) |
void |
Tsml.unmarshall(TransitionSystem ts,
StartStateSet starts,
AcceptStateSet accepts,
org.processmining.models.graphbased.directed.DirectedGraphElementWeights weights,
org.processmining.models.connections.GraphLayoutConnection graphLayout) |
void |
TsmlState.unmarshall(TransitionSystem ts,
StartStateSet starts,
AcceptStateSet accepts,
org.processmining.models.graphbased.directed.DirectedGraphElementWeights weights,
java.util.Map<java.lang.String,State> idStateMap)
Converts this state to a TS state.
|