story.scheherazade.parameters
Class StoryQuery

java.lang.Object
  extended by story.scheherazade.parameters.SCHParameterSet
      extended by story.scheherazade.parameters.StoryQuery
All Implemented Interfaces:
RenderableObject

public class StoryQuery
extends SCHParameterSet

A set of StoryQueryParameters.


Constructor Summary
StoryQuery()
          Constructor with no initial parameters.
StoryQuery(StoryQueryParameter param0)
          Constructor with an initial parameter.
StoryQuery(StoryQueryParameter param0, StoryQueryParameter param1)
          Constructor with two initial parameters.
StoryQuery(StoryQueryParameter param0, StoryQueryParameter param1, StoryQueryParameter param2)
          Constructor with three initial parameters.
StoryQuery(StoryQueryParameter param0, StoryQueryParameter param1, StoryQueryParameter param2, StoryQueryParameter param3)
          Constructor with four initial parameters.
 
Method Summary
 void addParameter(StoryQueryParameter parameter)
           
 void addParameters(StoryQuery otherParameters)
          Copy to the end of this StoryQuery all the StoryQueryParameters from another StoryQuery
 StoryQuery makeClone()
          Make a copy of the StoryQuery.
 
Methods inherited from class story.scheherazade.parameters.SCHParameterSet
addParameter, addParameters, getParameter, getParameters, newReferenceTable, numParameters, render, toCoreParameterSet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoryQuery

public StoryQuery()
Constructor with no initial parameters.


StoryQuery

public StoryQuery(StoryQueryParameter param0)
           throws Scheherexception
Constructor with an initial parameter.

Throws:
Scheherexception

StoryQuery

public StoryQuery(StoryQueryParameter param0,
                  StoryQueryParameter param1)
           throws Scheherexception
Constructor with two initial parameters.

Throws:
Scheherexception

StoryQuery

public StoryQuery(StoryQueryParameter param0,
                  StoryQueryParameter param1,
                  StoryQueryParameter param2)
           throws Scheherexception
Constructor with three initial parameters.

Throws:
Scheherexception

StoryQuery

public StoryQuery(StoryQueryParameter param0,
                  StoryQueryParameter param1,
                  StoryQueryParameter param2,
                  StoryQueryParameter param3)
           throws Scheherexception
Constructor with four initial parameters.

Throws:
Scheherexception
Method Detail

addParameter

public void addParameter(StoryQueryParameter parameter)
                  throws Scheherexception
Throws:
Scheherexception

addParameters

public void addParameters(StoryQuery otherParameters)
                   throws Scheherexception
Copy to the end of this StoryQuery all the StoryQueryParameters from another StoryQuery

Throws:
Scheherexception

makeClone

public StoryQuery makeClone()
                     throws Scheherexception
Make a copy of the StoryQuery.

Throws:
Scheherexception


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