Package org.jacop.fz
Class ASTSolveItem
- java.lang.Object
-
- org.jacop.fz.SimpleNode
-
- org.jacop.fz.ASTSolveItem
-
- All Implemented Interfaces:
Node
public class ASTSolveItem extends SimpleNode
-
-
Constructor Summary
Constructors Constructor Description ASTSolveItem(int id)
ASTSolveItem(Parser p, int id)
-
Method Summary
-
Methods inherited from class org.jacop.fz.SimpleNode
dump, getId, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, removeChildren, toString, toString
-
-
-
-
Constructor Detail
-
ASTSolveItem
public ASTSolveItem(int id)
-
ASTSolveItem
public ASTSolveItem(Parser p, int id)
-
-