| Constructor and Description |
|---|
BuilderImportsDeclaration()
uninitialized builder
|
BuilderImportsDeclaration(org.semanticweb.owlapi.model.OWLImportsDeclaration expected)
builder initialized from an existing object
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.semanticweb.owlapi.model.OWLOntologyChange> |
buildChanges(org.semanticweb.owlapi.model.OWLOntology o)
If the builder is constructing an axiom, this method will add the axiom
and all needed changes to make the ontology fit in the expected profile;
the changes will be returned but there is no need to apply them, as they
have already been applied.
|
org.semanticweb.owlapi.model.OWLImportsDeclaration |
buildObject() |
BuilderImportsDeclaration |
withImportedOntology(org.semanticweb.owlapi.model.IRI arg) |
public BuilderImportsDeclaration(org.semanticweb.owlapi.model.OWLImportsDeclaration expected)
expected - the existing objectpublic BuilderImportsDeclaration()
public BuilderImportsDeclaration withImportedOntology(org.semanticweb.owlapi.model.IRI arg)
arg - IRI of imported ontologypublic org.semanticweb.owlapi.model.OWLImportsDeclaration buildObject()
buildObject in interface Builder<org.semanticweb.owlapi.model.OWLImportsDeclaration>public java.util.List<org.semanticweb.owlapi.model.OWLOntologyChange> buildChanges(org.semanticweb.owlapi.model.OWLOntology o)
BuilderbuildChanges in interface Builder<org.semanticweb.owlapi.model.OWLImportsDeclaration>o - ontologyCopyright © 2014 The University of Manchester. All Rights Reserved.