story.scheherazade.misc
Class ActivationFrame

java.lang.Object
  extended by story.scheherazade.misc.ActivationFrame

public class ActivationFrame
extends java.lang.Object

A profile of what interp elements are at what activation states.


Constructor Summary
ActivationFrame(AssignedAction action)
           
 
Method Summary
 Activation get(NodeProxy proxy)
           
 java.lang.StringBuffer render()
           
 void set(InterpElement interp, Activation activation)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivationFrame

public ActivationFrame(AssignedAction action)
Method Detail

set

public void set(InterpElement interp,
                Activation activation)
         throws Scheherexception
Throws:
Scheherexception

get

public Activation get(NodeProxy proxy)
               throws Scheherexception
Throws:
Scheherexception

render

public java.lang.StringBuffer render()
                              throws Scheherexception
Throws:
Scheherexception


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