Class TSMinerOutput
- java.lang.Object
-
- org.processmining.plugins.transitionsystem.miner.TSMinerOutput
-
- Direct Known Subclasses:
TSConverterInput,TSConverterOutput
public class TSMinerOutput extends java.lang.ObjectTransition System Miner Output.- Version:
- 0.1
- Author:
- Eric Verbeek
-
-
Constructor Summary
Constructors Constructor Description TSMinerOutput()Create default output.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AcceptStateSetgetAccepts()Returns the accept Ids.StartStateSetgetStarts()Returns the start Ids.TSMinerTransitionSystemgetTransitionSystem()Returns the transition system.org.processmining.models.graphbased.directed.DirectedGraphElementWeightsgetWeights()AcceptStateSetsetAccepts(AcceptStateSet newIds)StartStateSetsetStarts(StartStateSet newIds)TSMinerTransitionSystemsetTransitionSystem(TSMinerTransitionSystem newTS)org.processmining.models.graphbased.directed.DirectedGraphElementWeightssetWeights(org.processmining.models.graphbased.directed.DirectedGraphElementWeights newWeights)
-
-
-
Method Detail
-
getTransitionSystem
public TSMinerTransitionSystem getTransitionSystem()
Returns the transition system.- Returns:
- The transition system.
-
setTransitionSystem
public TSMinerTransitionSystem setTransitionSystem(TSMinerTransitionSystem newTS)
-
getStarts
public StartStateSet getStarts()
Returns the start Ids.- Returns:
- The start Ids.
-
setStarts
public StartStateSet setStarts(StartStateSet newIds)
-
getAccepts
public AcceptStateSet getAccepts()
Returns the accept Ids.- Returns:
- The accept Ids.
-
setAccepts
public AcceptStateSet setAccepts(AcceptStateSet newIds)
-
getWeights
public org.processmining.models.graphbased.directed.DirectedGraphElementWeights getWeights()
-
setWeights
public org.processmining.models.graphbased.directed.DirectedGraphElementWeights setWeights(org.processmining.models.graphbased.directed.DirectedGraphElementWeights newWeights)
-
-