edu.wpi.cs.dsrg.xmldb.xat.common.bindingtree
Class FunctionNodeImp

java.lang.Object
  |
  +--edu.wpi.cs.dsrg.xmldb.xat.common.dompattern.DOMPatternNodeImp
        |
        +--edu.wpi.cs.dsrg.xmldb.xat.common.bindingtree.FunctionNodeImp

public class FunctionNodeImp
extends DOMPatternNodeImp
implements FunctionNode

This class implements the FunctionNode Interface, which is used to represent a Function.

Since:
1.0
See Also:
Serialized Form

Fields inherited from class edu.wpi.cs.dsrg.xmldb.xat.common.dompattern.DOMPatternNodeImp
canceledOut, children, parent, tagName, tagValue
 
Constructor Summary
FunctionNodeImp()
          The default FunctionNodeImp constructor.
FunctionNodeImp(java.lang.String name)
          The FunctionNodeImp constructor using given function name.
 
Methods inherited from class edu.wpi.cs.dsrg.xmldb.xat.common.dompattern.DOMPatternNodeImp
addChild, addChild, deleteChild, getChild, getChildren, getParent, getTagName, getTagValue, isCanceledOut, setCanceledOut, setChild, setParent, setTagName, setTagValue, setTagValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FunctionNodeImp

public FunctionNodeImp()
The default FunctionNodeImp constructor.
Since:
1.0

FunctionNodeImp

public FunctionNodeImp(java.lang.String name)
The FunctionNodeImp constructor using given function name.
Since:
1.0