|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gate.util.AbstractFeatureBearer | +--gate.creole.AbstractResource | +--gate.creole.AbstractProcessingResource | +--gate.creole.AbstractLanguageAnalyser | +--gate.creole.RDFFormatExporter
Field Summary |
Constructor Summary | |
RDFFormatExporter()
|
Method Summary | |
void |
execute()
Run the resource and does the entire export process |
List |
getExportedTypes()
Java bean style accesor for exportedTypes |
URL |
getExportFilePath()
Java bean style accesor for exportFilePath |
String |
getExportFormat()
Java bean style mutator for exportedTypes |
URL |
getOntology()
Java bean style accesor for exportFilePath |
Resource |
init()
Initialise this resource, and returns it. |
void |
setExportedTypes(List anExportedTypesList)
Java bean style mutator for exportedTypes |
void |
setExportFilePath(URL anExportFilePath)
Java bean style mutator for exportFilePath |
void |
setExportFormat(String format)
Java bean style mutator for exportedTypes |
void |
setOntology(URL _ontologyLocation)
Java bean style mutator for exportFilePath |
Methods inherited from class gate.creole.AbstractLanguageAnalyser |
getCorpus, getDocument, setCorpus, setDocument |
Methods inherited from class gate.creole.AbstractProcessingResource |
addProgressListener, addStatusListener, cleanup, interrupt, isInterrupted, reInit, removeProgressListener, removeStatusListener |
Methods inherited from class gate.creole.AbstractResource |
checkParameterValues, getName, getParameterValue, getParameterValue, removeResourceListeners, setName, setParameterValue, setParameterValue, setParameterValues, setParameterValues, setResourceListeners |
Methods inherited from class gate.util.AbstractFeatureBearer |
getFeatures, setFeatures |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface gate.ProcessingResource |
reInit |
Methods inherited from interface gate.Resource |
cleanup, getParameterValue, setParameterValue, setParameterValues |
Methods inherited from interface gate.util.FeatureBearer |
getFeatures, setFeatures |
Methods inherited from interface gate.util.NameBearer |
getName, setName |
Methods inherited from interface gate.Executable |
interrupt, isInterrupted |
Constructor Detail |
public RDFFormatExporter()
Method Detail |
public void setExportedTypes(List anExportedTypesList)
public List getExportedTypes()
public void setExportFormat(String format)
public String getExportFormat()
public void setExportFilePath(URL anExportFilePath)
public URL getExportFilePath()
public void setOntology(URL _ontologyLocation)
public URL getOntology()
public Resource init() throws ResourceInstantiationException
init
in interface Resource
init
in class AbstractProcessingResource
ResourceInstantiationException
public void execute() throws ExecutionException
execute
in interface Executable
execute
in class AbstractProcessingResource
ExecutionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |