public class WalkColorIntentResLink extends WalkResLink
jdfToXJDFdepth, log| Constructor and Description |
|---|
WalkColorIntentResLink() |
| 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 java.util.List<KElement> |
setResource(JDFElement rl,
JDFResource linkTarget,
KElement xjdf) |
KElement |
walk(KElement jdf,
KElement xjdf)
the mother routine for walking....
|
getParentProductcheckAllLeaves, getLeaves, getRefName, getResID, getSet, matchesRootID, moveToAmountPool, setAmountPool, setBaseResource, setLeafAttributes, setSetAttributes, updateAttributes, updateModulegetXJDFName, mustInline, removeUnusedElements, safeRename, setAttributes, setParentcompareTo, finalizeWalk, getDepth, getElementNames, prepareWalk, toStringprotected java.util.List<KElement> setResource(JDFElement rl, JDFResource linkTarget, KElement xjdf)
setResource in class WalkResLinkrl - the refelement or reslinkorg.cip4.jdflib.extensions.xjdfwalker.jdftoxjdf.WalkResLink#setResource(org.cip4.jdflib.core.JDFResourceLink, org.cip4.jdflib.resource.JDFResource, org.cip4.jdflib.core.KElement)public KElement walk(KElement jdf, KElement xjdf)
BaseWalkerwalk in interface IWalkerwalk in class WalkResLinkjdf - the element to walkxjdf - a parallel element to e that may additionally be modified during the walkWalkResLink.walk(org.cip4.jdflib.core.KElement, org.cip4.jdflib.core.KElement)public boolean matches(KElement toCheck)
BaseWalkermatches in class WalkResLinktoCheck - the element to checkWalkResLink.matches(org.cip4.jdflib.core.KElement)