org.eaglei.search.provider.rdf
Class RDFFileGenerator

java.lang.Object
  extended by org.eaglei.search.provider.rdf.RDFFileGenerator

public final class RDFFileGenerator
extends java.lang.Object

Uses the RDFGenerator to create test RDF data and serializes it to the file system. Note: not currently used.


Constructor Summary
RDFFileGenerator()
           
 
Method Summary
static void generate(java.lang.String outputPath, org.eaglei.services.InstitutionRegistry institutionRegistry, org.eaglei.model.EIOntModel eagleiOntModel)
          Executes RDFGenerator to generate RDF for all institutions to the specified output directory.
static void main(java.lang.String[] args)
          Executes RDFGenerator to generate RDF for all institutions to the specified output directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFFileGenerator

public RDFFileGenerator()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Executes RDFGenerator to generate RDF for all institutions to the specified output directory. The RDF for each institution is output in a separate file.

Parameters:
args - args[0] Path where output RDF should be stored.
Throws:
java.io.IOException - Thrown if an exception is encountered generating the test data
java.lang.Exception

generate

public static void generate(java.lang.String outputPath,
                            org.eaglei.services.InstitutionRegistry institutionRegistry,
                            org.eaglei.model.EIOntModel eagleiOntModel)
                     throws java.io.IOException
Executes RDFGenerator to generate RDF for all institutions to the specified output directory. The RDF for each institution is output in a separate file.

Parameters:
outputPath - Path where output RDF should be stored.
Throws:
java.io.IOException - Thrown if an exception is encountered generating the test data


Copyright © 2009-2010 Eagle-I. All Rights Reserved.