Uses of Class
jade.content.onto.BeanOntologyException
-
Packages that use BeanOntologyException Package Description jade.content.onto -
-
Uses of BeanOntologyException in jade.content.onto
Methods in jade.content.onto that throw BeanOntologyException Modifier and Type Method Description voidBeanOntology. add(Class clazz)Adds to the ontology the schema built from the classclazz.voidBeanOntology. add(Class clazz, boolean buildHierarchy)Adds to the ontology the schema built from the classclazz.voidBeanOntology. add(String pkgname)Adds all the ontological beans (the ones which implement eitherConceptorPredicate) found in the specified package.voidBeanOntology. add(String pkgname, boolean buildHierarchy)Adds all the ontological beans (the ones which implement eitherConceptorPredicate) found in the specified package.
-