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

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

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

Methods in org.semanticweb.elk.owl.interfaces that return ElkDisjointClassesAxiom
 ElkDisjointClassesAxiom ElkObjectFactory.getDisjointClassesAxiom(ElkClassExpression firstClassExpression, ElkClassExpression secondClassExpression, ElkClassExpression... otherClassExpressions)
          Create an ElkDisjointClassesAxiom.
 ElkDisjointClassesAxiom ElkObjectFactory.getDisjointClassesAxiom(List<? extends ElkClassExpression> disjointClassExpressions)
          Create an ElkDisjointClassesAxiom.
 

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

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

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

Methods in org.semanticweb.elk.owl.visitors with parameters of type ElkDisjointClassesAxiom
 O ElkClassAxiomVisitor.visit(ElkDisjointClassesAxiom elkDisjointClasses)
           
 



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