Index of types


E
edge [Acceptors.ACCEPTOR_TYPE]
Transitions in the finite state acceptor have this type.
edgeSet [Machines.MACHINE_TYPE]
Sets of edges in a machine have this type.

L
label [Acceptors.ACCEPTOR_TYPE]
Labels of transitions in the finite state acceptor have this type.
label [Edges.EDGE_TYPE]
The label of an edge has this type.

N
node [Acceptors.ACCEPTOR_TYPE]
States in the finite state acceptor have this type.
node [Edges.EDGE_TYPE]
The vertex of an edge has this type.
nodeSet [Machines.MACHINE_TYPE]
Sets of nodes in a machine have this type.
nodeSetSet [Acceptors.ACCEPTOR_TYPE]
Partitions of node sets have this type

W
word [Acceptors.ACCEPTOR_TYPE]
Words that can or cannot be accepted by the finite state acceptor have this type.
wordSet [Acceptors.ACCEPTOR_TYPE]
Sets of words have this type.

X
x [Symbols.SYMBOL_TYPE]
The type of X.