Class Primitives.StringVariable
- java.lang.Object
-
- weka.core.expressionlanguage.common.Primitives.StringVariable
-
- All Implemented Interfaces:
java.io.Serializable,Primitives.StringExpression,Node
- Enclosing class:
- Primitives
public static class Primitives.StringVariable extends java.lang.Object implements Primitives.StringExpression, java.io.Serializable
An AST node representing a string variable- Version:
- $Revision: 1000 $
- Author:
- Benjamin Weber ( benweber at student dot ethz dot ch )
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StringVariable(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringevaluate()java.lang.StringgetName()java.lang.StringgetValue()voidsetValue(java.lang.String value)
-
-
-
Method Detail
-
evaluate
public java.lang.String evaluate()
- Specified by:
evaluatein interfacePrimitives.StringExpression
-
getName
public java.lang.String getName()
-
getValue
public java.lang.String getValue()
-
setValue
public void setValue(java.lang.String value)
-
-