public abstract class ShallowHistoryFunction<T extends Event,U> extends StatechartFunction<T,MathList<U>>
| Modifier and Type | Class and Description |
|---|---|
protected class |
ShallowHistoryFunction.FixedSizeWindow
Sliding window of elements of type U
|
| Modifier and Type | Field and Description |
|---|---|
protected ShallowHistoryFunction.FixedSizeWindow |
m_window |
m_currentVertex, m_statechart| Constructor and Description |
|---|
ShallowHistoryFunction(Statechart<T> a,
int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
reset()
Resets the triaging function to its initial state
|
processTransition, readgetCayleyGraph, getClass, getStartClassprotected ShallowHistoryFunction.FixedSizeWindow m_window
public ShallowHistoryFunction(Statechart<T> a, int size)
public void reset()
TriagingFunctionCopyright © Sylvain HallĂ©. All Rights Reserved.