|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmodhelxs.mocs.tfsm.parser.Expression
modhelxs.mocs.tfsm.parser.OperatorNot
public class OperatorNot
Represents the NOT boolean operator.
| Field Summary | |
|---|---|
private Expression |
e
|
| Fields inherited from class modhelxs.mocs.tfsm.parser.Expression |
|---|
isValid |
| Constructor Summary | |
|---|---|
OperatorNot(Expression e)
|
|
| Method Summary | |
|---|---|
Value |
eval(java.util.Map<java.lang.String,Value> in)
|
java.lang.String |
toString()
|
| Methods inherited from class modhelxs.mocs.tfsm.parser.Expression |
|---|
getDelayGard, getName, getValid, parse, setValid |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private final Expression e
| Constructor Detail |
|---|
public OperatorNot(Expression e)
| Method Detail |
|---|
public Value eval(java.util.Map<java.lang.String,Value> in)
throws EvaluationException
eval in class ExpressionEvaluationExceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||