|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectch.uzh.ifi.attempto.acewiki.core.OntologyExporter
ch.uzh.ifi.attempto.acewiki.owl.OWLXMLExporter
public class OWLXMLExporter
This exporter generates an OWL/XML representation of the ontology.
| Constructor Summary | |
|---|---|
OWLXMLExporter(boolean consistent)
Creates a new OWL/XML exporter. |
|
| Method Summary | |
|---|---|
java.lang.String |
getContentType()
Returns the content type for the given export type. |
java.lang.String |
getFileSuffix()
Returns the file suffix for the given export type. |
java.lang.String |
getName()
Returns the name of this exporter as shown to the user. |
boolean |
isApplicable()
Returns whether this ontology exporter is applicable in the current context. |
protected void |
writeContent()
This internal method should write the export content. |
| Methods inherited from class ch.uzh.ifi.attempto.acewiki.core.OntologyExporter |
|---|
export, getOntology, getOntologyElements, getOutputStream, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OWLXMLExporter(boolean consistent)
consistent - Defines if only the consistent part of the ontology should be considered.| Method Detail |
|---|
protected void writeContent()
throws java.io.IOException
OntologyExporter
writeContent in class OntologyExporterjava.io.IOException - when an IO problem occurs.public java.lang.String getName()
OntologyExporter
getName in class OntologyExporterpublic boolean isApplicable()
OntologyExporter
isApplicable in class OntologyExporterpublic java.lang.String getFileSuffix()
OntologyExporter
getFileSuffix in class OntologyExporterpublic java.lang.String getContentType()
OntologyExporter
getContentType in class OntologyExporter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||