Class PrefixAutomaton
- java.lang.Object
-
- org.processmining.specpp.datastructures.transitionSystems.PrefixAutomaton
-
public class PrefixAutomaton extends java.lang.ObjectClass representing a prefix automaton.
-
-
Constructor Summary
Constructors Constructor Description PrefixAutomaton(PAState initial)Creates a new Prefix Automaton with a given initial state.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddVariant(Variant variant)Adds a trace variant of the log to the prefix automaton (if not already contained)PAStategetInitial()Returns the initial state of the prefix automaton.
-
-
-
Constructor Detail
-
PrefixAutomaton
public PrefixAutomaton(PAState initial)
Creates a new Prefix Automaton with a given initial state.- Parameters:
initial- Initial State.
-
-