|
|||||||||
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.aceowl.ACELexiconExporter
public class ACELexiconExporter
This exporter generates a lexicon file in the ACE lexicon format containing all the words used in the knowledge base.
Constructor Summary | |
---|---|
ACELexiconExporter()
|
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 ACELexiconExporter()
Method Detail |
---|
protected void writeContent() throws java.io.IOException
OntologyExporter
writeContent
in class OntologyExporter
java.io.IOException
- when an IO problem occurs.public java.lang.String getName()
OntologyExporter
getName
in class OntologyExporter
public boolean isApplicable()
OntologyExporter
isApplicable
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 |