edu.isi.powerloom.gui.xmlobject
Interface PLObject
- All Known Subinterfaces:
- PLContainer
- All Known Implementing Classes:
- PLConcept, PLConceptContainer, PLInstance, PLInstanceContainer, PLModule, PLModuleContainer, PLModuleFileList, PLProposition, PLPropositionContainer, PLRelation, PLRelationContainer, PLSurrogateCollection, PLSurrogateContainer, PLSymbol, PLVariableList
- public interface PLObject
Interface which defines basic attributes that PLObjects (e.g., concepts, instances, etc)
should have.
- Since:
- Wed Mar 13 22:02:15 2002
- Author:
- Eric Melz
getID
public java.lang.String getID()
getModule
public java.lang.String getModule()
getChildSurrogates
public PLSurrogateContainer getChildSurrogates()
setChildSurrogates
public void setChildSurrogates(PLSurrogateContainer surrogates)
setUndefined
public void setUndefined(boolean flag)
isUndefined
public boolean isUndefined()
Copyright © 2002 University of Southern California Information Sciences Institute. All Rights Reserved.