org.semanticweb.elk.owl.interfaces
Interface ElkDisjointClassesAxiom

All Superinterfaces:
ElkAxiom, ElkClassAxiom, ElkObject

public interface ElkDisjointClassesAxiom
extends ElkClassAxiom

Corresponds to an Disjoint Classes Axiom in the OWL 2 specification.

Author:
Markus Kroetzsch

Method Summary
 List<? extends ElkClassExpression> getClassExpressions()
          Get the list of disjoint class expressions that this axiom refers to.
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkClassAxiom
accept
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkAxiom
accept
 
Methods inherited from interface org.semanticweb.elk.owl.interfaces.ElkObject
accept
 

Method Detail

getClassExpressions

List<? extends ElkClassExpression> getClassExpressions()
Get the list of disjoint class expressions that this axiom refers to. The order of class expressions does not affect the semantics but it is relevant to the syntax of OWL.

Returns:
list of disjoint class expressions


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