Package edu.lehigh.swat.bench.uba
Class Generator
java.lang.Object
edu.lehigh.swat.bench.uba.Generator
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Generator
public Generator()constructor
-
-
Method Details
-
start
public void start(int univNum, int startIndex, int seed, int names, boolean docs, String ontology, Writer writer) Begins the data generation.- Parameters:
univNum- Number of universities to generate.startIndex- Starting index of the universities.seed- Seed for data generation.daml- Generates DAML+OIL data if true, OWL data otherwise.ontology- Ontology url.
-