vs.communication
Class Schema

java.lang.Object
  extended by vs.communication.FabulaElement
      extended by vs.communication.Schema
All Implemented Interfaces:
jade.content.Concept, jade.content.Term, java.io.Serializable
Direct Known Subclasses:
GoalSchema

public class Schema
extends FabulaElement

A schema-based fabula element, defined by its head consisting of a type and optional arguments. The idea of a Schema class is that it completely defines the fabula element due to its parameters. - "class" slot of schema defined by object class Protege name: Schema

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

Constructor Summary
Schema()
           
 
Method Summary
 java.lang.String getPrologDescription()
           
 void setPrologDescription(java.lang.String value)
           
 
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

Schema

public Schema()
Method Detail

setPrologDescription

public void setPrologDescription(java.lang.String value)

getPrologDescription

public java.lang.String getPrologDescription()