Uses of Class
story.scheherazade.misc.Activation

Packages that use Activation
story.scheherazade.elements   
story.scheherazade.misc   
story.scheherazade.virgil   
 

Uses of Activation in story.scheherazade.elements
 

Methods in story.scheherazade.elements with parameters of type Activation
 void Timeline.propogateActivation(InterpElement interp, ActivationFrame frame, Activation change)
           
 

Uses of Activation in story.scheherazade.misc
 

Fields in story.scheherazade.misc declared as Activation
static Activation Activation.Activated
           
static Activation Activation.Deactivated
           
static Activation Activation.Expected
           
static Activation Activation.Hypothetical
           
static Activation Activation.Unexpected
           
 

Methods in story.scheherazade.misc that return Activation
static Activation Activation.get(int number)
          Return the corresponding Activation for the given Unique ID (see getUniqueID).
 Activation ActivationFrame.get(NodeProxy proxy)
           
static Activation Activation.get(java.lang.String string)
          Static version of get() that gets around the Java restriction on static types in interfaces.
 

Methods in story.scheherazade.misc with parameters of type Activation
 void ActivationFrame.set(InterpElement interp, Activation activation)
           
 

Uses of Activation in story.scheherazade.virgil
 

Methods in story.scheherazade.virgil with parameters of type Activation
 void InterpretativeEditor.IPanel.setActivation(Activation activation)
           
 



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