uk.ac.manchester.cs.owl
Class OWLQuantifiedRestrictionImpl<P extends OWLPropertyExpression,F extends OWLPropertyRange>
java.lang.Object
  
uk.ac.manchester.cs.owl.OWLObjectImpl
      
uk.ac.manchester.cs.owl.OWLAnonymousDescriptionImpl
          
uk.ac.manchester.cs.owl.OWLRestrictionImpl<P>
              
uk.ac.manchester.cs.owl.OWLQuantifiedRestrictionImpl<P,F>
- All Implemented Interfaces: 
 - java.lang.Comparable<OWLObject>, OWLAnonymousDescription, OWLDescription, OWLObject, OWLPropertyRange, OWLQuantifiedRestriction<P,F>, OWLRestriction<P>
 
- Direct Known Subclasses: 
 - OWLDataAllRestrictionImpl, OWLDataSomeRestrictionImpl, OWLObjectAllRestrictionImpl, OWLObjectSomeRestrictionImpl
 
public abstract class OWLQuantifiedRestrictionImpl<P extends OWLPropertyExpression,F extends OWLPropertyRange>
- extends OWLRestrictionImpl<P>
- implements OWLQuantifiedRestriction<P,F>
  
Author: Matthew Horridge
 The University Of Manchester
 Bio-Health Informatics Group
 Date: 26-Oct-2006
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
getClass, notify, notifyAll, wait, wait, wait | 
 
 
 
 
| Methods inherited from interface java.lang.Comparable | 
compareTo | 
 
OWLQuantifiedRestrictionImpl
public OWLQuantifiedRestrictionImpl(OWLDataFactory dataFactory,
                                    P property,
                                    F filler)
getFiller
public F getFiller()
- Specified by:
 getFiller in interface OWLQuantifiedRestriction<P extends OWLPropertyExpression,F extends OWLPropertyRange>
 
 
equals
public boolean equals(java.lang.Object obj)
- Overrides:
 equals in class OWLRestrictionImpl<P extends OWLPropertyExpression>