org.semanticweb.elk.owl.interfaces
Interface ElkObjectComplementOf

All Superinterfaces:
ElkClassExpression, ElkObject

public interface ElkObjectComplementOf
extends ElkClassExpression

Corresponds to the complement of a class expression in the OWL 2 specification.

Author:
Markus Kroetzsch

Method Summary
 ElkClassExpression getClassExpression()
          Get the class expression 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

getClassExpression

ElkClassExpression getClassExpression()
Get the class expression that this expression refers to.

Returns:
class expression


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