Package wt.visitor
Class EPMDocConfigSpecNodeExpander
java.lang.Object
wt.visitor.ConfigSpecNodeExpander
wt.visitor.EPMDocConfigSpecNodeExpander
- All Implemented Interfaces:
NodeExpander
The EPMDocConfigSpecNodeExpander class uses the EPMStruct Service and
a ConfigSpec to implement the expand operation. The node is assumed
to be an Iteration and the "uses" link is navigated.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
- See Also:
-
ConfigSpecwt.strucure.EPMStructureService
-
Constructor Summary
ConstructorsConstructorDescriptionEPMDocConfigSpecNodeExpander(ConfigSpec a_ConfigSpec) Constructs an instance
Supported API: true -
Method Summary
Modifier and TypeMethodDescriptionvoidexpandNode(Persistable parentNode, Vector links, Vector nodes) Expands the node returning all of the links and nodes associated with the parent node
Supported API: trueMethods inherited from class wt.visitor.ConfigSpecNodeExpander
getConfigSpec, getConfigSpecs, setConfigSpec, setConfigSpecs
-
Constructor Details
-
EPMDocConfigSpecNodeExpander
Constructs an instance
Supported API: true- Parameters:
a_ConfigSpec-- Throws:
WTPropertyVetoException
-
-
Method Details
-
expandNode
Expands the node returning all of the links and nodes associated with the parent node
Supported API: true- Specified by:
expandNodein interfaceNodeExpander- Overrides:
expandNodein classConfigSpecNodeExpander- Parameters:
parentNode-links-nodes-- Throws:
WTException
-