public class WalkProofItem extends WalkElement
depth, log| Constructor and Description |
|---|
WalkProofItem() |
| Modifier and Type | Method and Description |
|---|---|
VString |
getElementNames()
retur the list of elements that will always be procesed by this walker
|
KElement |
walk(KElement e,
KElement trackElem)
the mother routine for walking....
|
fixSourceObjects, matches, setParentcompareTo, finalizeWalk, getDepth, prepareWalk, toStringpublic KElement walk(KElement e, KElement trackElem)
BaseWalkerwalk in interface IWalkerwalk in class WalkElemente - - the element to tracktrackElem - - always nullWalkElement.walk(org.cip4.jdflib.core.KElement, org.cip4.jdflib.core.KElement)public VString getElementNames()
BaseWalkergetElementNames in class BaseWalkerBaseWalker.getElementNames()