Package edu.lehigh.swat.bench.uba

Examples of edu.lehigh.swat.bench.uba.Generator.start()


    String ontology = "http://www.lehigh.edu/~zhp2/2004/0401/univ-bench.owl";

    System.out.println("Generating data files in directory " + dataDir);
   
    Generator dataGenerator = new Generator();
    dataGenerator.start(univNum, startIndex, seed, daml, ontology);
   
    System.setProperty("user.dir", userDir);
 
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.