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

Packages that use OWLNamedObject
org.semanticweb.owl.impl.model A basic implementation of the OWL API.  
org.semanticweb.owl.io.owl_rdf   
org.semanticweb.owl.model An API for OWL.  
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 OWLNamedObject in org.semanticweb.owl.impl.model
 

Classes in org.semanticweb.owl.impl.model that implement OWLNamedObject
 class OWLAnnotationPropertyImpl
          An OWLProperty whose range is a class (a collection of domain objects).
 class OWLClassImpl
          An OWL Class represents a named class within an ontology.
 class OWLDataPropertyImpl
          An OWLProperty whose range is some concrete data type.
 class OWLEntityImpl
           
 class OWLIndividualImpl
          An individual object.
 class OWLNamedObjectImpl
          A superclass for all named things (anything that has a URI associated with it).
 class OWLObjectPropertyImpl
          An OWLProperty whose range is a class (a collection of domain objects).
 class OWLOntologyImpl
          Represents an OWL ontology.
 class OWLPropertyImpl
          A Property in an OWL ontology.
 

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

Methods in org.semanticweb.owl.io.owl_rdf with parameters of type OWLNamedObject
protected  void Renderer.renderAnnotations(OWLOntology ontology, OWLNamedObject object)
          Render the annotations for an object
 

Uses of OWLNamedObject in org.semanticweb.owl.model
 

Subinterfaces of OWLNamedObject in org.semanticweb.owl.model
 interface OWLAnnotationProperty
          OWLAnnotationProperty.java Created: Thu May 08 16:47:28 2003
 interface OWLClass
          An OWL Class represents a named class within an ontology.
 interface OWLDataProperty
          An OWLProperty whose range is some concrete data type.
 interface OWLDLOntology
          Sub interface of Ontology which is intended to represent a DL ontology.
 interface OWLEntity
          A top level interface for entities -- the primitive kinds of things that are found in Ontologies.
 interface OWLIndividual
          An individual object.
 interface OWLLiteOntology
          Sub interface of Ontology which is intended to represent an OWLLite ontology.
 interface OWLObjectProperty
          An OWLProperty whose range is a class (a collection of domain objects).
 interface OWLOntology
          Represents an OWL ontology.
 interface OWLProperty
          A Property in an OWL ontology.
 

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

Methods in uk.ac.man.cs.img.owl.io.factplus with parameters of type OWLNamedObject
 String ShortFormProvider.shortForm(OWLNamedObject ono)
           
 String Renderer.shortForm(OWLNamedObject ono)
           
 

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

Methods in uk.ac.man.cs.img.owl.io.html with parameters of type OWLNamedObject
 String Linker.linkFor(OWLNamedObject obj)
           
 

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

Methods in uk.ac.man.cs.img.owl.io.tptp with parameters of type OWLNamedObject
 String Renderer.shortForm(OWLNamedObject ono)
           
 



WonderWeb