public class WalkAssemblySection extends WalkElement
depth, log| Constructor and Description |
|---|
WalkAssemblySection() |
| Modifier and Type | Method and Description |
|---|---|
VString |
getElementNames()
retur the list of elements that will always be procesed by this walker
|
boolean |
matches(KElement toCheck)
this is the check whether or not to use this walker for a given element should be overwritten
|
KElement |
walk(KElement e1,
KElement trackElem)
the mother routine for walking....
|
fixSourceObjects, setParentcompareTo, finalizeWalk, getDepth, prepareWalk, toStringpublic boolean matches(KElement toCheck)
BaseWalkermatches in class WalkElementtoCheck - BaseWalker.matches(org.cip4.jdflib.core.KElement)public KElement walk(KElement e1, KElement trackElem)
BaseWalkerwalk in interface IWalkerwalk in class WalkElemente1 - - the element to tracktrackElem - - always nullversion fixing routine
for JDF uses heuristics to modify this element and its children to be compatible with a given version in general, it will be able to move from low to
high versions but potentially fail when attempting to move from higher to lower versionspublic VString getElementNames()
BaseWalkergetElementNames in class BaseWalkerBaseWalker.getElementNames()