Class MathStep.TinkerExpression
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.process.traversal.step.map.MathStep.TinkerExpression
 
 
- 
- All Implemented Interfaces:
 Serializable
public static class MathStep.TinkerExpression extends Object implements Serializable
A wrapper for theExpressionclass. That class is not markedSerializableand therefore gives problems in OLAP specifically with Spark. This wrapper allows theExpressionto be serialized in that context with Java serialization.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description TinkerExpression(String equation, Set<String> variables) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.objecthunter.exp4j.ExpressiongetExpression()Set<String>getVariables() 
 -