edu.isi.powerloom.gui.xmlobject
Class PLInstance
java.lang.Object
|
+--edu.isi.powerloom.gui.xmlobject.XMLObject
|
+--edu.isi.powerloom.gui.xmlobject.PLInstance
- All Implemented Interfaces:
- PLObject
- public class PLInstance
- extends XMLObject
- implements PLObject
XML Object for representing an instance.
- Author:
- Eric Melz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
attrInstanceName
public java.lang.String attrInstanceName
attrSourceString
public java.lang.String attrSourceString
attrModule
public java.lang.String attrModule
PLInstance
public PLInstance()
getInstanceName
public java.lang.String getInstanceName()
getModule
public java.lang.String getModule()
- Specified by:
getModule
in interface PLObject
getSourceString
public java.lang.String getSourceString()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getID
public java.lang.String getID()
- surrogate support
- Specified by:
getID
in interface PLObject
getChildSurrogates
public PLSurrogateContainer getChildSurrogates()
- Specified by:
getChildSurrogates
in interface PLObject
setChildSurrogates
public void setChildSurrogates(PLSurrogateContainer container)
- Specified by:
setChildSurrogates
in interface PLObject
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.