Uses of Class
story.scheherazade.admin.StoryPointType

Packages that use StoryPointType
story.scheherazade.admin   
story.scheherazade.exceptions   
 

Uses of StoryPointType in story.scheherazade.admin
 

Fields in story.scheherazade.admin declared as StoryPointType
static StoryPointType StoryPointType.AssignAction
           
static StoryPointType StoryPointType.AssignCondition
           
static StoryPointType StoryPointType.AssignInterpNode
           
static StoryPointType StoryPointType.AssignModifier
           
static StoryPointType StoryPointType.AttachInterpPredicate
           
static StoryPointType StoryPointType.CompareNarratives
           
static StoryPointType StoryPointType.DeclareAction
           
static StoryPointType StoryPointType.DeclareAntonymy
           
static StoryPointType StoryPointType.DeclareCondition
           
static StoryPointType StoryPointType.DeclareModifier
           
static StoryPointType StoryPointType.DeclareMorphologicalRelation
           
static StoryPointType StoryPointType.DeclareNounType
           
static StoryPointType StoryPointType.DefineNoun
           
static StoryPointType StoryPointType.FindNounDefinition
           
static StoryPointType StoryPointType.GenerateRandomNarrative
           
static StoryPointType StoryPointType.GetActionParameters
           
static StoryPointType StoryPointType.GetActionsBeginningAt
           
static StoryPointType StoryPointType.GetActionsEndingAt
           
static StoryPointType StoryPointType.GetActionsInTransition
           
static StoryPointType StoryPointType.GetActivationFrame
           
static StoryPointType StoryPointType.GetAllActions
           
static StoryPointType StoryPointType.GetAllConditions
           
static StoryPointType StoryPointType.GetAllInterpNodes
           
static StoryPointType StoryPointType.GetAllTimelines
           
static StoryPointType StoryPointType.GetAssignedActionFromNode
           
static StoryPointType StoryPointType.GetAssignedConditionFromNode
           
static StoryPointType StoryPointType.GetAssignedModifierFromNode
           
static StoryPointType StoryPointType.GetAssignedPersistentCondition
           
static StoryPointType StoryPointType.GetAssignedPredicateFromAddress
           
static StoryPointType StoryPointType.GetAssignedPredicateFromNode
           
static StoryPointType StoryPointType.GetAttachmentPoint
           
static StoryPointType StoryPointType.GetChainsOfInterpNode
           
static StoryPointType StoryPointType.GetConditionBeginsAction
           
static StoryPointType StoryPointType.GetConditionParameters
           
static StoryPointType StoryPointType.GetConditionsInState
           
static StoryPointType StoryPointType.GetConditionsOfNounInState
           
static StoryPointType StoryPointType.GetDeclaredActions
           
static StoryPointType StoryPointType.GetDeclaredConditions
           
static StoryPointType StoryPointType.GetDeclaredModifiers
           
static StoryPointType StoryPointType.GetDeclaredNounTypes
           
static StoryPointType StoryPointType.GetDefinedNouns
           
static StoryPointType StoryPointType.GetInterpChain
           
static StoryPointType StoryPointType.GetInterpLineage
           
static StoryPointType StoryPointType.GetInvokedStatesInTimeline
           
static StoryPointType StoryPointType.GetLinkedInterpElements
           
static StoryPointType StoryPointType.GetModifiablePredicates
           
static StoryPointType StoryPointType.GetModifierParameters
           
static StoryPointType StoryPointType.GetModifiersOfPredicate
           
static StoryPointType StoryPointType.GetNounParameters
           
static StoryPointType StoryPointType.InitializeNarrative
           
static StoryPointType StoryPointType.IntersectPairwise
           
static StoryPointType StoryPointType.LaunchDebugger
           
static StoryPointType StoryPointType.LinkInterpElements
           
static StoryPointType StoryPointType.MakeValidAction
           
static StoryPointType StoryPointType.MakeValidCondition
           
static StoryPointType StoryPointType.MakeValidModifier
           
static StoryPointType StoryPointType.MakeValidNoun
           
static StoryPointType StoryPointType.NewTimeline
           
static StoryPointType StoryPointType.NormalizeAssignedPredicate
           
