- Type Parameters:
R - the rangeP - the property expressionV - the value
- All Implemented Interfaces:
- Serializable, Comparable<org.semanticweb.owlapi.model.OWLObject>, org.semanticweb.owlapi.model.OWLAnonymousClassExpression, org.semanticweb.owlapi.model.OWLClassExpression, org.semanticweb.owlapi.model.OWLHasValueRestriction<R,P,V>, org.semanticweb.owlapi.model.OWLObject, org.semanticweb.owlapi.model.OWLPropertyRange, org.semanticweb.owlapi.model.OWLRestriction<R,P,P>, org.semanticweb.owlapi.model.SWRLPredicate
- Direct Known Subclasses:
- OWLDataHasValueImpl, OWLObjectHasValueImpl
public abstract class OWLValueRestrictionImpl<R extends org.semanticweb.owlapi.model.OWLPropertyRange,P extends org.semanticweb.owlapi.model.OWLPropertyExpression<R,P>,V extends org.semanticweb.owlapi.model.OWLObject>
extends OWLRestrictionImpl<R,P,P>
implements org.semanticweb.owlapi.model.OWLHasValueRestriction<R,P,V>
- Author:
- Matthew Horridge, The University Of Manchester, Bio-Health
Informatics Group, Date: 26-Oct-2006
- See Also:
- Serialized Form