public interface OWLExportable
| Modifier and Type | Interface and Description |
|---|---|
static class |
OWLExportable.ConnectivityPolicy
The policy that determines how an OWL exportable objects should represent other referenced objects.
|
| Modifier and Type | Method and Description |
|---|---|
<O> O |
export(Class<O> returnType,
boolean merge)
Returns an ontological form of this object of the specified return type, if supported.
|
<O> O |
export(Class<O> returnType,
boolean merge,
org.semanticweb.owlapi.model.IRI universalPrefix)
Returns an ontological form of this object of the specified return type, if supported.
|
OWLExportable.ConnectivityPolicy |
getConnectivityPolicy()
Returns the connectivity policy adopted by this object when exported to an OWL artifact.
|
void |
setConnectivityPolicy(OWLExportable.ConnectivityPolicy policy)
Sets the connectivity policy that will be adopted by this object when it is exported to an OWL
artifact.
|
<O> O export(Class<O> returnType, boolean merge)
UnsupportedOperationException is thrown. returnType - the desired class of the returned object.merge - if true, all imported ontologies will be merged and no import statements will appear.<O> O export(Class<O> returnType, boolean merge, org.semanticweb.owlapi.model.IRI universalPrefix)
UnsupportedOperationException is thrown. returnType - the desired class of the returned object.merge - if true, all imported ontologies will be merged and no import statements will appear.OWLExportable.ConnectivityPolicy getConnectivityPolicy()
void setConnectivityPolicy(OWLExportable.ConnectivityPolicy policy)
policy - the new connectivity policy.Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.