edu.isi.powerloom.gui.xmlobject
Class PLSymbol

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

public class PLSymbol
extends XMLObject
implements PLObject

Dummy object to hold symbols and strings in lists.

Since:
Tue Oct 8 17:36:44 2002
Author:
Eric Melz

Field Summary
 java.lang.String attrSymbolName
           
 
Constructor Summary
PLSymbol()
           
 
Method Summary
 PLSurrogateContainer getChildSurrogates()
           
 java.lang.String getID()
           
 java.lang.String getModule()
           
 boolean isUndefined()
           
 void setChildSurrogates(PLSurrogateContainer surrogates)
           
 void setUndefined(boolean flag)
           
 
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

attrSymbolName

public java.lang.String attrSymbolName
Constructor Detail

PLSymbol

public PLSymbol()
Method Detail

getID

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

getModule

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

getChildSurrogates

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

setChildSurrogates

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

setUndefined

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

isUndefined

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


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