uk.ac.manchester.cs.owl
Class OWLNaryPropertyAxiomImpl<P extends OWLPropertyExpression>
java.lang.Object
uk.ac.manchester.cs.owl.OWLObjectImpl
uk.ac.manchester.cs.owl.OWLAxiomImpl
uk.ac.manchester.cs.owl.OWLLogicalAxiomImpl
uk.ac.manchester.cs.owl.OWLPropertyAxiomImpl
uk.ac.manchester.cs.owl.OWLNaryPropertyAxiomImpl<P>
- All Implemented Interfaces:
- java.lang.Comparable<OWLObject>, OWLAxiom, OWLLogicalAxiom, OWLNaryPropertyAxiom<P>, OWLObject, OWLPropertyAxiom
- Direct Known Subclasses:
- OWLDisjointDataPropertiesAxiomImpl, OWLDisjointObjectPropertiesAxiomImpl, OWLEquivalentDataPropertiesAxiomImpl, OWLEquivalentObjectPropertiesAxiomImpl, OWLInverseObjectPropertiesAxiomImpl
public abstract class OWLNaryPropertyAxiomImpl<P extends OWLPropertyExpression>
- extends OWLPropertyAxiomImpl
- implements OWLNaryPropertyAxiom<P>
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Oct-2006
Method Summary |
boolean |
equals(java.lang.Object obj)
|
java.util.Set<P> |
getProperties()
Gets all of the properties that appear in this axiom |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.lang.Comparable |
compareTo |
OWLNaryPropertyAxiomImpl
public OWLNaryPropertyAxiomImpl(OWLDataFactory dataFactory,
java.util.Set<? extends P> properties)
getProperties
public java.util.Set<P> getProperties()
- Description copied from interface:
OWLNaryPropertyAxiom
- Gets all of the properties that appear in this axiom
- Specified by:
getProperties
in interface OWLNaryPropertyAxiom<P extends OWLPropertyExpression>
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class OWLAxiomImpl