Package net.sf.tweety.lp.asp.parser
Class ASTAggregate
- java.lang.Object
-
- net.sf.tweety.lp.asp.parser.SimpleNode
-
- net.sf.tweety.lp.asp.parser.ASTAggregate
-
- All Implemented Interfaces:
Node
public class ASTAggregate extends SimpleNode
-
-
Constructor Summary
Constructors Constructor Description ASTAggregate(int id)ASTAggregate(ASPCore2Parser p, int id)
-
Method Summary
-
Methods inherited from class net.sf.tweety.lp.asp.parser.SimpleNode
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toString
-
-
-
-
Field Detail
-
func
public String func
-
-
Constructor Detail
-
ASTAggregate
public ASTAggregate(int id)
-
ASTAggregate
public ASTAggregate(ASPCore2Parser p, int id)
-
-
Method Detail
-
func
public void func(String f)
-
jjtAccept
public Object jjtAccept(ASPCore2ParserVisitor visitor, Object data)
Accept the visitor.- Specified by:
jjtAcceptin interfaceNode- Overrides:
jjtAcceptin classSimpleNode
-
-