public class LinkRefFinder extends BaseElementWalker
| Modifier and Type | Class and Description |
|---|---|
class |
LinkRefFinder.WalkRef
the link and ref walker
|
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
bLink |
protected boolean |
bRef |
protected VectorMap<String,KElement> |
theMap |
logtheFactory| Constructor and Description |
|---|
LinkRefFinder(boolean ref,
boolean link) |
| Modifier and Type | Method and Description |
|---|---|
protected BaseWalkerFactory |
getFactory() |
VectorMap<String,KElement> |
getMap(JDFNode n)
get a vector of all links and references of n and its children
|
constructWalkerstoString, walkTree, walkTreeKidsFirstpublic LinkRefFinder(boolean ref,
boolean link)
ref - link - public VectorMap<String,KElement> getMap(JDFNode n)
n - the node to walkprotected BaseWalkerFactory getFactory()
getFactory in class BaseElementWalkerCopyright © 2013. All Rights Reserved.