|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ch.uzh.ifi.attempto.acewiki.core.OntologyExporter ch.uzh.ifi.attempto.acewiki.core.StatementTableExporter
public class StatementTableExporter
This exporter generates a table of the wiki statements in CSV (comma separated values) format.
Constructor Summary | |
---|---|
StatementTableExporter(java.lang.String language)
Creates a statement table exporter in the given language. |
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 StatementTableExporter(java.lang.String language)
language
- The language.Method Detail |
---|
protected void writeContent() throws java.io.IOException
OntologyExporter
writeContent
in class OntologyExporter
java.io.IOException
- when an IO problem occurs.public boolean isApplicable()
OntologyExporter
isApplicable
in class OntologyExporter
public java.lang.String getName()
OntologyExporter
getName
in class OntologyExporter
public java.lang.String getFileSuffix()
OntologyExporter
getFileSuffix
in class OntologyExporter
public 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 |