uk.ac.manchester.cs.owl.owlapi
Class OWLClassExpressionImpl

java.lang.Object
  extended by uk.ac.manchester.cs.owl.owlapi.OWLObjectImpl
      extended by uk.ac.manchester.cs.owl.owlapi.OWLClassExpressionImpl
All Implemented Interfaces:
java.lang.Comparable<OWLObject>, OWLClassExpression, OWLObject, OWLPropertyRange, SWRLPredicate
Direct Known Subclasses:
OWLAnonymousClassExpressionImpl, OWLClassImpl

public abstract class OWLClassExpressionImpl
extends OWLObjectImpl
implements OWLClassExpression

Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 29-Dec-2009


Constructor Summary
protected OWLClassExpressionImpl(OWLDataFactory dataFactory)
           
 
Method Summary
 
Methods inherited from class uk.ac.manchester.cs.owl.owlapi.OWLObjectImpl
compareObjectOfSameType, compareSets, compareTo, equals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getOWLDataFactory, getSignature, hashCode, isBottomEntity, isTopEntity, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.semanticweb.owlapi.model.OWLClassExpression
accept, accept, asConjunctSet, asDisjunctSet, asOWLClass, containsConjunct, getClassExpressionType, getComplementNNF, getNNF, getObjectComplementOf, isAnonymous, isClassExpressionLiteral, isOWLNothing, isOWLThing
 

Constructor Detail

OWLClassExpressionImpl

protected OWLClassExpressionImpl(OWLDataFactory dataFactory)