public class TSMinerOutput
extends java.lang.Object
Constructor and Description |
---|
TSMinerOutput()
Create default output.
|
Modifier and Type | Method and Description |
---|---|
AcceptStateSet |
getAccepts()
Returns the accept Ids.
|
StartStateSet |
getStarts()
Returns the start Ids.
|
TSMinerTransitionSystem |
getTransitionSystem()
Returns the transition system.
|
org.processmining.models.graphbased.directed.DirectedGraphElementWeights |
getWeights() |
AcceptStateSet |
setAccepts(AcceptStateSet newIds) |
StartStateSet |
setStarts(StartStateSet newIds) |
TSMinerTransitionSystem |
setTransitionSystem(TSMinerTransitionSystem newTS) |
org.processmining.models.graphbased.directed.DirectedGraphElementWeights |
setWeights(org.processmining.models.graphbased.directed.DirectedGraphElementWeights newWeights) |
public TSMinerTransitionSystem getTransitionSystem()
public TSMinerTransitionSystem setTransitionSystem(TSMinerTransitionSystem newTS)
public StartStateSet getStarts()
public StartStateSet setStarts(StartStateSet newIds)
public AcceptStateSet getAccepts()
public AcceptStateSet setAccepts(AcceptStateSet newIds)
public org.processmining.models.graphbased.directed.DirectedGraphElementWeights getWeights()
public org.processmining.models.graphbased.directed.DirectedGraphElementWeights setWeights(org.processmining.models.graphbased.directed.DirectedGraphElementWeights newWeights)