Uses of Class
vs.communication.RDFtriple

Packages that use RDFtriple
vs.communication Ontology and concepts for inter-agent communication. 
vs.knowledge Contains the knowledge base and its vocabulary 
vs.plotagent The plotagent classes build forth on rational agent, defining the control logic for a Plot Agent 
 

Uses of RDFtriple in vs.communication
 

Methods in vs.communication with parameters of type RDFtriple
 void WorldChange.addContentTriple(RDFtriple elem)
           
 void State.addContentTriple(RDFtriple elem)
           
 boolean WorldChange.removeContentTriple(RDFtriple elem)
           
 boolean State.removeContentTriple(RDFtriple elem)
           
 

Uses of RDFtriple in vs.knowledge
 

Methods in vs.knowledge that return RDFtriple
 RDFtriple PrologKB.prologToTriple(java.lang.String prologTriple, boolean truth)
          Builds an RDFtriple object from prolog string representation of an rdf triple TODO: replace getSubject...etc by JPL parsing
 

Methods in vs.knowledge that return types with arguments of type RDFtriple
 java.util.Vector<RDFtriple> PrologKB.conditionToTripleList(java.lang.String condition)
           
 java.util.Vector<RDFtriple> PrologKB.getOperatorEffects(java.lang.String schema)
          Retrieve effects of operator schema assumption is that effects can be applied
 java.util.List<RDFtriple> PrologKB.prologToList(java.lang.String prologTripleList, boolean truth)
           
 

Methods in vs.knowledge with parameters of type RDFtriple
 boolean PrologKB.tellRDFtriple(RDFtriple t)
           
static java.lang.String PrologKB.tripleToProlog(RDFtriple t)
          Turns an RDF triple Java object back into a Prolog fact
 

Method parameters in vs.knowledge with type arguments of type RDFtriple
static java.lang.String PrologKB.listToProlog(java.util.List<RDFtriple> l)
           
 

Uses of RDFtriple in vs.plotagent
 

Methods in vs.plotagent with parameters of type RDFtriple
 void ICharacterManager.addSettingChange(RDFtriple triple)
          Adds a setting change to be broadcast to all new characters
 void BasicCharacterManager.addSettingChange(RDFtriple triple)
          TODO: accept StorySettingElements rather than RDFtriples.
 

Method parameters in vs.plotagent with type arguments of type RDFtriple
 void ICharacterManager.addSettingChange(java.util.Collection<RDFtriple> triples)
          Adds multiple setting changes to be broadcast to all new characters
 void BasicCharacterManager.addSettingChange(java.util.Collection<RDFtriple> triples)
          TODO: accept StorySettingElements rather than RDFtriples.