Class SubjectAnnotationPropertyRemove

java.lang.Object
cz.cvut.kbss.ontodriver.owlapi.change.SubjectPropertyRemove<org.semanticweb.owlapi.model.OWLAnnotationProperty>
cz.cvut.kbss.ontodriver.owlapi.change.SubjectAnnotationPropertyRemove
All Implemented Interfaces:
TransactionalChange

public class SubjectAnnotationPropertyRemove extends SubjectPropertyRemove<org.semanticweb.owlapi.model.OWLAnnotationProperty>
  • Constructor Details

    • SubjectAnnotationPropertyRemove

      public SubjectAnnotationPropertyRemove(org.semanticweb.owlapi.model.OWLNamedIndividual subject, org.semanticweb.owlapi.model.OWLAnnotationProperty property)
  • Method Details

    • toOwlChanges

      public List<org.semanticweb.owlapi.model.OWLOntologyChange> toOwlChanges(org.semanticweb.owlapi.model.OWLOntology targetOntology)
      Description copied from interface: TransactionalChange
      Translates this transactional change to corresponding OWLAPI change axioms.
      Parameters:
      targetOntology - Ontology to which the changes are applied
      Returns:
      A list of OWL change axioms corresponding to this change