java.lang.Object
net.automatalib.util.automaton.procedural.ATSequences<I>
- Type Parameters:
I- input symbol type
A data class for aggregating access sequences and terminating sequences.
An access sequence of a procedure is an input word that guarantees to transition the procedural system from its initial state to the initial state of the respective procedure.
A terminating sequence of a procedure is an input word that guarantees to transition the respective procedure from its initial state to a returnable state. The terminating sequence may contain nested invocations to other procedures.
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
accessSequences
-
terminatingSequences
-
-
Constructor Details
-
ATSequences
-