| Modifier and Type | Method and Description | 
|---|---|
| static TraversalEngine.Type | GraphManager. getTraversalEngineType() | 
| static TraversalEngine.Type | GraphManager. setTraversalEngineType(TraversalEngine.Type traversalEngine) | 
| Modifier and Type | Method and Description | 
|---|---|
| static TraversalEngine.Type | GraphManager. setTraversalEngineType(TraversalEngine.Type traversalEngine) | 
| Constructor and Description | 
|---|
| AbstractGremlinSuite(Class<?> klass,
                    RunnerBuilder builder,
                    Class<?>[] testsToExecute,
                    Class<?>[] testsToEnforce,
                    boolean gremlinFlavorSuite,
                    TraversalEngine.Type traversalEngineType)Constructs a Gremlin Test Suite implementation. | 
| OptOutTestFilter(Graph.OptOut[] optOuts,
                Optional<GraphProvider.Descriptor> graphProviderDescriptor,
                TraversalEngine.Type traversalEngineType) | 
| Modifier and Type | Method and Description | 
|---|---|
| TraversalEngine.Type | TraversalEngine. getType() | 
| static TraversalEngine.Type | TraversalEngine.Type. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static TraversalEngine.Type[] | TraversalEngine.Type. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| TraversalEngine.Type | ComputerTraversalEngine. getType() | 
| TraversalEngine.Type | StandardTraversalEngine. getType() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MatchStep.MatchAlgorithm. initialize(TraversalEngine.Type traversalEngineType,
          List<Traversal.Admin<Object,Object>> traversals) | 
| void | MatchStep.GreedyMatchAlgorithm. initialize(TraversalEngine.Type traversalEngineType,
          List<Traversal.Admin<Object,Object>> traversals) | 
| void | MatchStep.CountMatchAlgorithm. initialize(TraversalEngine.Type traversalEngineType,
          List<Traversal.Admin<Object,Object>> traversals) | 
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.