public class ActionShallowHistory extends ShallowHistoryFunction<AtomicEvent>
ShallowHistoryFunction.FixedSizeWindow| Modifier and Type | Field and Description |
|---|---|
protected static AtomicEvent |
s_invalidEvent
An event designating an invalid action
|
m_windowm_automaton, m_currentVertex, s_invalidLabel| Constructor and Description |
|---|
ActionShallowHistory(Automaton a,
int size) |
| Modifier and Type | Method and Description |
|---|---|
MathSet<MathList<AtomicEvent>> |
getStartClass()
Gets the equivalence class for the empty trace
|
MathSet<MathList<AtomicEvent>> |
processTransition(Edge<AtomicEvent> edge) |
java.lang.String |
toString() |
getCayleyGraph, resetreadgetClassprotected static final AtomicEvent s_invalidEvent
public ActionShallowHistory(Automaton a, int size)
public MathSet<MathList<AtomicEvent>> processTransition(Edge<AtomicEvent> edge)
processTransition in class AutomatonFunction<MathList<AtomicEvent>>public MathSet<MathList<AtomicEvent>> getStartClass()
TriagingFunctiongetStartClass in class TriagingFunction<AtomicEvent,MathList<AtomicEvent>>public java.lang.String toString()
toString in class java.lang.ObjectCopyright © Sylvain HallĂ©. All Rights Reserved.