| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vivoweb.harvester.score.Match
public class Match
VIVO Match
| Constructor Summary | |
|---|---|
| Match(ArgList opts)Constructor | |
| Match(JenaConnect inputJena,
      JenaConnect scoreJena,
      JenaConnect outputJena,
      boolean renameRes,
      float threshold,
      java.util.Map<java.lang.String,java.lang.String> linkProps,
      boolean clearLiterals,
      int size)Constructor | |
| Match(java.lang.String... args)Constructor | |
| Method Summary | |
|---|---|
|  void | execute()Execute scoreJena object algorithms | 
| static void | main(java.lang.String... args)Main method | 
|  void | setBatchSize(int size)Set the processing batch size | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Match(JenaConnect inputJena,
             JenaConnect scoreJena,
             JenaConnect outputJena,
             boolean renameRes,
             float threshold,
             java.util.Map<java.lang.String,java.lang.String> linkProps,
             boolean clearLiterals,
             int size)
inputJena - model containing statements to be scoredscoreJena - the model that contains the score valuesoutputJena - the model to which matched structures are writtenthreshold - match things with a total score greater than or equal to this thresholdrenameRes - should I just rename the args?linkProps - bidirectional linkclearLiterals - clear all the literal values out of matchessize - the size of each batch
public Match(java.lang.String... args)
      throws java.io.IOException
args - argument list
java.io.IOException - error parsing options
public Match(ArgList opts)
      throws java.io.IOException
opts - parsed argument list
java.io.IOException - error parsing options| Method Detail | 
|---|
public void setBatchSize(int size)
size - the size to use
public void execute()
             throws java.io.IOException
java.io.IOException - error connectingpublic static void main(java.lang.String... args)
args - command line arguments| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||