vs.communication
Class WorldChange

java.lang.Object
  extended by vs.communication.WorldChange
All Implemented Interfaces:
jade.content.ContentElement, jade.content.Predicate, java.io.Serializable

public class WorldChange
extends java.lang.Object
implements jade.content.Predicate

WorldChange(x, y, z) A change in the story world Protege name: WorldChange

Version:
2008/10/29, 15:01:49
Author:
ontology bean generator
See Also:
Serialized Form

Constructor Summary
WorldChange()
           
 
Method Summary
 void addContentTriple(RDFtriple elem)
           
 void clearAllContentTriple()
           
 jade.util.leap.Iterator getAllContentTriple()
           
 java.lang.String getCause()
           
 jade.util.leap.List getContentTriple()
           
 boolean getTruth()
           
 boolean removeContentTriple(RDFtriple elem)
           
 void setCause(java.lang.String value)
           
 void setContentTriple(jade.util.leap.List l)
           
 void setTruth(boolean value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorldChange

public WorldChange()
Method Detail

setCause

public void setCause(java.lang.String value)

getCause

public java.lang.String getCause()

setTruth

public void setTruth(boolean value)

getTruth

public boolean getTruth()

addContentTriple

public void addContentTriple(RDFtriple elem)

removeContentTriple

public boolean removeContentTriple(RDFtriple elem)

clearAllContentTriple

public void clearAllContentTriple()

getAllContentTriple

public jade.util.leap.Iterator getAllContentTriple()

getContentTriple

public jade.util.leap.List getContentTriple()

setContentTriple

public void setContentTriple(jade.util.leap.List l)