org.semanticweb.elk.owl.interfaces
Interface ElkObjectUnionOf

All Superinterfaces:
ElkClassExpression, ElkObject

public interface ElkObjectUnionOf
extends ElkClassExpression

Corresponds to a Union of Class Expressions in the OWL 2 specification.

Author:
Markus Kroetzsch

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

Method Detail

getClassExpressions

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

Returns:
list of class expressions


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