Modifier and Type | Method and Description |
---|---|
static <S1,I1,T1,S2,I2,T2,SP2,TP2> |
AutomatonCopy.copyTraversal(TraversalOrder order,
int limit,
TransitionSystem<S1,I1,T1> in,
Collection<? extends I1> inputs,
MutableAutomaton<S2,I2,T2,SP2,TP2> out,
Mapping<? super I1,? extends I2> inputsMapping,
Mapping<? super S1,? extends SP2> spMapping,
Mapping<? super T1,? extends TP2> tpMapping) |
Modifier and Type | Method and Description |
---|---|
static <N1,E1,N2,E2,NP2,EP2> |
GraphCopy.copyTraversal(IndefiniteGraph<N1,E1> in,
MutableGraph<N2,E2,NP2,EP2> out,
TraversalOrder order,
int limit,
Collection<? extends N1> initialNodes,
Mapping<? super N1,? extends NP2> npMapping,
Mapping<? super E1,? extends EP2> epMapping) |
static <N1,E1,N2,E2,NP2,EP2> |
GraphCopy.copyTraversal(UniversalIndefiniteGraph<N1,E1,? extends NP2,? extends EP2> in,
MutableGraph<N2,E2,NP2,EP2> out,
TraversalOrder order,
int limit,
Collection<? extends N1> initialNodes) |
static <N1,E1,NP1,EP1,N2,E2,NP2,EP2> |
GraphCopy.copyUniversalTraversal(UniversalIndefiniteGraph<N1,E1,NP1,EP1> in,
MutableGraph<N2,E2,NP2,EP2> out,
TraversalOrder order,
int limit,
Collection<? extends N1> initialNodes,
Mapping<? super NP1,? extends NP2> npConversion,
Mapping<? super EP1,? extends EP2> epConversion) |
Modifier and Type | Method and Description |
---|---|
static <N,E,D> boolean |
GraphTraversal.traverse(TraversalOrder order,
IndefiniteGraph<N,E> graph,
Collection<? extends N> initialNodes,
GraphTraversalVisitor<N,E,D> vis) |
static <N,E,D> boolean |
GraphTraversal.traverse(TraversalOrder order,
IndefiniteGraph<N,E> graph,
int limit,
Collection<? extends N> initialNodes,
GraphTraversalVisitor<N,E,D> vis) |
static <N,E,D> boolean |
GraphTraversal.traverse(TraversalOrder order,
IndefiniteGraph<N,E> graph,
int limit,
N initialNode,
GraphTraversalVisitor<N,E,D> vis) |
static <N,E,D> boolean |
GraphTraversal.traverse(TraversalOrder order,
IndefiniteGraph<N,E> graph,
N initialNode,
GraphTraversalVisitor<N,E,D> vis) |
Modifier and Type | Method and Description |
---|---|
static TraversalOrder |
TraversalOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TraversalOrder[] |
TraversalOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <S,I,T,D> boolean |
TSTraversal.traverse(TraversalOrder order,
TransitionSystem<S,I,T> ts,
Collection<? extends I> inputs,
TSTraversalVisitor<S,I,T,D> vis) |
static <S,I,T,D> boolean |
TSTraversal.traverse(TraversalOrder order,
TransitionSystem<S,I,T> ts,
int limit,
Collection<? extends I> inputs,
TSTraversalVisitor<S,I,T,D> vis) |
Copyright © 2015. All Rights Reserved.