Class DataPropertyCharacteristicAxiomImpl

All Implemented Interfaces:
Serializable, Comparable<org.semanticweb.owlapi.model.OWLObject>, org.semanticweb.owlapi.model.HasAnnotationPropertiesInSignature, org.semanticweb.owlapi.model.HasAnnotations, org.semanticweb.owlapi.model.HasAnonymousIndividuals, org.semanticweb.owlapi.model.HasClassesInSignature, org.semanticweb.owlapi.model.HasComponents, org.semanticweb.owlapi.model.HasContainsEntityInSignature, org.semanticweb.owlapi.model.HasDataPropertiesInSignature, org.semanticweb.owlapi.model.HasDatatypesInSignature, org.semanticweb.owlapi.model.HasHashIndex, org.semanticweb.owlapi.model.HasIndex, org.semanticweb.owlapi.model.HasIndividualsInSignature, org.semanticweb.owlapi.model.HasObjectPropertiesInSignature, org.semanticweb.owlapi.model.HasProperty<org.semanticweb.owlapi.model.OWLDataPropertyExpression>, org.semanticweb.owlapi.model.HasSignature, org.semanticweb.owlapi.model.IsAnonymous, org.semanticweb.owlapi.model.OWLAxiom, org.semanticweb.owlapi.model.OWLDataPropertyAxiom, org.semanticweb.owlapi.model.OWLDataPropertyCharacteristicAxiom, org.semanticweb.owlapi.model.OWLLogicalAxiom, org.semanticweb.owlapi.model.OWLObject, org.semanticweb.owlapi.model.OWLPropertyAxiom, org.semanticweb.owlapi.model.OWLUnaryPropertyAxiom<org.semanticweb.owlapi.model.OWLDataPropertyExpression>
Direct Known Subclasses:
FunctionalDataPropertyAxiomImpl

public abstract class DataPropertyCharacteristicAxiomImpl extends PropertyAxiomImpl implements org.semanticweb.owlapi.model.OWLDataPropertyCharacteristicAxiom
See Also:
  • Constructor Details

    • DataPropertyCharacteristicAxiomImpl

      public DataPropertyCharacteristicAxiomImpl(org.semanticweb.owlapi.model.OWLDataPropertyExpression property, Collection<org.semanticweb.owlapi.model.OWLAnnotation> annotations)
      Parameters:
      property - OWLDataPropertyExpression, the property
      annotations - a Collection of annotations on the axiom
  • Method Details

    • getProperty

      public org.semanticweb.owlapi.model.OWLDataPropertyExpression getProperty()
      Specified by:
      getProperty in interface org.semanticweb.owlapi.model.HasProperty<org.semanticweb.owlapi.model.OWLDataPropertyExpression>