Uses of Interface
org.semanticweb.owl.model.OWLIndividual

Packages that use OWLIndividual
org.semanticweb.owl.impl.model A basic implementation of the OWL API.  
org.semanticweb.owl.inference Inference over OWL ontologies.  
org.semanticweb.owl.io.abstract_syntax Simple renderer that writes ontologies in OWL Abstract Syntax.  
org.semanticweb.owl.io.owl_rdf   
org.semanticweb.owl.io.simple Simple output of OWL models.  
org.semanticweb.owl.model An API for OWL.  
org.semanticweb.owl.model.change Change API for OWL Ontologies.  
org.semanticweb.owl.model.helper Helper classes for the OWL API.  
uk.ac.man.cs.img.owl.inference.dl   
uk.ac.man.cs.img.owl.io.dig1_0   
uk.ac.man.cs.img.owl.io.fact Simple renderer that writes ontologies in FaCT Lisp.  
uk.ac.man.cs.img.owl.io.factplus Simple renderer that writes ontologies in FaCT Lisp.  
uk.ac.man.cs.img.owl.io.html   
uk.ac.man.cs.img.owl.io.tptp Simple renderer that writes ontologies as TPTP.  
 

Uses of OWLIndividual in org.semanticweb.owl.impl.model
 

Classes in org.semanticweb.owl.impl.model that implement OWLIndividual
 class OWLIndividualImpl
          An individual object.
 

Methods in org.semanticweb.owl.impl.model that return OWLIndividual
 OWLIndividual OWLOntologyImpl.getIndividual(URI uri)
          getIndividual Retrieves an individual with a given uri
 OWLIndividual OWLObjectValueRestrictionImpl.getIndividual()
           
 OWLIndividual OWLDataFactoryImpl.getOWLIndividual(URI uri)
           
 

Methods in org.semanticweb.owl.impl.model with parameters of type OWLIndividual
 void OWLOntologyImpl.EntityAdder.visit(OWLIndividual entity)
           
 void OWLOntologyImpl.EntityRemover.visit(OWLIndividual entity)
           
 OWLObjectValueRestriction OWLDataFactoryImpl.getOWLObjectValueRestriction(OWLObjectProperty property, OWLIndividual individual)
           
 OWLObjectPropertyInstance OWLDataFactoryImpl.getOWLObjectPropertyInstance(OWLIndividual subject, OWLObjectProperty property, OWLIndividual object)
           
 OWLObjectPropertyInstance OWLDataFactoryImpl.getOWLObjectPropertyInstance(OWLIndividual subject, OWLObjectProperty property, OWLIndividual object)
           
 OWLDataPropertyInstance OWLDataFactoryImpl.getOWLDataPropertyInstance(OWLIndividual subject, OWLDataProperty property, OWLDataValue object)
           
 

Constructors in org.semanticweb.owl.impl.model with parameters of type OWLIndividual
OWLObjectValueRestrictionImpl(OWLDataFactoryImpl factory, OWLObjectProperty property, OWLIndividual individual)
           
 

Uses of OWLIndividual in org.semanticweb.owl.inference
 

Methods in org.semanticweb.owl.inference with parameters of type OWLIndividual
 boolean OWLIndividualReasoner.isInstanceOf(OWLIndividual i, OWLDescription d)
          Returns true if the given individual is an instance of the given description
 

Uses of OWLIndividual in org.semanticweb.owl.io.abstract_syntax
 

Methods in org.semanticweb.owl.io.abstract_syntax that return OWLIndividual
 OWLIndividual ANTLRParser.individual()
          Rule.
 

Methods in org.semanticweb.owl.io.abstract_syntax with parameters of type OWLIndividual
 void RenderingVisitor.visit(OWLIndividual ind)
           
 

Uses of OWLIndividual in org.semanticweb.owl.io.owl_rdf
 

Methods in org.semanticweb.owl.io.owl_rdf that return OWLIndividual
protected  OWLIndividual OWLConsumer.translateIndividual(URI uri)
           
 

Methods in org.semanticweb.owl.io.owl_rdf with parameters of type OWLIndividual
 void RenderingVisitor.visit(OWLIndividual ind)
           
protected  void Renderer.renderIndividual(OWLOntology ontology, OWLIndividual ind)
           
 

Uses of OWLIndividual in org.semanticweb.owl.io.simple
 

Methods in org.semanticweb.owl.io.simple with parameters of type OWLIndividual
 void DescriptionRenderer.visit(OWLIndividual node)
           
 

Uses of OWLIndividual in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model that return OWLIndividual
 OWLIndividual OWLPropertyInstance.getSubject()
           
 OWLIndividual OWLOntology.getIndividual(URI uri)
          getIndividual Retrieves an individual with a given uri
 OWLIndividual OWLObjectValueRestriction.getIndividual()
           
 OWLIndividual OWLObjectPropertyInstance.getObject()
           
 OWLIndividual OWLDataFactory.getOWLIndividual(URI uri)
           
 

