story.scheherazade.nodes
Class ActionNode

java.lang.Object
  extended by story.scheherazade.nodes.ActionNode
All Implemented Interfaces:
NodeConfig

public class ActionNode
extends java.lang.Object
implements NodeConfig

Action node. Represents a single Action.


Field Summary
static AttributeID ATT_CREATION_TIME
           
static AttributeID ATT_DECLARATION
           
static AttributeID ATT_DEFINITION
           
static AttributeID ATT_IF
           
static AttributeID ATT_INTERP_KEY
           
static AttributeID ATT_INTERP_POSITION
           
static AttributeID ATT_NO_INTERPRETATION
           
static AttributeID ATT_PARAMETERS
           
static AttributeID ATT_SOURCE_INTERP_POSITION
           
static AttributeID ATT_SOURCE_INTERVAL
           
static AttributeID ATT_TYPE
           
 
Constructor Summary
ActionNode()
           
 
Method Summary
 NodeType getType()
           
 Attribute initAttribute(AttributeID att)
           
 AttributeID[] registerAttributes()
           
 GenericType subTypes()
          If you want this node type to support subtypes, return a GenericType for the enum you want to describe the possible subtypes.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATT_TYPE

public static final AttributeID ATT_TYPE

ATT_PARAMETERS

public static final AttributeID ATT_PARAMETERS

ATT_DECLARATION

public static final AttributeID ATT_DECLARATION

ATT_DEFINITION

public static final AttributeID ATT_DEFINITION

ATT_CREATION_TIME

public static final AttributeID ATT_CREATION_TIME

ATT_IF

public static final AttributeID ATT_IF

ATT_SOURCE_INTERVAL

public static final AttributeID ATT_SOURCE_INTERVAL

ATT_INTERP_POSITION

public static final AttributeID ATT_INTERP_POSITION

ATT_SOURCE_INTERP_POSITION

public static final AttributeID ATT_SOURCE_INTERP_POSITION

ATT_INTERP_KEY

public static final AttributeID ATT_INTERP_KEY

ATT_NO_INTERPRETATION

public static final AttributeID ATT_NO_INTERPRETATION
Constructor Detail

ActionNode

public ActionNode()
Method Detail

getType

public NodeType getType()
Specified by:
getType in interface NodeConfig

registerAttributes

public AttributeID[] registerAttributes()
                                 throws Scheherexception
Specified by:
registerAttributes in interface NodeConfig
Throws:
Scheherexception

initAttribute

public Attribute initAttribute(AttributeID att)
                        throws Scheherexception
Specified by:
initAttribute in interface NodeConfig
Throws:
Scheherexception

subTypes

public GenericType subTypes()
Description copied from interface: NodeConfig
If you want this node type to support subtypes, return a GenericType for the enum you want to describe the possible subtypes. Otherwise, return null.

Specified by:
subTypes in interface NodeConfig


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