Package de.learnlib
Interface AccessSequenceProvider<I>
-
- Type Parameters:
I- input symbol type
public interface AccessSequenceProvider<I>Common interface for objects that have an access sequence associated with them (e.g., states and transitions of a hypotheses).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Word<I>getAccessSequence()Retrieves the access sequence of this object.
-