edu.isi.powerloom.gui.xmlobject
Class PLConceptContainer

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

public class PLConceptContainer
extends XMLObject
implements PLContainer

XML object for holding a set of concepts.

Author:
Eric Melz

Field Summary
 java.util.Collection elemPLConcept
           
 
Constructor Summary
PLConceptContainer()
           
 
Method Summary
 PLSurrogateContainer getChildSurrogates()
           
 java.lang.Class getContaineeClass()
           
 java.lang.String getID()
           
 java.lang.String getModule()
           
 java.util.Collection getXMLChildren()
           
 boolean isUndefined()
           
 void setChildSurrogates(PLSurrogateContainer surrogates)
           
 void setUndefined(boolean flag)
           
 java.lang.String toString()
          JTree Support- obsolete
 
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

elemPLConcept

public java.util.Collection elemPLConcept
Constructor Detail

PLConceptContainer

public PLConceptContainer()
Method Detail

getXMLChildren

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

getContaineeClass

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

getChildSurrogates

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

setChildSurrogates

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

getModule

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

getID

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

toString

public java.lang.String toString()
JTree Support- obsolete

Overrides:
toString in class java.lang.Object

isUndefined

public boolean isUndefined()
Specified by:
isUndefined in interface PLObject

setUndefined

public void setUndefined(boolean flag)
Specified by:
setUndefined in interface PLObject


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