public class BooleanFunction extends Object
Constructor and Description |
---|
BooleanFunction(String booleanExpression) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getSymbols()
Parse function string to get all the symbols.
|
List<String> |
getVariables()
Parse function string to get the variables
1.
|
public BooleanFunction(String booleanExpression)
public List<String> getVariables()
public List<String> getSymbols()
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.