de.fuberlin.wiwiss.semmf.examples
Class JobMatching

java.lang.Object
  extended by de.fuberlin.wiwiss.semmf.examples.JobMatching

public class JobMatching
extends java.lang.Object

Class providing the running java code for tutorials included in SemMF distribution.

Version:
1.0 last modified on 29.11.2006
Author:
Radoslaw Oldakowski

Constructor Summary
JobMatching()
           
 
Method Summary
static com.hp.hpl.jena.rdf.model.Model createJobMD()
          see tutorial: how to create a matching description (included in SemMF distribution)
static void main(java.lang.String[] args)
           
static void printMatchingResult(MatchingResult mr)
          see tutorial: traaversing the matching result (included in SemMF distribution)
private static void writeJobMDtoFile(com.hp.hpl.jena.rdf.model.Model m, java.lang.String filePath, java.lang.String lang)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobMatching

public JobMatching()
Method Detail

main

public static void main(java.lang.String[] args)

createJobMD

public static com.hp.hpl.jena.rdf.model.Model createJobMD()
see tutorial: how to create a matching description (included in SemMF distribution)


printMatchingResult

public static void printMatchingResult(MatchingResult mr)
see tutorial: traaversing the matching result (included in SemMF distribution)


writeJobMDtoFile

private static void writeJobMDtoFile(com.hp.hpl.jena.rdf.model.Model m,
                                     java.lang.String filePath,
                                     java.lang.String lang)