|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TermSchema | |
| JADE_SL.schema | |
| Uses of TermSchema in JADE_SL.schema |
| Subclasses of TermSchema in JADE_SL.schema | |
class |
AgentActionSchema
Note that an AgentActionSchema should also be a ConceptSchema, but this inheritance relation is cut as Java does not support multiple inheritance. |
class |
AggregateSchema
|
class |
ConceptSchema
|
class |
IRESchema
Note that an IRESchema should also be a TermSchema, but this inheritance relation is cut as Java does not support multiple inheritance. |
class |
PrimitiveSchema
|
class |
VariableSchema
|
| Fields in JADE_SL.schema declared as TermSchema | |
private static TermSchema |
TermSchema.baseSchema
|
| Methods in JADE_SL.schema with parameters of type TermSchema | |
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 |
PredicateSchema.add(java.lang.String name,
TermSchema elementsSchema,
int cardMin,
int cardMax)
Add a slot with cardinality between cardMin
and cardMax to this schema.
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||