edu.isi.powerloom.gui.xmlobject
Class PLProposition

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

public class PLProposition
extends XMLObject
implements PLObject

XMLObject for Powerloom Propositions. Also includes representation of rules.

Author:
Eric Melz

Field Summary
 java.lang.String attrIsAsserted
           
 java.lang.String attrIsRule
           
 java.lang.String attrIsStrict
           
 java.lang.String attrPropositionName
           
 
Constructor Summary
PLProposition()
           
 
Method Summary
 PLSurrogateContainer getChildSurrogates()
           
 java.lang.String getID()
          surrogate support
 java.lang.String getModule()
           
 boolean isUndefined()
           
 void setChildSurrogates(PLSurrogateContainer container)
           
 void setUndefined(boolean flag)
           
 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

attrPropositionName

public java.lang.String attrPropositionName

attrIsRule

public java.lang.String attrIsRule

attrIsStrict

public java.lang.String attrIsStrict

attrIsAsserted

public java.lang.String attrIsAsserted
Constructor Detail

PLProposition

public PLProposition()
Method Detail

toString

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

getModule

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

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.