tomp.lxp
Class DerivationCommand

java.lang.Object
  extended bytomp.lxp.DerivationCommand

public class DerivationCommand
extends java.lang.Object


Field Summary
protected  int depth
           
protected  Element element
           
 
Constructor Summary
DerivationCommand(Element e)
           
 
Method Summary
 boolean addsNew()
           
 int getDepth()
           
 Element getElement()
           
 boolean isInsert()
           
 boolean isReplaceNode()
           
 boolean preservesOriginal()
           
 void setDepth(int d)
           
 java.lang.String toString()
           
 boolean wholeTree()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

element

protected Element element

depth

protected int depth
Constructor Detail

DerivationCommand

public DerivationCommand(Element e)
Method Detail

isInsert

public boolean isInsert()

preservesOriginal

public boolean preservesOriginal()

wholeTree

public boolean wholeTree()

addsNew

public boolean addsNew()

isReplaceNode

public boolean isReplaceNode()

setDepth

public void setDepth(int d)

getDepth

public int getDepth()

getElement

public Element getElement()

toString

public java.lang.String toString()