Uses of Class
jade.content.onto.BeanOntologyException

Packages that use BeanOntologyException
jade.content.onto   
 

Uses of BeanOntologyException in jade.content.onto
 

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.
 



These are the official JADE API. For these API backward compatibility is guaranteed accross JADE versions