Uses of Class
story.scheherazade.parameters.SCHQueryResultSet

Packages that use SCHQueryResultSet
story.scheherazade.admin   
story.scheherazade.elements   
story.scheherazade.parameters   
 

Uses of SCHQueryResultSet in story.scheherazade.admin
 

Methods in story.scheherazade.admin that return SCHQueryResultSet
 SCHQueryResultSet StoryInterpreter.query(StoryQuery query)
           
 

Uses of SCHQueryResultSet in story.scheherazade.elements
 

Methods in story.scheherazade.elements that return SCHQueryResultSet
 SCHQueryResultSet Narrative.query(StoryQuery query)
          Issue a Query of the Narrative.
 

Uses of SCHQueryResultSet in story.scheherazade.parameters
 

Methods in story.scheherazade.parameters that return SCHQueryResultSet
static SCHQueryResultSet SCHQueryResultSet.dotProduct(SCHQueryResultSet first, SCHQueryResultSet second)
          Create a new SCHQueryResultSet that is a dot product of two other sets, i.e., all the results from the first are combined with all the results from the second, with ordering preserved.
 SCHQueryResultSet SCHQueryResultSet.makeCopy()
          Make a shallow copy of the QueryResultSet.
static SCHQueryResultSet SCHQueryResultSet.union(SCHQueryResultSet first, SCHQueryResultSet second)
          Create a new QueryResultSet that is a union of two other sets.
 

Methods in story.scheherazade.parameters with parameters of type SCHQueryResultSet
static SCHQueryResultSet SCHQueryResultSet.dotProduct(SCHQueryResultSet first, SCHQueryResultSet second)
          Create a new SCHQueryResultSet that is a dot product of two other sets, i.e., all the results from the first are combined with all the results from the second, with ordering preserved.
static SCHQueryResultSet SCHQueryResultSet.union(SCHQueryResultSet first, SCHQueryResultSet second)
          Create a new QueryResultSet that is a union of two other sets.
 



Copyright © 2011 David K. Elson. All Rights Reserved.