public class AGHelper extends Object
| Constructor and Description |
|---|
AGHelper() |
| Modifier and Type | Method and Description |
|---|---|
static <S,I,T> Collection<TransitionEdge<I,T>> |
outgoingEdges(Automaton<S,I,T> aut,
S state,
Collection<? extends I> inputAlphabet) |
public static <S,I,T> Collection<TransitionEdge<I,T>> outgoingEdges(Automaton<S,I,T> aut, S state, Collection<? extends I> inputAlphabet)
Copyright © 2015. All rights reserved.