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

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

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

Methods in org.semanticweb.elk.owl.interfaces that return ElkLiteral
 ElkLiteral ElkObjectFactory.getLiteral(String lexicalForm, ElkDatatype datatype)
          Create an ElkLiteral.
 ElkLiteral ElkFacetRestriction.getRestrictionValue()
          Get the literal used as a restriction value.
 

Methods in org.semanticweb.elk.owl.interfaces that return types with arguments of type ElkLiteral
 List<? extends ElkLiteral> ElkDataOneOf.getLiterals()
          Get the list of literals that this expression refers to.
 

Methods in org.semanticweb.elk.owl.interfaces with parameters of type ElkLiteral
 ElkDataHasValue ElkObjectFactory.getDataHasValue(ElkDataPropertyExpression dataPropertyExpression, ElkLiteral literal)
          Create an ElkDataHasValue.
 ElkDataOneOf ElkObjectFactory.getDataOneOf(ElkLiteral firstLiteral, ElkLiteral... otherLiterals)
          Create an ElkDataOneOf.
 ElkDataOneOf ElkObjectFactory.getDataOneOf(ElkLiteral firstLiteral, ElkLiteral... otherLiterals)
          Create an ElkDataOneOf.
 ElkDataPropertyAssertionAxiom ElkObjectFactory.getDataPropertyAssertionAxiom(ElkDataPropertyExpression dataPropertyExpression, ElkIndividual individual, ElkLiteral literal)
          Create an ElkDataPropertyAssertionAxiom.
 ElkFacetRestriction ElkObjectFactory.getFacetRestriction(ElkIri iri, ElkLiteral literal)
          Create an ElkFacetRestriction
 ElkNegativeDataPropertyAssertionAxiom ElkObjectFactory.getNegativeDataPropertyAssertionAxiom(ElkDataPropertyExpression dataPropertyExpression, ElkIndividual individual, ElkLiteral literal)
          Create an ElkNegativeDataPropertyAssertionAxiom.
 

Method parameters in org.semanticweb.elk.owl.interfaces with type arguments of type ElkLiteral
 ElkDataOneOf ElkObjectFactory.getDataOneOf(List<? extends ElkLiteral> literals)
          Create an ElkDataOneOf.
 

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

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

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

Methods in org.semanticweb.elk.owl.visitors with parameters of type ElkLiteral
 O ElkLiteralVisitor.visit(ElkLiteral elkLiteral)
           
 O ElkAnnotationValueVisitor.visit(ElkLiteral literal)
           
 



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