public class IsBoolean extends UnaryPredicate implements ExpressionInterface
Constructor and Description |
---|
IsBoolean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFunctionName()
Liefert den Namen der Funktion.
|
protected boolean |
getResult(ExpressionResultAndState argumentValue)
Bestimmt das Ergebnis der PuA-Funktion abhängig vom Argumentwert.
|
evaluate, getResultType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
evaluate, getResultType
protected boolean getResult(ExpressionResultAndState argumentValue)
UnaryPredicate
getResult
in class UnaryPredicate
argumentValue
- Wert des Argumentspublic java.lang.String getFunctionName()
ExpressionInterface
getFunctionName
in interface ExpressionInterface