vs.communication
Class State

java.lang.Object
  extended by vs.communication.FabulaElement
      extended by vs.communication.State
All Implemented Interfaces:
jade.content.Concept, jade.content.Term, java.io.Serializable
Direct Known Subclasses:
StoryGoal, StoryInternalElement, StoryPerception, StorySettingElement

public class State
extends FabulaElement

Protege name: State

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

Constructor Summary
State()
           
 
Method Summary
 void addContentFabula(java.lang.Object elem)
           
 void addContentTriple(RDFtriple elem)
           
 void clearAllContentFabula()
           
 void clearAllContentTriple()
           
 jade.util.leap.Iterator getAllContentFabula()
           
 jade.util.leap.Iterator getAllContentTriple()
           
 jade.util.leap.List getContentFabula()
           
 jade.util.leap.List getContentTriple()
           
 boolean removeContentFabula(java.lang.Object elem)
           
 boolean removeContentTriple(RDFtriple elem)
           
 void setContentFabula(jade.util.leap.List l)
           
 void setContentTriple(jade.util.leap.List l)
           
 
Methods inherited from class vs.communication.FabulaElement
getCharacter, getIndividual, getTime, getType, setCharacter, setIndividual, setTime, setType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

State

public State()
Method Detail

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)

addContentFabula

public void addContentFabula(java.lang.Object elem)

removeContentFabula

public boolean removeContentFabula(java.lang.Object elem)

clearAllContentFabula

public void clearAllContentFabula()

getAllContentFabula

public jade.util.leap.Iterator getAllContentFabula()

getContentFabula

public jade.util.leap.List getContentFabula()

setContentFabula

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