|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ge.grc.acuity.scriptprocessing.AcuityScriptProcessor
com.ge.grc.acuity.scriptprocessing.XRDQLProcessor
| Constructor Summary | |
XRDQLProcessor()
|
|
| Method Summary | |
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 |
process(AcuityController ac,
com.hp.hpl.jena.ontology.Individual script)
Call this method to process a Script represented by an Individual in the model. |
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. |
java.lang.Object |
process(AcuityController ac,
java.util.List stmts)
|
java.lang.Object |
process(AcuityController ac,
java.util.Map queries)
|
java.lang.Object |
process(AcuityController ac,
java.lang.String query)
Call this method to process any xRDQL query. |
java.lang.Object |
process(AcuityController ac,
java.lang.String[] query)
Call this method to process an array of xRDQL queries. |
static com.hp.hpl.jena.rdql.QueryResults |
rdqlQuery(AcuityController ac,
java.lang.String queryStr)
|
static java.util.List |
xRDQLParse(java.lang.String stmts)
Call this method to parse a series of xRDQL statements into a list of xRDQL statements. |
| Methods inherited from class com.ge.grc.acuity.scriptprocessing.AcuityScriptProcessor |
combineResultsOfMultipleQueries, convertQueryColumnsToStandardDataTableListArray, tryNumericReduction |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XRDQLProcessor()
| Method Detail |
public java.lang.Object process(AcuityController ac,
java.lang.String query)
throws AcuityException
query - - the query to be evaluated
AcuityException
public java.lang.Object process(AcuityController ac,
java.lang.String[] query)
throws AcuityException
query - - the query to be evaluated
AcuityException
public java.lang.Object process(AcuityController ac,
java.util.Map queries)
throws AcuityException
AcuityException
public java.lang.Object process(AcuityController ac,
java.util.List stmts)
throws AcuityException
AcuityException
public static java.util.List xRDQLParse(java.lang.String stmts)
throws AcuityException
stmts - - the series of statements
AcuityException
public static com.hp.hpl.jena.rdql.QueryResults rdqlQuery(AcuityController ac,
java.lang.String queryStr)
throws AcuityException
AcuityException
public InteractionContent analyze(AcuityController ac,
com.hp.hpl.jena.ontology.Individual script,
InteractionContent ic)
throws AcuityException
AcuityScriptProcessor
analyze in class AcuityScriptProcessorac - ic -
AcuityException
public java.lang.Object process(AcuityController ac,
com.hp.hpl.jena.ontology.Individual script)
throws AcuityException
AcuityScriptProcessor
process in class AcuityScriptProcessorac - - the AcuityController instance asking for the script processingscript - - the Individual of type Script to be processed
AcuityException
public java.lang.Object process(AcuityController ac,
com.hp.hpl.jena.ontology.Individual script,
java.util.List filters)
throws AcuityException
AcuityScriptProcessor
process in class AcuityScriptProcessorac - - 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||