static StoryPointType StoryPointType.Query
           
static StoryPointType StoryPointType.ReassignAction
           
static StoryPointType StoryPointType.ReassignTransition
           
static StoryPointType StoryPointType.ReassignTransitionsAroundState
           
static StoryPointType StoryPointType.ReattachInterpElement
           
static StoryPointType StoryPointType.RedefineAction
           
static StoryPointType StoryPointType.RedefineCondition
           
static StoryPointType StoryPointType.RedefineModifier
           
static StoryPointType StoryPointType.RedefineNoun
           
static StoryPointType StoryPointType.Redo
           
static StoryPointType StoryPointType.RedoTo
           
static StoryPointType StoryPointType.RemoveAssignedAction
           
static StoryPointType StoryPointType.RemoveAssignedCondition
           
static StoryPointType StoryPointType.RemoveAssignedModifier
           
static StoryPointType StoryPointType.RemoveInterpNode
           
static StoryPointType StoryPointType.Revert
           
static StoryPointType StoryPointType.SetAttachmentPoint
           
static StoryPointType StoryPointType.SetConditionality
           
static StoryPointType StoryPointType.SetInterpPosition
           
static StoryPointType StoryPointType.SetNoInterpretation
           
static StoryPointType StoryPointType.SetSourceTextSpan
           
static StoryPointType StoryPointType.SwapActionCreationTimes
           
static StoryPointType StoryPointType.SwitchToNarrative
           
static StoryPointType StoryPointType.UndefineNoun
           
static StoryPointType StoryPointType.Undo
           
static StoryPointType StoryPointType.UndoTest
           
static StoryPointType StoryPointType.UndoTo
           
static StoryPointType StoryPointType.UnlinkInterpElements
           
static StoryPointType StoryPointType.ValidateInterp
           
 

Methods in story.scheherazade.admin that return StoryPointType
static StoryPointType StoryPointType.get(int number)
          Return the corresponding StoryPointType for the given Unique ID (see getUniqueID).
static StoryPointType StoryPointType.get(java.lang.String string)
          Static version of get() that gets around the Java restriction on static types in interfaces.
 StoryPointType StoryPoint.getType()
          Retrieve the type of command.
 StoryPointType StoryPoint.type()
          Returns the command type.
 

Constructors in story.scheherazade.admin with parameters of type StoryPointType
StoryPoint(StoryPointType pointType)
          Constructor with no arguments.
StoryPoint(StoryPointType pointType, java.lang.Object argument0)
          Constructor with one argument.
StoryPoint(StoryPointType pointType, java.lang.Object argument0, java.lang.Object argument1)
          Constructor with two arguments.
StoryPoint(StoryPointType pointType, java.lang.Object argument0, java.lang.Object argument1, java.lang.Object argument2)
          Constructor with three arguments.
StoryPoint(StoryPointType pointType, java.lang.Object argument0, java.lang.Object argument1, java.lang.Object argument2, java.lang.Object argument3)
          Constructor with four arguments.
StoryPoint(StoryPointType pointType, java.lang.Object argument0, java.lang.Object argument1, java.lang.Object argument2, java.lang.Object argument3, java.lang.Object argument4)
          Constructor with five arguments.
StoryPoint(StoryPointType pointType, java.lang.Object argument0, java.lang.Object argument1, java.lang.Object argument2, java.lang.Object argument3, java.lang.Object argument4, java.lang.Object argument5)
          Constructor with six arguments.
StoryPoint(StoryPointType pointType, java.lang.Object argument0, java.lang.Object argument1, java.lang.Object argument2, java.lang.Object argument3, java.lang.Object argument4, java.lang.Object argument5, java.lang.Object argument6, java.lang.Object argument7, java.lang.Object argument8, java.lang.Object argument9)
          Constructor with ten arguments.
StoryPoint(StoryPointType pointType, SCHArguments args)
          Constructor with vector of arguments
StoryPoint(StoryPointType pointType, java.util.Vector args)
          Constructor with vector of arguments
 

Uses of StoryPointType in story.scheherazade.exceptions
 

Constructors in story.scheherazade.exceptions with parameters of type StoryPointType
UnrunnableCommand(StoryPointType type, Scheherexception s)
           
 



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