story.aesop.nodes
Class Want

java.lang.Object
  extended by story.aesop.nodes.Want
All Implemented Interfaces:
NodeConfig

public class Want
extends java.lang.Object
implements NodeConfig

Want node. Represents a single Want.


Field Summary
static AttributeID ATT_COMMENT
           
static AttributeID ATT_COMMENT2
           
static AttributeID ATT_EVIL
           
static AttributeID ATT_SALIENCE
           
 
Constructor Summary
Want()
           
 
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_COMMENT

public static final AttributeID ATT_COMMENT

ATT_COMMENT2

public static final AttributeID ATT_COMMENT2

ATT_SALIENCE

public static final AttributeID ATT_SALIENCE

ATT_EVIL

public static final AttributeID ATT_EVIL
Constructor Detail

Want

public Want()
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.