Package | Description |
---|---|
jade.content.schema |
Modifier and Type | Method and Description |
---|---|
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.
|
void |
PredicateSchema.addSuperSchema(PredicateSchema superClassSchema)
Adds a super-schema to this schema.
|