|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ge.grc.acuity.scriptprocessing.AcuityScriptProcessor
| Constructor Summary | |
AcuityScriptProcessor()
|
|
| Method Summary | |
abstract InteractionContent |
analyze(AcuityController ac,
com.hp.hpl.jena.ontology.Individual script,
InteractionContent ic)
This method is called to analyze a script to determine, if possible, the subject and predicate of of an InteractionContent. |
java.lang.Object |
combineResultsOfMultipleQueries(java.util.List results)
|
static java.lang.Object |
convertQueryColumnsToStandardDataTableListArray(java.util.List[] resultLists)
Call this method to convert a List[] with name, values in each element to the data table format of List[2], 0th element a List of column names, 1st element a List of Lists of rows of data. |
abstract java.lang.Object |
process(AcuityController ac,
com.hp.hpl.jena.ontology.Individual script)
Call this method to process a Script represented by an Individual in the model. |
abstract java.lang.Object |
process(AcuityController ac,
com.hp.hpl.jena.ontology.Individual script,
java.util.List filters)
Call this method to process a Script represented by an Individual in the model. |
static java.lang.Object |
tryNumericReduction(java.lang.String v)
Call this method to try to convert the input String to a number. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AcuityScriptProcessor()
| Method Detail |
public abstract java.lang.Object process(AcuityController ac,
com.hp.hpl.jena.ontology.Individual script)
throws AcuityException
ac - - the AcuityController instance asking for the script processingscript - - the Individual of type Script to be processed
AcuityException
public abstract java.lang.Object process(AcuityController ac,
com.hp.hpl.jena.ontology.Individual script,
java.util.List filters)
throws AcuityException
ac - - the AcuityController instance asking for the script processingscript - - the Individual of type Script to be processedfilters - - any filters which are to be applied to the returned data
AcuityException
public abstract InteractionContent analyze(AcuityController ac,
com.hp.hpl.jena.ontology.Individual script,
InteractionContent ic)
throws AcuityException
ac - ic -
AcuityExceptionpublic static java.lang.Object convertQueryColumnsToStandardDataTableListArray(java.util.List[] resultLists)
resultLists -
public java.lang.Object combineResultsOfMultipleQueries(java.util.List results)
throws AcuityException
results -
AcuityExceptionpublic static java.lang.Object tryNumericReduction(java.lang.String v)
v -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||