Uses of Class
jade.content.schema.PredicateSchema

Packages that use PredicateSchema
jade.content.schema   
 

Uses of PredicateSchema in jade.content.schema
 

Methods in jade.content.schema with parameters of type PredicateSchema
 void PredicateSchema.addSuperSchema(PredicateSchema superClassSchema)
          Adds a super-schema to this schema.
 void AgentActionSchema.add(java.lang.String name, PredicateSchema slotSchema)
          Add a mandatory slot of type PredicateSchema to this schema.
 void AgentActionSchema.add(java.lang.String name, PredicateSchema slotSchema, int optionality)
          Add a slot of type PredicateSchema to this schema.
 



JADE