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

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

public class StepNodeImp
extends DOMPatternNodeImp
implements StepNode

This class implements the StepNode Interface, which is used to represent a navigationstep.

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
StepNodeImp()
          Default StepNodeImp constructor.
StepNodeImp(java.lang.String name)
          The StepNodeImp Constructor using a given Step.
 
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

StepNodeImp

public StepNodeImp()
Default StepNodeImp constructor.
Since:
1.0

StepNodeImp

public StepNodeImp(java.lang.String name)
The StepNodeImp Constructor using a given Step.
Parameters:
name - The step name used to construct the StepNode.
Since:
1.0