Uses of Class
story.dbcore.parameters.ParameterSet

Packages that use ParameterSet
story.dbcore.admin   
story.dbcore.grammars   
story.dbcore.parameters   
story.scheherazade.elements   
story.scheherazade.parameters   
 

Uses of ParameterSet in story.dbcore.admin
 

Methods in story.dbcore.admin with parameters of type ParameterSet
 QueryResultSet DBCAccessor.query(ParameterSet params)
          Execute a query over the open Document.
 

Uses of ParameterSet in story.dbcore.grammars
 

Methods in story.dbcore.grammars that return ParameterSet
 ParameterSet SCParser.parameterSet(boolean execute, SymbolTable symbols, ParameterSet parentParameterSet)
           
 

Methods in story.dbcore.grammars with parameters of type ParameterSet
 Parameter SCParser.parameter(boolean execute, SymbolTable symbols, ParameterSet parameterSet)
           
 ParameterSet SCParser.parameterSet(boolean execute, SymbolTable symbols, ParameterSet parentParameterSet)
           
 

Uses of ParameterSet in story.dbcore.parameters
 

Methods in story.dbcore.parameters that return ParameterSet
 ParameterSet KleeneParameter.getParameterSet()
           
 ParameterSet ThereExistsParameter.getQuery()
           
 

Methods in story.dbcore.parameters with parameters of type ParameterSet
 void ParameterSet.addParameterSet(ParameterSet otherParameters)
          Copy to the end of this ParameterSet all the Parameters from another ParameterSet
 

Constructors in story.dbcore.parameters with parameters of type ParameterSet
KleeneParameter(ParameterSet parameters, int minRepetitions, int maxRepetitions)
          Constructor
KleeneParameter(ParameterSet parameters, int minRepetitions, int maxRepetitions, VariableID outgoingReference)
          Constructor with outgoing reference ID which holds the number of successful repetitions.
ParameterSet(ParameterSet parentSet)
          Constructor for making a ParameterSet that is a nested set inside another ParameterSet.
ReferenceReqSet(ParameterSet parameters)
          Constructor that merges all the ReferenceReqSets of all the Parameters in a ParameterSet.
ThereExistsParameter(ParameterSet query, ComparisonType comparisonType, int target)
          Constructor.
 

Uses of ParameterSet in story.scheherazade.elements
 

Methods in story.scheherazade.elements with parameters of type ParameterSet
 void Timeline.setExpansionParameters(NodeAddress node, ParameterSet parameters)
          Have the DBCA set an expansion parameter on someone's behalf.
 

Uses of ParameterSet in story.scheherazade.parameters
 

Methods in story.scheherazade.parameters that return ParameterSet
 ParameterSet SCHParameterSet.toCoreParameterSet(Timeline timelineHandler)
          Convert to an underlying DBCORE ParameterSet.
 



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