Uses of Class
Java2OWL.IndividualWrapper

Uses of IndividualWrapper in Java2OWL
 

Methods in Java2OWL that return IndividualWrapper
 IndividualWrapper J2OIndividualManager.getIWR(Object object)
           
 IndividualWrapper J2OIndividualManager.getIWR(OWLNamedIndividual individual)
           
 IndividualWrapper[] IndividualWrapper.getObjectPropertyValues(OWLObjectProperty property)
          gets object properties value for an object property which has no corresponding field in the objects.
 IndividualWrapper J2OIndividualManager.individual2Java(OWLNamedIndividual individual)
          maps an OWL-individual to corresponding Java-objects.
 IndividualWrapper J2OIndividualManager.object2OWL(Object object)
          generates for a Java-object the corresponding OWL-individual.
 

Methods in Java2OWL that return types with arguments of type IndividualWrapper
 ArrayList<IndividualWrapper> J2OIndividualManager.getInstances(OWLClassExpression cle)
          uses the reasoner to find all instances of the class expression and maps them back to the Java-objects.
 ArrayList<IndividualWrapper> J2OIndividualManager.getInstances(String cle)
          uses the reasoner to find all instances of the class expression and maps them back to the Java-objects.
 Set<IndividualWrapper> J2OIndividualManager.getIWRs(Class jcl)
          return the individual wrappers stored for the given class, or null if there are none.