Class IDFinder
- java.lang.Object
-
- org.cip4.jdflib.elementwalker.ElementWalker
-
- org.cip4.jdflib.elementwalker.BaseElementWalker
-
- org.cip4.jdflib.extensions.xjdfwalker.IDFinder
-
public class IDFinder extends BaseElementWalker
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classIDFinder.WalkResourcethe link and ref walkerclassIDFinder.WalkSetthe link and ref walker
-
Field Summary
-
Fields inherited from class org.cip4.jdflib.elementwalker.ElementWalker
theFactory
-
-
Constructor Summary
Constructors Constructor Description IDFinder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,IDPart>getMap(KElement n)get a vector of all links and references of n and its childrenstatic JDFAttributeMapgetPartMap(JDFPart part)ensure that we always have a SIGNATURENAME partition in case we have a SHEETNAME-
Methods inherited from class org.cip4.jdflib.elementwalker.BaseElementWalker
getFactory
-
Methods inherited from class org.cip4.jdflib.elementwalker.ElementWalker
toString, walkTree, walkTreeKidsFirst
-
-
-
-
Method Detail
-
getPartMap
public static JDFAttributeMap getPartMap(JDFPart part)
ensure that we always have a SIGNATURENAME partition in case we have a SHEETNAME- Parameters:
part- the partmap- Returns:
-
-