| Package | Description |
|---|---|
| net.automatalib.util.minimizer |
| Modifier and Type | Method and Description |
|---|---|
BlockEdge<S,L>[] |
BlockAutomaton.getOutgoingEdgeArray(Block<S,L> block)
Retrieves an array of outgoing edges of a block (state).
|
| Modifier and Type | Method and Description |
|---|---|
List<BlockEdge<S,L>> |
BlockAutomaton.getOutgoingEdges(Block<S,L> block)
Retrieves a list of outgoing edges of a block (state).
|
Copyright © 2013. All Rights Reserved.