|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.visitor.VisitorAdapter
wt.part.MultilevelWhereUsedVisitor
public class MultilevelWhereUsedVisitor
This visitor is used to write XML data for the Multilevel Where Usedreport
using a DocumentHandler.
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
void |
outputConfigSpec(WTPartConfigSpec spec)
Supported API: true |
void |
outputPart(WTPartMaster partMaster)
Supported API: true |
void |
outputQuantity(WTPartUsageLink partUsageLink)
Supported API: true |
boolean |
visit(Persistable fromNode,
Link link,
Persistable toNode,
int level,
boolean previouslyVisited)
Visit a node. |
| Methods inherited from class wt.visitor.VisitorAdapter |
|---|
visitLevel, visitLevel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void outputConfigSpec(WTPartConfigSpec spec)
throws WTException
spec -
WTException
public void outputPart(WTPartMaster partMaster)
throws WTException
partMaster -
WTException
public void outputQuantity(WTPartUsageLink partUsageLink)
throws WTException
partUsageLink -
WTException
public boolean visit(Persistable fromNode,
Link link,
Persistable toNode,
int level,
boolean previouslyVisited)
throws WTException
visit in interface Visitorvisit in class VisitorAdapterfromNode - link - toNode - level - previouslyVisited -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||