Methods in org.semanticweb.owl.model with parameters of type OWLIndividual
 void OWLObjectVisitor.visit(OWLIndividual node)
           
 void OWLEntityVisitor.visit(OWLIndividual entity)
           
 OWLObjectValueRestriction OWLDataFactory.getOWLObjectValueRestriction(OWLObjectProperty prop, OWLIndividual filler)
           
 OWLObjectPropertyInstance OWLDataFactory.getOWLObjectPropertyInstance(OWLIndividual subject, OWLObjectProperty property, OWLIndividual object)
          Method getOWLOntology.
 OWLObjectPropertyInstance OWLDataFactory.getOWLObjectPropertyInstance(OWLIndividual subject, OWLObjectProperty property, OWLIndividual object)
          Method getOWLOntology.
 OWLDataPropertyInstance OWLDataFactory.getOWLDataPropertyInstance(OWLIndividual subject, OWLDataProperty property, OWLDataValue object)
           
 

Uses of OWLIndividual in org.semanticweb.owl.model.change
 

Methods in org.semanticweb.owl.model.change that return OWLIndividual
 OWLIndividual AddObjectPropertyInstance.getSubject()
           
 OWLIndividual AddObjectPropertyInstance.getObject()
           
 OWLIndividual AddIndividualClass.getIndividual()
          The entity that should be added.
 OWLIndividual AddDataPropertyInstance.getSubject()
           
 

Constructors in org.semanticweb.owl.model.change with parameters of type OWLIndividual
AddObjectPropertyInstance(OWLOntology ontology, OWLIndividual subject, OWLObjectProperty property, OWLIndividual object, OntologyChange cause)
           
AddObjectPropertyInstance(OWLOntology ontology, OWLIndividual subject, OWLObjectProperty property, OWLIndividual object, OntologyChange cause)
           
AddIndividualClass(OWLOntology ontology, OWLIndividual individual, OWLDescription description, OntologyChange cause)
           
AddDataPropertyInstance(OWLOntology ontology, OWLIndividual subject, OWLDataProperty property, OWLDataValue object, OntologyChange cause)
           
 

Uses of OWLIndividual in org.semanticweb.owl.model.helper
 

Methods in org.semanticweb.owl.model.helper that return OWLIndividual
 OWLIndividual OWLBuilder.getIndividual(URI id)
          Returns the individual corresponding to id in the current ontology.
 OWLIndividual OWLBuilder.addIndividual(URI id)
          Adds the individual identified by id, to the current ontology.
 OWLIndividual OWLBuilder.ObjectPropertyValue.getIndividual()
          Get the Individual value.
static OWLIndividual OntologyHelper.getIndividualNamed(OWLOntology ontology, URI uri)
           
 

Methods in org.semanticweb.owl.model.helper with parameters of type OWLIndividual
 void OWLObjectVisitorAdapter.visit(OWLIndividual node)
           
 void OWLEntityCollector.visit(OWLIndividual node)
           
 void OWLDescriptionVisitorAdapter.visit(OWLIndividual node)
           
 void OWLBuilder.addDescriptionToIndividual(OWLDescription description, OWLIndividual individual)
          Adds description to individual in current ontology.
 OWLRestriction OWLBuilder.getObjectValueRestriction(URI propertyId, OWLIndividual individual)
          Returns a restriction to the value individual for the property corresponding to propertyId.
 void OWLBuilder.addPropertyValue(OWLIndividual subject, OWLBuilder.PropertyValue propValue)
          Adds the property value propValue to subject.
 void ExceptionThrowingOWLObjectVisitorAdapter.visit(OWLIndividual node)
           
 

Constructors in org.semanticweb.owl.model.helper with parameters of type OWLIndividual
OWLBuilder.ObjectPropertyValue(OWLObjectProperty property, OWLIndividual individual)
          Creates a new ObjectPropertyValue instance and sets property and individual.
 

Uses of OWLIndividual in uk.ac.man.cs.img.owl.inference.dl
 

Methods in uk.ac.man.cs.img.owl.inference.dl with parameters of type OWLIndividual
 boolean SimpleOWLReasoner.isInstanceOf(OWLIndividual i, OWLDescription d)
           
 

Uses of OWLIndividual in uk.ac.man.cs.img.owl.io.dig1_0
 

Methods in uk.ac.man.cs.img.owl.io.dig1_0 with parameters of type OWLIndividual
 void RenderingVisitor.visit(OWLIndividual ind)
           
 

Uses of OWLIndividual in uk.ac.man.cs.img.owl.io.fact
 

Methods in uk.ac.man.cs.img.owl.io.fact with parameters of type OWLIndividual
 void RenderingVisitor.visit(OWLIndividual ind)
           
 

Uses of OWLIndividual in uk.ac.man.cs.img.owl.io.factplus
 

Methods in uk.ac.man.cs.img.owl.io.factplus with parameters of type OWLIndividual
 void RenderingVisitor.visit(OWLIndividual ind)
           
 

Uses of OWLIndividual in uk.ac.man.cs.img.owl.io.html
 

Methods in uk.ac.man.cs.img.owl.io.html with parameters of type OWLIndividual
 void RenderingVisitor.visit(OWLIndividual ind)
           
 void OntologyRenderer.renderIndividual(OWLIndividual ind, PrintWriter pw, Linker linker)
           
 

Uses of OWLIndividual in uk.ac.man.cs.img.owl.io.tptp
 

Methods in uk.ac.man.cs.img.owl.io.tptp with parameters of type OWLIndividual
 void RenderingVisitor.visit(OWLIndividual ind)
           
 



WonderWeb