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

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

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

Methods in org.semanticweb.elk.owl.interfaces that return ElkClass
 ElkClass ElkObjectFactory.getClass(ElkIri iri)
          Create an ElkClass.
 ElkClass ElkDisjointUnionAxiom.getDefinedClass()
          Get the class that is defined to be a disjoint union.
 ElkClass ElkObjectFactory.getOwlNothing()
          Create the ElkClass representing owl:Nothing.
 ElkClass ElkObjectFactory.getOwlThing()
          Create the ElkClass representing owl:Thing.
 

Methods in org.semanticweb.elk.owl.interfaces with parameters of type ElkClass
 ElkDisjointUnionAxiom ElkObjectFactory.getDisjointUnionAxiom(ElkClass definedClass, ElkClassExpression firstClassExpression, ElkClassExpression secondClassExpression, ElkClassExpression... otherClassExpressions)
          Create an ElkDisjointUnionAxiom.
 ElkDisjointUnionAxiom ElkObjectFactory.getDisjointUnionAxiom(ElkClass definedClass, List<? extends ElkClassExpression> disjointClassExpressions)
          Create an ElkDisjointUnionAxiom.
 

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

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

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

Fields in org.semanticweb.elk.owl.util with type parameters of type ElkClass
static Comparator<ElkClass> Comparators.ELK_CLASS_COMPARATOR
           
 

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

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

Methods in org.semanticweb.elk.owl.visitors with parameters of type ElkClass
 O AbstractElkEntityVisitor.visit(ElkClass elkClass)
           
 O ElkClassExpressionVisitor.visit(ElkClass elkClass)
           
 O ElkEntityVisitor.visit(ElkClass elkClass)
           
 



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