|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vivoweb.harvester.qualify.Qualify
public class Qualify
Qualify data using SPARQL queries
| Constructor Summary | |
|---|---|
Qualify(ArgList argList)
Constructor |
|
Qualify(JenaConnect jenaModel,
java.lang.String dataType,
java.lang.String matchString,
java.lang.String newValue,
boolean isRegex,
java.lang.String removeNameSpace,
boolean cleanPredicates,
boolean cleanResources)
Constructor |
|
Qualify(java.lang.String[] args)
Constructor |
|
| Method Summary | |
|---|---|
void |
execute()
Executes the task |
static void |
main(java.lang.String... args)
Main method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Qualify(JenaConnect jenaModel,
java.lang.String dataType,
java.lang.String matchString,
java.lang.String newValue,
boolean isRegex,
java.lang.String removeNameSpace,
boolean cleanPredicates,
boolean cleanResources)
jenaModel - the JENA model to run qualifications ondataType - the data predicatematchString - the string to matchnewValue - the value to replace it withisRegex - is this to use Regex to match the stringremoveNameSpace - remove statements with predicates in this namespacecleanPredicates - remove all statements where the predicate is from the given namespacecleanResources - remove all statements where the subject or object is from the given namespace
public Qualify(java.lang.String[] args)
throws java.io.IOException
args - commandline arguments
java.io.IOException - error creating task
public Qualify(ArgList argList)
throws java.io.IOException
argList - parsed argument list
java.io.IOException - error creating task| Method Detail |
|---|
public void execute()
public static void main(java.lang.String... args)
args - commandline arguments
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||