Uses of Class
net.automatalib.util.minimizer.BlockEdge
-
Packages that use BlockEdge Package Description net.automatalib.util.minimizer -
-
Uses of BlockEdge in net.automatalib.util.minimizer
Methods in net.automatalib.util.minimizer that return BlockEdge Modifier and Type Method Description BlockEdge<S,L>[]
BlockAutomaton. getOutgoingEdgeArray(Block<S,L> block)
Retrieves an array of outgoing edges of a block (state).Methods in net.automatalib.util.minimizer that return types with arguments of type BlockEdge Modifier and Type Method Description List<BlockEdge<S,L>>
BlockAutomaton. getOutgoingEdges(Block<S,L> block)
Retrieves a list of outgoing edges of a block (state).
-