Class WalkRunList
java.lang.Object
org.cip4.jdflib.elementwalker.BaseWalker
org.cip4.jdflib.extensions.xjdfwalker.jdftoxjdf.WalkElement
org.cip4.jdflib.extensions.xjdfwalker.jdftoxjdf.WalkJDFElement
org.cip4.jdflib.extensions.xjdfwalker.jdftoxjdf.WalkResource
org.cip4.jdflib.extensions.xjdfwalker.jdftoxjdf.WalkRunList
- All Implemented Interfaces:
Comparable<BaseWalker>,IWalker
-
Field Summary
Fields inherited from class org.cip4.jdflib.extensions.xjdfwalker.jdftoxjdf.WalkElement
jdfToXJDFFields inherited from class org.cip4.jdflib.elementwalker.BaseWalker
depth, log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionretur the list of elements that will always be procesed by this walkerbooleanthis is the check whether or not to use this walker for a given element should be overwrittenprotected voidsetAttributes(KElement jdf, KElement eNew) protected voidMethods inherited from class org.cip4.jdflib.extensions.xjdfwalker.jdftoxjdf.WalkResource
getClassName, isProductResource, moveAttribsToBase, moveToDetails, retainRoot, walkMethods inherited from class org.cip4.jdflib.extensions.xjdfwalker.jdftoxjdf.WalkJDFElement
checkAllLeaves, getLeaves, getRefName, getResID, getSet, matchesRootID, moveToAmountPool, setAmountPool, setBaseResource, setLeafAttributes, setResource, setSetAttributes, updateModuleMethods inherited from class org.cip4.jdflib.extensions.xjdfwalker.jdftoxjdf.WalkElement
getXJDFName, mustInline, removeUnusedElements, safeRename, setParentMethods inherited from class org.cip4.jdflib.elementwalker.BaseWalker
compareTo, finalizeWalk, getDepth, prepareWalk, toString
-
Constructor Details
-
WalkRunList
public WalkRunList()
-
-
Method Details
-
matches
Description copied from class:BaseWalkerthis is the check whether or not to use this walker for a given element should be overwritten- Overrides:
matchesin classWalkResource- Parameters:
toCheck-- Returns:
- true if it matches
- See Also:
-
updateAttributes
- Overrides:
updateAttributesin classWalkResource- See Also:
-
getElementNames
Description copied from class:BaseWalkerretur the list of elements that will always be procesed by this walker- Overrides:
getElementNamesin classBaseWalker- Returns:
- See Also:
-
setAttributes
- Overrides:
setAttributesin classWalkElement- See Also:
-