Uses of Class
story.scheherazade.parameters.StoryQueryParameter

Packages that use StoryQueryParameter
story.scheherazade.parameters   
 

Uses of StoryQueryParameter in story.scheherazade.parameters
 

Subclasses of StoryQueryParameter in story.scheherazade.parameters
 class ActionHasNounRole
          An SCHParameter which makes sure that a previously matched AssignedAction features a certain noun in a certain semantic role.
 class ActionOccursParameter
          An SCHParameter which makes sure that a previously matched AssignedAction takes place within some time range.
 class AssignedActionParameter
          An SCHParameter which matches an Action that has been assigned in a Narrative.
 class AssignedConditionParameter
          An SCHParameter which matches a Condition that has been assigned in a Narrative.
 class BooleanReturnQueryParameter
          A class with no functionality that serves to organize the SCHParameter hierarchy by grouping together those Parameters that do not match arguments but instead filter out those previous results which do not satisfy some boolean criterion.
 class ConditionHasNounRole
          An SCHParameter which makes sure that a previously matched AssignedCondition features a certain noun in a certain semantic role.
 class ConditionInEffectParameter
          An SCHParameter which makes sure that a previously matched AssignedCondition takes effect at a particular state or transition.
 class DefinedNounParameter
          An SCHParameter which matches a noun that's been declared in a timeline.
 class InvokedStateParameter
          An SCHParameter which matches a state that's been declared/used in the narrative.
 class NarrativeMatchingQueryParameter
          A class with no functionality that serves to organize the SCHParameter hierarchy by grouping together those Parameters that match arguments, refer to the Narrative story graph and support outreferences to store their matches.
 class StatesConsecutiveParameter
          An SCHParameter which makes sure that two previously matches states are (a) present, and (b) consecutive.
 

Methods in story.scheherazade.parameters with parameters of type StoryQueryParameter
 void StoryQuery.addParameter(StoryQueryParameter parameter)
           
 

Constructors in story.scheherazade.parameters with parameters of type StoryQueryParameter
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.
 



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