|
|||||||||
| 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.core.AceWikiDataExporter
public class AceWikiDataExporter
This exporter generates a file that contains the complete wiki data in a special AceWiki data format.
| Constructor Summary | |
|---|---|
AceWikiDataExporter()
|
|
| 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 AceWikiDataExporter()
| Method Detail |
|---|
protected void writeContent()
throws java.io.IOException
OntologyExporter
writeContent in class OntologyExporterjava.io.IOException - when an IO problem occurs.public boolean isApplicable()
OntologyExporter
isApplicable in class OntologyExporterpublic java.lang.String getName()
OntologyExporter
getName 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 | ||||||||