public class RDFExporter extends Object implements ResultExporter
Constructor and Description |
---|
RDFExporter(String filepath,
ArrayList<Entity> entities)
Creates a new RDF result exporter.
|
Modifier and Type | Method and Description |
---|---|
void |
exportResults()
Exports the results of entity miner tool in a RDF file.
|
void |
exportResults(String type)
Exports the results of entity miner tool in a RDF file.
|
public RDFExporter(String filepath, ArrayList<Entity> entities) throws FalseFileTypeException
filepath
- The path of the RDF file.entities
- The entities that constitute the RDF file.FalseFileTypeException
public void exportResults()
exportResults
in interface ResultExporter
public void exportResults(String type)
type
- The type of the output format that we want to be stored
the results in entity miner tool in the RDF file.Copyright © 2014. All rights reserved.