edu.isi.powerloom.gui.xmlobject
Class PLModuleContainer

java.lang.Object
  |
  +--edu.isi.powerloom.gui.xmlobject.XMLObject
        |
        +--edu.isi.powerloom.gui.xmlobject.PLModuleContainer
All Implemented Interfaces:
PLContainer, PLObject

public class PLModuleContainer
extends XMLObject
implements PLContainer

XMLObject for holding a collection of modules.

Author:
Eric Melz

Field Summary
 java.util.Collection elemPLModule
           
 boolean undefined
           
 
Constructor Summary
PLModuleContainer()
           
 
Method Summary
 PLSurrogateContainer getChildSurrogates()
           
 java.lang.Class getContaineeClass()
           
 java.lang.String getID()
           
 java.lang.String getModule()
           
 java.util.Collection getXMLChildren()
           
 boolean isUndefined()
          Insert the method's description here.
 void setChildSurrogates(PLSurrogateContainer surrogates)
           
 void setUndefined(boolean newUndefined)
          Insert the method's description here.
 
Methods inherited from class edu.isi.powerloom.gui.xmlobject.XMLObject
attrIsTrue, getChild, getChildCount, getIndexOfChild, isLeaf, main
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elemPLModule

public java.util.Collection elemPLModule

undefined

public boolean undefined
Constructor Detail

PLModuleContainer

public PLModuleContainer()
Method Detail

getChildSurrogates

public PLSurrogateContainer getChildSurrogates()
Specified by:
getChildSurrogates in interface PLObject

getModule

public java.lang.String getModule()
Specified by:
getModule in interface PLObject

getContaineeClass

public java.lang.Class getContaineeClass()
Specified by:
getContaineeClass in interface PLContainer

getID

public java.lang.String getID()
Specified by:
getID in interface PLObject

getXMLChildren

public java.util.Collection getXMLChildren()
Specified by:
getXMLChildren in interface PLContainer

isUndefined

public boolean isUndefined()
Insert the method's description here. Creation date: (4/16/2002 7:48:56 PM)

Specified by:
isUndefined in interface PLObject
Returns:
boolean

setChildSurrogates

public void setChildSurrogates(PLSurrogateContainer surrogates)
Specified by:
setChildSurrogates in interface PLObject

setUndefined

public void setUndefined(boolean newUndefined)
Insert the method's description here. Creation date: (4/16/2002 7:48:56 PM)

Specified by:
setUndefined in interface PLObject
Parameters:
newUndefined - boolean


Copyright © 2002 University of Southern California Information Sciences Institute. All Rights Reserved.