Class SetOntologyID

java.lang.Object
org.semanticweb.owlapi.model.OWLOntologyChange
org.semanticweb.owlapi.model.SetOntologyID
All Implemented Interfaces:
Serializable, HasSignature

public class SetOntologyID extends OWLOntologyChange
Since:
3.0.0
Author:
Matthew Horridge, The University of Manchester, Information Management Group
See Also:
  • Constructor Details

    • SetOntologyID

      public SetOntologyID(OWLOntology ont, OWLOntologyID ontologyID)
      Creates a set ontology id change, which will set the ontology id to the new one.
      Parameters:
      ont - The ontology whose id is to be changed
      ontologyID - The ontology ID
    • SetOntologyID

      public SetOntologyID(OWLOntology ont, IRI ontologyIRI)
      Creates a set ontology id change using the ontologyIRI, which will set the ontology id to the new one.
      Parameters:
      ont - The ontology whose id is to be changed
      ontologyIRI - The ontology iri
  • Method Details