Class ReflexiveObjectPropertyAxiomImpl

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.OWLObjectPropertyExpression>, org.semanticweb.owlapi.model.HasSignature, org.semanticweb.owlapi.model.IsAnonymous, org.semanticweb.owlapi.model.OWLAxiom, org.semanticweb.owlapi.model.OWLLogicalAxiom, org.semanticweb.owlapi.model.OWLObject, org.semanticweb.owlapi.model.OWLObjectPropertyAxiom, org.semanticweb.owlapi.model.OWLObjectPropertyCharacteristicAxiom, org.semanticweb.owlapi.model.OWLPropertyAxiom, org.semanticweb.owlapi.model.OWLReflexiveObjectPropertyAxiom, org.semanticweb.owlapi.model.OWLSubClassOfAxiomShortCut, org.semanticweb.owlapi.model.OWLUnaryPropertyAxiom<org.semanticweb.owlapi.model.OWLObjectPropertyExpression>

public class ReflexiveObjectPropertyAxiomImpl extends ObjectPropertyCharacteristicAxiomImpl implements org.semanticweb.owlapi.model.OWLReflexiveObjectPropertyAxiom
See Also:
  • Constructor Details

    • ReflexiveObjectPropertyAxiomImpl

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

    • getAxiomWithoutAnnotations

      public ReflexiveObjectPropertyAxiomImpl getAxiomWithoutAnnotations()
      Specified by:
      getAxiomWithoutAnnotations in interface org.semanticweb.owlapi.model.OWLAxiom
      Specified by:
      getAxiomWithoutAnnotations in interface org.semanticweb.owlapi.model.OWLReflexiveObjectPropertyAxiom
    • asOWLSubClassOfAxiom

      public org.semanticweb.owlapi.model.OWLSubClassOfAxiom asOWLSubClassOfAxiom()
      Specified by:
      asOWLSubClassOfAxiom in interface org.semanticweb.owlapi.model.OWLSubClassOfAxiomShortCut
    • getAnnotatedAxiom

      public <T extends org.semanticweb.owlapi.model.OWLAxiom> T getAnnotatedAxiom(@Nonnull Stream<org.semanticweb.owlapi.model.OWLAnnotation> anns)
      Specified by:
      getAnnotatedAxiom in interface org.semanticweb.owlapi.model.OWLAxiom