org.semanticweb.owl.model
Interface OWLAntiSymmetricObjectPropertyAxiom

All Superinterfaces:
java.lang.Comparable<OWLObject>, OWLAxiom, OWLLogicalAxiom, OWLObject, OWLObjectPropertyAxiom, OWLObjectPropertyCharacteristicAxiom, OWLPropertyAxiom, OWLUnaryPropertyAxiom<OWLObjectPropertyExpression>

public interface OWLAntiSymmetricObjectPropertyAxiom
extends OWLObjectPropertyCharacteristicAxiom

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group Date: 24-Oct-2006 States that an object property is asymmetric. NOTE that in the original OWL 1.1 spec asymmetric properties were called antisymmetric properties - hence the name of this interface. This interface (despite the name) therefore means asymmteric.


Method Summary
 
Methods inherited from interface org.semanticweb.owl.model.OWLAxiom
accept, accept, getAnnotationAxioms, getAxiomType, getNNF, getReferencedEntities, isLogicalAxiom
 
Methods inherited from interface org.semanticweb.owl.model.OWLObject
accept, accept, getSignature
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface org.semanticweb.owl.model.OWLUnaryPropertyAxiom
getProperty
 
Methods inherited from interface org.semanticweb.owl.model.OWLAxiom
accept, accept, getAnnotationAxioms, getAxiomType, getNNF, getReferencedEntities, isLogicalAxiom
 
Methods inherited from interface org.semanticweb.owl.model.OWLObject
accept, accept, getSignature
 
Methods inherited from interface java.lang.Comparable
compareTo