nectec.semantic.web.knowledge.application.framework.commandline
Class Main

java.lang.Object
  extended by nectec.semantic.web.knowledge.application.framework.commandline.Main

public class Main
extends Object

Main class for the application. This class plays an important role in updating the mapping data when the 'skaf_dev_inte.jar' is called from command line.

To execute:
"java -jar skaf_dev_inte.jar run_update_data" is to create mapping outputs.
"java -jar skaf_dev_inte.jar run_update_data concat" is to create mapping outputs and concatenate individual XML files (for each classes in ontology) into one big XML file excluding inference.
"java -jar skaf_dev_inte.jar run_update_data concat_inf" is to create mapping outputs and concatenate individual XML files (for each classes in ontology) into one big XML file including inference.
"java -jar skaf_dev_inte.jar prepare (Application directory name)" is to create template of directory structure for SKAF data to be used in application part.


Constructor Summary
Main()
           
 
Method Summary
static void main(String[] args)
          Main method to run updates in mapping of data.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(String[] args)
Main method to run updates in mapping of data.