Class Primitives.BooleanVariable
java.lang.Object
weka.core.expressionlanguage.common.Primitives.BooleanVariable
- All Implemented Interfaces:
Serializable
,Primitives.BooleanExpression
,Node
- Enclosing class:
- Primitives
public static class Primitives.BooleanVariable
extends Object
implements Primitives.BooleanExpression, Serializable
An AST node representing a boolean variable
- Version:
- $Revision: 1000 $
- Author:
- Benjamin Weber ( benweber at student dot ethz dot ch )
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BooleanVariable
-
-
Method Details
-
evaluate
public boolean evaluate()- Specified by:
evaluate
in interfacePrimitives.BooleanExpression
-
getName
-
getValue
public boolean getValue() -
setValue
public void setValue(boolean value)
-