org.semanticweb.owlapi.model
Interface OWLObjectComplementOf

All Superinterfaces:
java.lang.Comparable<OWLObject>, OWLAnonymousClassExpression, OWLBooleanClassExpression, OWLClassExpression, OWLObject, OWLPropertyRange, SWRLPredicate
All Known Implementing Classes:
OWLObjectComplementOfImpl

public interface OWLObjectComplementOf
extends OWLBooleanClassExpression

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006

Represents an ObjectComplementOf class expression in the OWL 2 Specification.


Method Summary
 OWLClassExpression getOperand()
           
 
Methods inherited from interface org.semanticweb.owlapi.model.OWLClassExpression
accept, accept, asConjunctSet, asDisjunctSet, asOWLClass, containsConjunct, getClassExpressionType, getComplementNNF, getNNF, getObjectComplementOf, isAnonymous, isClassExpressionLiteral, isOWLNothing, isOWLThing
 

Method Detail

getOperand

OWLClassExpression getOperand()