Class AtomicOntologyChange


  • public class AtomicOntologyChange
    extends Object
    We need to document what is in source and destinationURI for each change type.
    • Method Detail

      • getSourceURI

        public String getSourceURI()
        Contains the URI of a class or property in the previous version of the ontology, or null if a new class or property was introduced in the current version of the ontology.
      • setSourceURI

        public void setSourceURI​(String sourceURI)
      • getDestinationURI

        public String getDestinationURI()
        Contains the URI of a class or property in the current version of the ontology, or null if a class or property was removed from the previous version of the ontology.
      • setDestinationURI

        public void setDestinationURI​(String destinationURI)
      • getNotes

        public String getNotes()
      • setNotes

        public void setNotes​(String notes)