Uses of Class
net.sourceforge.fluxion.utils.MissingElementException

Packages that use MissingElementException
net.sourceforge.fluxion.datasource.utils   
 

Uses of MissingElementException in net.sourceforge.fluxion.datasource.utils
 

Methods in net.sourceforge.fluxion.datasource.utils that throw MissingElementException
static java.lang.String BeanUtils.getBeanInstanceUniqueId(java.lang.Object beanInstance)
          Get the Unique Id for a given beanInstance.
static java.lang.Class<?> BeanUtils.getClassFromFilter(java.lang.Class<? extends Filter> filterClass)
           
static java.lang.Class<? extends Filter> BeanUtils.getFilterFromClass(java.lang.Class<?> beanClass)
          Get the filter paired to this bean class.
static java.lang.Class QueryUtils.getQueryManagerClass(ReasonerSession session, org.semanticweb.owl.model.OWLOntology ontology, org.semanticweb.owl.model.OWLDescription query)
          Get the QueryManager object for a given OWL class.
static java.lang.Class BeanUtils.getRelatedBeanClass(org.semanticweb.owl.model.OWLClass owlClass, org.semanticweb.owl.model.OWLOntology ontology)
          Looks for the value of the RelatedBean annotation on the given OWL class.
static java.lang.reflect.Method BeanUtils.getRelatedBeanMethod(java.lang.Class beanClass, org.semanticweb.owl.model.OWLProperty owlProperty, org.semanticweb.owl.model.OWLOntology ontology)
          Looks up the value of the relatedMethod annotation on the given OWL property.
 



Copyright © 2010. All Rights Reserved.