wt.visitor
Class OccurrencedPartConfigSpecNodeExpander

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

public class OccurrencedPartConfigSpecNodeExpander
extends Object
implements NodeExpander, Serializable



Supported API: true

Extendable: false

See Also:
Serialized Form

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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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