Uses of Class
org.semanticweb.elk.owl.iris.ElkIri

Packages that use ElkIri
org.semanticweb.elk.owl.interfaces   
org.semanticweb.elk.owl.iris   
org.semanticweb.elk.owl.predefined   
org.semanticweb.elk.owl.util   
org.semanticweb.elk.owl.visitors   
 

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

Methods in org.semanticweb.elk.owl.interfaces that return ElkIri
 ElkIri ElkFacetRestriction.getConstrainingFacet()
          Get the IRI of the constraining facet.
 ElkIri ElkEntity.getIri()
           
 

Methods in org.semanticweb.elk.owl.interfaces with parameters of type ElkIri
 ElkAnnotationProperty ElkObjectFactory.getAnnotationProperty(ElkIri iri)
          Create an ElkAnnotationProperty.
 ElkAnnotationPropertyDomainAxiom ElkObjectFactory.getAnnotationPropertyDomainAxiom(ElkAnnotationProperty property, ElkIri domain)
          Create an ElkAnnotationPropertyDomainAxiom
 ElkAnnotationPropertyRangeAxiom ElkObjectFactory.getAnnotationPropertyRangeAxiom(ElkAnnotationProperty property, ElkIri range)
          Create an ElkAnnotationPropertyRangeAxiom
 ElkClass ElkObjectFactory.getClass(ElkIri iri)
          Create an ElkClass.
 ElkDataProperty ElkObjectFactory.getDataProperty(ElkIri iri)
          Create an ElkDataProperty.
 ElkDatatype ElkObjectFactory.getDatatype(ElkIri iri)
          Create an ElkDatatype.
 ElkFacetRestriction ElkObjectFactory.getFacetRestriction(ElkIri iri, ElkLiteral literal)
          Create an ElkFacetRestriction
 ElkNamedIndividual ElkObjectFactory.getNamedIndividual(ElkIri iri)
          Create an ElkNamedIndividual.
 ElkObjectProperty ElkObjectFactory.getObjectProperty(ElkIri iri)
          Create an ElkObjectProperty.
 

Uses of ElkIri in org.semanticweb.elk.owl.iris
 

Subclasses of ElkIri in org.semanticweb.elk.owl.iris
 class ElkAbbreviatedIri
          Represents an abbreaviated IRI.
 class ElkFullIri
          Represents a fully expanded IRI.
 

Methods in org.semanticweb.elk.owl.iris with parameters of type ElkIri
 int ElkAbbreviatedIri.compareTo(ElkIri arg)
           
 int ElkIri.compareTo(ElkIri arg)
           
 

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

Methods in org.semanticweb.elk.owl.predefined that return ElkIri
 ElkIri PredefinedElkIri.get()
           
 ElkIri PredefinedElkClass.getIri()
           
 

Methods in org.semanticweb.elk.owl.predefined with parameters of type ElkIri
static int PredefinedElkIri.compare(ElkIri firstIri, ElkIri secondIri)
          Defines an ordering on IRIs starting with PredefinedElkIri.OWL_NOTHING, PredefinedElkIri.OWL_THING, followed by the remaining IRIs in alphabetical order.
 

Uses of ElkIri in org.semanticweb.elk.owl.util
 

Methods in org.semanticweb.elk.owl.util with parameters of type ElkIri
 String OwlObjectNameVisitor.visit(ElkIri iri)
           
 

Uses of ElkIri in org.semanticweb.elk.owl.visitors
 

Methods in org.semanticweb.elk.owl.visitors with parameters of type ElkIri
 O ElkAnnotationSubjectVisitor.visit(ElkIri iri)
           
 O ElkAnnotationValueVisitor.visit(ElkIri iri)
           
 



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