Uses of Interface
story.dbcore.nodes.NodeConfig

Packages that use NodeConfig
story.aesop.nodes   
story.dbcore.attributes   
story.dbcore.nodes   
story.flashback.nodes   
story.scheherazade.nodes   
 

Uses of NodeConfig in story.aesop.nodes
 

Classes in story.aesop.nodes that implement NodeConfig
 class Char
          Char node.
 class Example
          Example node.
 class Theme
          Theme node.
 class Want
          Want node.
 

Methods in story.aesop.nodes that return NodeConfig
 NodeConfig NodeFactory.getConfig(NodeType type)
           
 

Uses of NodeConfig in story.dbcore.attributes
 

Constructors in story.dbcore.attributes with parameters of type NodeConfig
AttributeSet(GenericNode node, NodeConfig config)
          Constructor for attaching to a node
 

Uses of NodeConfig in story.dbcore.nodes
 

Methods in story.dbcore.nodes that return NodeConfig
 NodeConfig NodeFactoryInterface.getConfig(NodeType type)
          Given a certain node type, return a node object of that type.
 

Constructors in story.dbcore.nodes with parameters of type NodeConfig
GenericNode(Document doc, NodeRepository parentRepository, NodeConfig config, LinkRepository linkRepository)
           
InstanceNode(Document doc, NodeRepository parentRepository, NodeConfig config, NodeInstancing definition, LinkRepository linkRepository)
           
 

Uses of NodeConfig in story.flashback.nodes
 

Classes in story.flashback.nodes that implement NodeConfig
 class Area
           
 class Reference
           
 class Venue
          Venue node.
 

Methods in story.flashback.nodes that return NodeConfig
 NodeConfig NodeFactory.getConfig(NodeType type)
           
 

Uses of NodeConfig in story.scheherazade.nodes
 

Classes in story.scheherazade.nodes that implement NodeConfig
 class ActionNode
          Action node.
 class ConditionNode
          Condition node.
 class InterpNode
          InterpNode
 class ModifierNode
          Modifier node.
 class NarrativeNode
          Narrative node.
 class NounNode
          Noun node.
 class SettingNode
          Setting node.
 class StateNode
          State node.
 class TimelineNode
          Timeline node.
 class TransitionNode
          Transition node.
 

Methods in story.scheherazade.nodes that return NodeConfig
 NodeConfig NodeFactory.getConfig(NodeType type)
           
 



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