create()
methods, which directly take the new node's children as arguments and return nodes specialized for that number of children. After creation, the number of children cannot be changed anymore. Code using generic nodes can test whether a node supports a variable number of children through {@link #hasVariable()} and convert fixed size nodes into variablesized nodes through {@link #ensureVariable(GNode)}.
@author Robert Grimm
@version $Revision: 1.48 $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|