S - state class.L - transition label class.public class BlockAutomaton<S,L> extends Object
public List<BlockEdge<S,L>> getOutgoingEdges(Block<S,L> block)
block - the block (state).public BlockEdge<S,L>[] getOutgoingEdgeArray(Block<S,L> block)
getOutgoingEdges(Block)Copyright © 2013. All Rights Reserved.