Package wt.visitor
Class ReverseConfigSpecNodeExpander
java.lang.Object
wt.visitor.ConfigSpecNodeExpander
wt.visitor.ReverseConfigSpecNodeExpander
- All Implemented Interfaces:
Serializable,NodeExpander
The ConfigSpecNodeExpander class uses the Struct Service and a ConfigSpec
to implement the expand operation. The node is assumed to be an Iteration
and the "used by" link is navigated.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReverseConfigSpecNodeExpander(ConfigSpec a_configSpec) Constructs an instance. -
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.Methods inherited from class wt.visitor.ConfigSpecNodeExpander
getConfigSpec, getConfigSpecs, setConfigSpec, setConfigSpecs
-
Constructor Details
-
ReverseConfigSpecNodeExpander
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
-