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

Packages that use ElkDatatype
org.semanticweb.elk.owl.interfaces   
org.semanticweb.elk.owl.util   
org.semanticweb.elk.owl.visitors   
 

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

Methods in org.semanticweb.elk.owl.interfaces that return ElkDatatype
 ElkDatatype ElkDatatypeDefinitionAxiom.getDatatype()
           
 ElkDatatype ElkDatatypeRestriction.getDatatype()
          Get the main datatype of this datatype restriction.
 ElkDatatype ElkLiteral.getDatatype()
          Get the datatype of this literal.
 ElkDatatype ElkObjectFactory.getDatatype(ElkIri iri)
          Create an ElkDatatype.
 ElkDatatype ElkObjectFactory.getDatatypeRdfPlainLiteral()
          Create the ElkDatatype for rdf:PlainLiteral}.
 

Methods in org.semanticweb.elk.owl.interfaces with parameters of type ElkDatatype
 ElkDatatypeDefinitionAxiom ElkObjectFactory.getDatatypeDefinitionAxiom(ElkDatatype datatype, ElkDataRange dataRange)
          Create an ElkDatatypeDefinitionAxiom
 ElkDatatypeRestriction ElkObjectFactory.getDatatypeRestriction(ElkDatatype datatype, List<ElkFacetRestriction> facetRestrictions)
          Create an ElkDatatypeRestriction.
 ElkLiteral ElkObjectFactory.getLiteral(String lexicalForm, ElkDatatype datatype)
          Create an ElkLiteral.
 

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

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

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

Methods in org.semanticweb.elk.owl.visitors with parameters of type ElkDatatype
 O AbstractElkEntityVisitor.visit(ElkDatatype elkDatatype)
           
 O ElkDataRangeVisitor.visit(ElkDatatype elkDatatype)
           
 O ElkEntityVisitor.visit(ElkDatatype elkDatatype)
           
 



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