| Methods in jade.content.onto that throw BeanOntologyException |
void |
BeanOntology.add(java.lang.Class clazz)
Adds to the ontology the schema built from the class clazz. |
void |
BeanOntology.add(java.lang.Class clazz,
boolean buildHierarchy)
Adds to the ontology the schema built from the class clazz. |
void |
BeanOntology.add(java.lang.String pkgname)
Adds all the ontological beans (the ones which implement either
Concept or Predicate) found in the
specified package. |
void |
BeanOntology.add(java.lang.String pkgname,
boolean buildHierarchy)
Adds all the ontological beans (the ones which implement either
Concept or Predicate) found in the
specified package. |