Uses of Class
story.scheherazade.elements.Action

Packages that use Action
story.scheherazade.admin   
story.scheherazade.elements   
story.scheherazade.grammars   
story.scheherazade.misc   
story.scheherazade.verbalizer   
 

Uses of Action in story.scheherazade.admin
 

Methods in story.scheherazade.admin with parameters of type Action
 AssignedAction StoryInterpreter.assignAction(TimelineID timelineID, TransitionTime time, Action action)
          STORY POINTS *
 AssignedAction StoryInterpreter.assignAction(TimelineID timelineID, TransitionTime time, Action action, InterpNodeID interpKey)
           
 AssignedAction StoryInterpreter.assignAction(TimelineID timelineID, TransitionTime time, Action action, TextSpan sourceSpan)
           
 

Uses of Action in story.scheherazade.elements
 

Subclasses of Action in story.scheherazade.elements
 class ValidAction
          An Action that has been shown to be valid within the context of an actual Narrative.
 

Methods in story.scheherazade.elements that return Action
 Action AssignedActionAddress.getAction()
           
 Action Action.makeClone()
           
 

Methods in story.scheherazade.elements with parameters of type Action
 boolean Action.equals(Action other)
          Determines if this Action is equivalent to some other.
 

Constructors in story.scheherazade.elements with parameters of type Action
AssignedActionAddress(Action action, TransitionTime assignedTransition)
           
 

Uses of Action in story.scheherazade.grammars
 

Methods in story.scheherazade.grammars that return Action
static Action SCHGrammarTools.action(ReturnValue actionType, ReturnValue truthDegree, ReturnValue modeReturn, SCHArguments args)
          Parse in an Action.
 Action SCHGrammarParser.action(SCHSymbolTable symbols)
           
 

Methods in story.scheherazade.grammars with parameters of type Action
static AssignedActionAddress SCHGrammarTools.assignedActionAddress(Action action, ReturnValue time)
          Parse in an AssignedActionAddress.
 

Uses of Action in story.scheherazade.misc
 

Methods in story.scheherazade.misc with parameters of type Action
 void ActionSet.add(Action action)
           
 

Uses of Action in story.scheherazade.verbalizer
 

Constructors in story.scheherazade.verbalizer with parameters of type Action
VerbalizeAction(Action action, VerbTense tense)
           
 



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