Class ASTNot
java.lang.Object
repast.simphony.engine.watcher.query.SimpleNode
repast.simphony.engine.watcher.query.ASTNot
- All Implemented Interfaces:
BooleanExpressionBuilder
,Node
-
Field Summary
Fields inherited from class repast.simphony.engine.watcher.query.SimpleNode
children, id, parent, parser
-
Constructor Summary
-
Method Summary
Methods inherited from class repast.simphony.engine.watcher.query.SimpleNode
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
-
Constructor Details
-
ASTNot
public ASTNot(int id) -
ASTNot
-
-
Method Details
-
buildExpression
- Specified by:
buildExpression
in interfaceBooleanExpressionBuilder
- Overrides:
buildExpression
in classSimpleNode
-