wt.visitor
Class OccurrencedPartConfigSpecNodeExpander

java.lang.Object
  extended bywt.visitor.OccurrencedPartConfigSpecNodeExpander
All Implemented Interfaces:
NodeExpander, Serializable

public class OccurrencedPartConfigSpecNodeExpander
extends Object
implements NodeExpander, Serializable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
private  ConfigSpec theConfigSpec
           
 
Constructor Summary
OccurrencedPartConfigSpecNodeExpander()
           
OccurrencedPartConfigSpecNodeExpander(BaselineConfigurationConfigSpec a_partConfigSpec)
          Constructs an instance.
 
Method Summary
 void expandNode(Persistable parentNode, Vector links, Vector nodes)
          Expands the node returning all of the links and nodes associated with the parent node.
 ConfigSpec getConfigSpec()
          Gets the object for the association that plays role: theConfigSpec.
 void setConfigSpec(ConfigSpec a_ConfigSpec)
          Sets the object for the association that plays role: theConfigSpec.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

theConfigSpec

private ConfigSpec theConfigSpec
Constructor Detail

OccurrencedPartConfigSpecNodeExpander

public OccurrencedPartConfigSpecNodeExpander(BaselineConfigurationConfigSpec a_partConfigSpec)
                                      throws WTPropertyVetoException
Constructs an instance.

Supported API: false

Parameters:
a_partConfigSpec -
Throws:
WTPropertyVetoException

OccurrencedPartConfigSpecNodeExpander

public OccurrencedPartConfigSpecNodeExpander()
Method Detail

getConfigSpec

public ConfigSpec getConfigSpec()
Gets the object for the association that plays role: theConfigSpec.

Supported API: false

Returns:
ConfigSpec

setConfigSpec

public void setConfigSpec(ConfigSpec a_ConfigSpec)
                   throws WTPropertyVetoException
Sets the object for the association that plays role: theConfigSpec.

Supported API: false

Parameters:
a_ConfigSpec -
Throws:
WTPropertyVetoException

expandNode

public void expandNode(Persistable parentNode,
                       Vector links,
                       Vector nodes)
                throws WTException
Expands the node returning all of the links and nodes associated with the parent node.

Supported API: true

Specified by:
expandNode in interface NodeExpander
Parameters:
parentNode -
links -
nodes -
Throws:
WTException