public class NTriplesExporter extends Object implements ResultExporter
Constructor and Description |
---|
NTriplesExporter(String filepath,
ArrayList<Entity> entities)
Creates a new N-TRIPLES result exporter.
|
public NTriplesExporter(String filepath, ArrayList<Entity> entities) throws FalseFileTypeException
filepath
- The path of the N-TRIPLES file.entities
- The entities that constitute the N-TRIPLES file.FalseFileTypeException
public void exportResults()
exportResults
in interface ResultExporter
Copyright © 2014. All rights reserved.