ScriptTraversal.public final class TraversalScriptFunction<S,E> extends Object implements Function<Graph,Traversal.Admin<S,E>>, Serializable
| Constructor and Description | 
|---|
TraversalScriptFunction(TraversalSource traversalSource,
                       String scriptEngineName,
                       String traversalScript,
                       Object... bindings)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
Traversal.Admin<S,E> | 
apply(Graph graph)
Deprecated.  
  | 
String | 
toString()
Deprecated.  
  | 
public TraversalScriptFunction(TraversalSource traversalSource, String scriptEngineName, String traversalScript, Object... bindings)
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.