120121122123124125126
public void addVersion(String version) { getList(VERSIONS).add(version); } public void delete() { throw new IOntologyError("Read-Only Ontology"); }
253254255256257258259
loaded = false; concept = null; } public void addDisjointClass(IClass a) { throw new IOntologyError("Operation Not Supported"); }
257258259260261262
public void addDisjointClass(IClass a) { throw new IOntologyError("Operation Not Supported"); } public void addEquivalentClass(IClass a) { throw new IOntologyError("Operation Not Supported"); }
260261262263264265266
public void addEquivalentClass(IClass a) { throw new IOntologyError("Operation Not Supported"); } public void addEquivalentRestriction(IRestriction restriction) { throw new IOntologyError("Operation Not Supported"); }
264265266267268269270
public void addEquivalentRestriction(IRestriction restriction) { throw new IOntologyError("Operation Not Supported"); } public void addNecessaryRestriction(IRestriction restriction) { throw new IOntologyError("Operation Not Supported"); }
268269270271272273274
public void addNecessaryRestriction(IRestriction restriction) { throw new IOntologyError("Operation Not Supported"); } public void addSubClass(IClass child) { throw new IOntologyError("Operation Not Supported"); }
272273274275276277278
public void addSubClass(IClass child) { throw new IOntologyError("Operation Not Supported"); } public void addSuperClass(IClass parent) { throw new IOntologyError("Operation Not Supported"); }
276277278279280281282
public void addSuperClass(IClass parent) { throw new IOntologyError("Operation Not Supported"); } public IInstance createInstance(String name) { throw new IOntologyError("Operation Not Supported"); }
280281282283284285286
public IInstance createInstance(String name) { throw new IOntologyError("Operation Not Supported"); } public IInstance createInstance() { throw new IOntologyError("Operation Not Supported"); }
284285286287288289290
public IInstance createInstance() { throw new IOntologyError("Operation Not Supported"); } public IClass createSubClass(String name) { throw new IOntologyError("Operation Not Supported"); }