Package | Description |
---|---|
jade.content.onto |
Modifier and Type | Method and Description |
---|---|
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. |