public class WalkProduct extends WalkJDF
jdfToXJDFdepth, log| Constructor and Description |
|---|
WalkProduct() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(KElement toCheck)
this is the check whether or not to use this walker for a given element should be overwritten
|
protected void |
removeUnusedElements(KElement newRootP)
zapp unused elements
|
KElement |
walk(KElement jdf,
KElement xjdf)
the mother routine for walking....
|
updateAttributesgetLeaves, getRefName, getResID, getSet, matchesRootID, moveToAmountPool, mustInline, setAmountPool, setBaseResource, setLeafAttributes, setResource, setSetAttributes, updateModulegetXJDFName, safeRename, setAttributes, setParentcompareTo, finalizeWalk, getDepth, getElementNames, prepareWalk, toStringpublic KElement walk(KElement jdf, KElement xjdf)
BaseWalkerwalk in interface IWalkerwalk in class WalkJDFjdf - xjdf - a parallel element to e that may additionally be modified during the walkIWalker.walk(KElement, KElement)public boolean matches(KElement toCheck)
BaseWalkermatches in class WalkJDFtoCheck - BaseWalker.matches(org.cip4.jdflib.core.KElement)protected void removeUnusedElements(KElement newRootP)
WalkElementremoveUnusedElements in class WalkElementnewRootP -