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

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

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

Methods in net.sourceforge.fluxion.datasource.utils that throw OWLTransformationException
 org.semanticweb.owl.model.OWLIndividual BeanConverter.convertToOWLIndividual(java.lang.Object beanInstance)
          Converts a concrete bean instance into its owl equivalent.
static BeanConverter QueryUtils.createConverterForFilter(ReasonerSession session, org.semanticweb.owl.model.OWLOntology schemaOntology, org.semanticweb.owl.model.OWLOntology resultOntology, org.semanticweb.owl.model.OWLDescription query, Filter filter)
           
static java.util.Set<Filter> QueryUtils.createFilters(ReasonerSession session, org.semanticweb.owl.model.OWLOntology ontology, org.semanticweb.owl.model.OWLDescription query)
          Convert an OWLClass into a Set of filters.
static Query QueryUtils.createQuery(java.lang.Class queryManager, Filter filter)
          Creates a new Query using the given QueryManager class and the Filter supplied.
static java.lang.Class<? extends Filter> BeanUtils.getFilterFromClass(java.lang.Class<?> beanClass)
          Get the filter paired to this bean 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.
 

Constructors in net.sourceforge.fluxion.datasource.utils that throw OWLTransformationException
BeanConverter(ReasonerSession session, org.semanticweb.owl.model.OWLOntology schemaOntology, org.semanticweb.owl.model.OWLOntology resultOntology, org.semanticweb.owl.model.OWLDescription query, Filter filter)
           
 

Uses of OWLTransformationException in net.sourceforge.fluxion.utils
 

Methods in net.sourceforge.fluxion.utils that throw OWLTransformationException
static java.util.Set<org.semanticweb.owl.model.OWLClass> OWLUtils.getInferredSubClasses(ReasonerSession session, org.semanticweb.owl.model.OWLDescription d)
          Get the asserted subclasses of a class in the given ontology.
static java.util.Set<org.semanticweb.owl.model.OWLClass> OWLUtils.getInferredSuperClasses(ReasonerSession session, org.semanticweb.owl.model.OWLDescription d)
          Get the inferred superclasses of a class in the given ontology.
static java.util.Set<org.semanticweb.owl.model.OWLClass> OWLUtils.getReferencedClasses(ReasonerSession session, org.semanticweb.owl.model.OWLDescription query)
          Works out which OWLClasses are referred to by the incoming query description.
static java.util.Set<org.semanticweb.owl.model.OWLProperty> OWLUtils.getReferencedProperties(ReasonerSession session, org.semanticweb.owl.model.OWLDescription query)
          Works out which OWLProperties are referred to by the incoming query.
static java.util.Set<org.semanticweb.owl.model.OWLClass> OWLUtils.getRelevantClasses(ReasonerSession session, org.semanticweb.owl.model.OWLOntology ontology, org.semanticweb.owl.model.OWLDescription query)
          Works out which OWL (named, non-anonymous) classes in the supplied ontology intersect with the query OWL description.
static boolean OWLUtils.isInteresting(ReasonerSession session, org.semanticweb.owl.model.OWLOntology ontology, org.semanticweb.owl.model.OWLRestriction t_r, org.semanticweb.owl.model.OWLRestriction q_r)
          Discover whether a query class restriction is "interesting" with respect to the target restriction.
static java.util.Set<org.semanticweb.owl.model.OWLRestriction> OWLUtils.keep(ReasonerSession session, org.semanticweb.owl.model.OWLOntology ontology, org.semanticweb.owl.model.OWLDescription owlDescription)
          Retains any restrictions that are relevant for a given OWL class.
static java.util.Set<org.semanticweb.owl.model.OWLRestriction> OWLUtils.keep(ReasonerSession session, org.semanticweb.owl.model.OWLOntology ontology, org.semanticweb.owl.model.OWLDescription owlDescription, org.semanticweb.owl.model.OWLProperty owlProperty)
          Retains any restrictions on the given owlClass which are pertinent to the given owlProperty.
 



Copyright © 2010. All Rights Reserved.