Uses of Interface
org.semanticweb.elk.owl.interfaces.ElkEntity

Packages that use ElkEntity
org.semanticweb.elk.owl.interfaces   
org.semanticweb.elk.owl.predefined   
 

Uses of ElkEntity in org.semanticweb.elk.owl.interfaces
 

Subinterfaces of ElkEntity in org.semanticweb.elk.owl.interfaces
 interface ElkAnnotationProperty
           
 interface ElkClass
          Corresponds to a Class in the OWL 2 specification.
 interface ElkDataProperty
          Corresponds to an Data Property in the OWL 2 specification.
 interface ElkDatatype
          Corresponds to a Datatype in the OWL 2 specification.
 interface ElkNamedIndividual
          Corresponds to an Named Individuals in the OWL 2 specification.
 interface ElkObjectProperty
          Corresponds to an Object Property in the OWL 2 specification.
 

Methods in org.semanticweb.elk.owl.interfaces that return ElkEntity
 ElkEntity ElkDeclarationAxiom.getEntity()
          Get the entity that this declaration axioms refers to.
 

Methods in org.semanticweb.elk.owl.interfaces with parameters of type ElkEntity
 ElkDeclarationAxiom ElkObjectFactory.getDeclarationAxiom(ElkEntity entity)
          Create an ElkDeclarationAxiom.
 

Uses of ElkEntity in org.semanticweb.elk.owl.predefined
 

Classes in org.semanticweb.elk.owl.predefined that implement ElkEntity
 class PredefinedElkClass
          Corresponds to predefined classes in the OWL 2 specification, such as owl:Thing and owl:Nothing.
 



Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.