wt.infoengine.object
Class IeGroup

java.lang.Object
  extended bywt.infoengine.object.IeObject
      extended bywt.infoengine.object.IeGroup
All Implemented Interfaces:
Cloneable, Serializable

public class IeGroup
extends IeObject
implements Serializable, Cloneable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class wt.infoengine.object.IeObject
 
Constructor Summary
IeGroup()
          Constructs a new IeGroup
IeGroup(String name)
          Constructs a new IeGroup and sets the group name to the given String
 
Method Summary
 void addNode(IeNode n)
           
 IeNode getNode(String s)
           
 IeNode getNodeAt(int i)
           
 int getNodeCount()
           
 Enumeration getNodes()
           
 void removeAllNodes()
           
 void removeNode(IeNode n)
           
 void removeNode(String s)
           
 void setNodeAt(IeNode n, int i)
           
 
Methods inherited from class wt.infoengine.object.IeObject
addChild, addChildObject, addMetaValue, addMetaValues, addSibling, clone, containsChild, containsMetaValue, deepClone, delFromParent, findChild, firstChild, getChildAt, getChildCount, getChildren, getLabel, getLevel, getMeta, getMetaKeys, getMetaValue, getMetaValueAt, getMetaValueCount, getMetaValues, getName, getObj, getParent, getSiblings, getType, hasChildren, indent, indent, indexOfChild, indexOfMetaValue, lastChild, printAtts, printChildren, printChildren, printMeta, printObject, printObject, printObject, printObjectHelper, printStructure, printStructure, removeAllChildren, removeAllMetaValues, removeChild, removeChildAt, removeChildObject, removeLabel, removeLevel, removeMeta, removeMetaValue, removeMetaValueAt, removeName, removeObj, removeType, setChildAt, setLabel, setLevel, setMeta, setMetaValueAt, setName, setObj, setType
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IeGroup

public IeGroup()
Constructs a new IeGroup


IeGroup

public IeGroup(String name)
Constructs a new IeGroup and sets the group name to the given String

Parameters:
name - The name of the group
Method Detail

getNodes

public Enumeration getNodes()

addNode

public void addNode(IeNode n)

getNode

public IeNode getNode(String s)

removeNode

public void removeNode(String s)

removeNode

public void removeNode(IeNode n)

removeAllNodes

public void removeAllNodes()

getNodeAt

public IeNode getNodeAt(int i)

setNodeAt

public void setNodeAt(IeNode n,
                      int i)

getNodeCount

public int getNodeCount()