Uses of Class
jade.content.schema.TermSchema

Packages that use TermSchema
jade.content.schema   
 

Uses of TermSchema in jade.content.schema
 

Subclasses of TermSchema in jade.content.schema
 class AgentActionSchema
          The class to be used to define schemas of agent actions in an ontology.
 class AggregateSchema
          This class represent the schema of aggregate entities in an ontology.
 class ConceptSchema
          The class to be used to define schemas of concepts in an ontology.
 class IRESchema
          This class represents the schema of an Identifying Referential Expression (IRE) in an ontology.
 class PrimitiveSchema
          This class represent the schema of primitive entities in an ontology.
 class VariableSchema
          This class represents the schema of a variable.
 

Methods in jade.content.schema with parameters of type TermSchema
 void PredicateSchema.add(java.lang.String name, TermSchema elementsSchema, int cardMin, int cardMax)
          Add a slot with cardinality between cardMin and cardMax to this schema.
 void PredicateSchema.add(java.lang.String name, TermSchema elementsSchema, int cardMin, int cardMax, java.lang.String aggType)
          Add a slot with cardinality between cardMin and cardMax to this schema and allow specifying the type of Aggregate to be used for this slot.
 void ConceptSchema.add(java.lang.String name, TermSchema slotSchema)
          Add a mandatory slot to the schema.
 void ConceptSchema.add(java.lang.String name, TermSchema slotSchema, int optionality)
          Add a slot to the schema.
 void ConceptSchema.add(java.lang.String name, TermSchema elementsSchema, int cardMin, int cardMax)
          Add a slot with cardinality between cardMin and cardMax to this schema.
 void ConceptSchema.add(java.lang.String name, TermSchema elementsSchema, int cardMin, int cardMax, java.lang.String aggType)
          Add a slot with cardinality between cardMin and cardMax to this schema and allow specifying the type of Aggregate to be used for this slot.
 



JADE