|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cip4.jdflib.elementwalker.ElementWalker
org.cip4.jdflib.elementwalker.BaseElementWalker
org.cip4.jdflib.elementwalker.LinkRefFinder
public class LinkRefFinder
| Nested Class Summary | |
|---|---|
class |
LinkRefFinder.WalkRef
the link and ref walker |
| Field Summary | |
|---|---|
protected boolean |
bLink
|
protected boolean |
bRef
|
protected VectorMap<String,KElement> |
theMap
|
| Fields inherited from class org.cip4.jdflib.elementwalker.BaseElementWalker |
|---|
log |
| Fields inherited from class org.cip4.jdflib.elementwalker.ElementWalker |
|---|
theFactory |
| Constructor Summary | |
|---|---|
LinkRefFinder(boolean ref,
boolean link)
|
|
| Method Summary | |
|---|---|
protected BaseWalkerFactory |
getFactory()
|
VectorMap<String,KElement> |
getMap(JDFNode n)
get a vector of all links and references of n and its children |
| Methods inherited from class org.cip4.jdflib.elementwalker.BaseElementWalker |
|---|
constructWalkers |
| Methods inherited from class org.cip4.jdflib.elementwalker.ElementWalker |
|---|
toString, walkTree, walkTreeKidsFirst |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final VectorMap<String,KElement> theMap
protected final boolean bRef
protected final boolean bLink
| Constructor Detail |
|---|
public LinkRefFinder(boolean ref,
boolean link)
ref - link - | Method Detail |
|---|
public VectorMap<String,KElement> getMap(JDFNode n)
n - the node to walk
protected BaseWalkerFactory getFactory()
getFactory in class BaseElementWalker
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||