edu.isi.powerloom.gui.xmlobject
Class PLPropositionContainer

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

public class PLPropositionContainer
extends XMLObject
implements PLContainer

Container which holds PLPropositions.

Author:
Eric Melz

Field Summary
 java.util.Collection elemPLProposition
           
 
Constructor Summary
PLPropositionContainer()
           
 
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.
 java.lang.String toString()
           
 
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, wait, wait, wait
 

Field Detail

elemPLProposition

public java.util.Collection elemPLProposition
Constructor Detail

PLPropositionContainer

public PLPropositionContainer()
Method Detail

getChildSurrogates

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

getContaineeClass

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

getModule

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

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:49:22 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:49:22 PM)

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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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