de.ls5.jlearn.interfaces
Interface FilterStickyOutput

All Known Implementing Classes:
CacheOracle

public interface FilterStickyOutput

Interface for filters which repeat certains symbols after their first encounter (thus the name "sticky symbol") within an output word. For example, if a system enters an error state (outputs an "error" symbol) further steps on the system may be skipped and the "error" symbol may be filled in as the output for the skipped steps.

Author:
merten

Method Summary
 void addStickySymbol(Symbol outputsymbol)
          Specify output symbols that once encountered by a prefix will stay the same despite any possible suffix
 

Method Detail

addStickySymbol

void addStickySymbol(Symbol outputsymbol)
Specify output symbols that once encountered by a prefix will stay the same despite any possible suffix

Parameters:
outputsymbol -


Copyright © 2011. All Rights Reserved.