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 net.automatalib.word.Word<I>getAccessSequence()Retrieves the access sequence of this object.
-
-
-
Method Detail
-
getAccessSequence
net.automatalib.word.Word<I> getAccessSequence()
Retrieves the access sequence of this object.- Returns:
- the access sequence
-
-