Package | Description |
---|---|
jade.content.onto | |
jade.content.schema |
Modifier and Type | Method and Description |
---|---|
private void |
BeanOntologyBuilder.addTermSlotToPredicate(PredicateSchema schema,
String slotName,
String schemaName,
SlotAccessData sad,
boolean skipClassChecking) |
Modifier and Type | Field and Description |
---|---|
private static PredicateSchema |
PredicateSchema.baseSchema |
Modifier and Type | Method and Description |
---|---|
void |
AgentActionSchema.add(String name,
PredicateSchema slotSchema)
Add a mandatory slot of type PredicateSchema to this schema.
|
void |
AgentActionSchema.add(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.
|