Uses of Class
story.dbcore.parameters.NodeInstancing

Packages that use NodeInstancing
story.dbcore.admin   
story.dbcore.links   
story.dbcore.nodes   
story.dbcore.parameters   
 

Uses of NodeInstancing in story.dbcore.admin
 

Methods in story.dbcore.admin that return NodeInstancing
 NodeInstancing DBCAccessor.getNodeDefinition(NodeAddress node)
          Get the definition of an instance node.
 NodeInstancing DBCAccessor.getNodeDefinition(java.lang.Object node)
          Get an instance node's definition (NodeInstancing).
 NodeInstancing DBCAccessor.newExpansion(java.lang.Object node, java.lang.Object args)
          Create a new NodeInstancing on a node's "expansion" parameter
 

Methods in story.dbcore.admin with parameters of type NodeInstancing
 LinkLabel DBCAccessor.linkInstancing(java.lang.Object node1, NodeInstancing instancing, java.lang.Object linkType, java.lang.Object linkDirection)
          Link a node to an instancing with no label (packaged input)
 LinkLabel DBCAccessor.linkInstancing(java.lang.Object node1, NodeInstancing instancing, java.lang.Object linkType, java.lang.Object linkDirection, java.lang.Object linkLabel)
          Link a node to an instancing with a label (packaged input)
 NodeAddress DBCAccessor.newInstanceNode(java.lang.Object repository, java.lang.Object nodeID, NodeInstancing instancing)
          Alternate way to add an instance node that takes a NodeInstancing (from newExpansion()).
 void DBCAccessor.redefineNode(java.lang.Object nodeAddress, NodeInstancing newDefinition)
          Redefine an instance node.
 SatisfactionResult Document.validateNodeInstancing(NodeInstancing instancing)
          Determine the validity of a NodeInstancing.
 SatisfactionResult DBCAccessor.validateNodeInstancing(NodeInstancing instancing)
          Validates a NodeInstancing.
 

Uses of NodeInstancing in story.dbcore.links
 

Methods in story.dbcore.links that return NodeInstancing
 NodeInstancing LinkLabel.getInstancing()
          Return the NodeInstancing of the instancing of the link for which this is a label, or null if this is not such a label.
 

Constructors in story.dbcore.links with parameters of type NodeInstancing
LinkLabel(NodeAddress concreteAddress, NodeInstancing instancing, LinkDirection instancing_direction)
          Constructor that you must use iff this is a LinkLabel for a linkInstancing (e.g., [ex1] = exampleOf(provision(health))).
 

Uses of NodeInstancing in story.dbcore.nodes
 

Methods in story.dbcore.nodes that return NodeInstancing
 NodeInstancing InstanceNode.getInstancing()
          Get the instancing that defines this node.
 

Methods in story.dbcore.nodes with parameters of type NodeInstancing
 void InstanceNode.redefine(NodeInstancing newDefinition)
          Change the definition of this instance node.
 

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

Uses of NodeInstancing in story.dbcore.parameters
 

Methods in story.dbcore.parameters that return NodeInstancing
 NodeInstancing NodeInstancing.intern()
          Create an "interned" version of this NodeInstancing, i.e., one that uses NodeAddresses rather than GenericNodes.
 

Methods in story.dbcore.parameters with parameters of type NodeInstancing
 boolean NodeInstancing.equals(NodeInstancing other)
          Test the equivalence of one NodeInstancing to another.
 



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