|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NodeType in story.aesop.nodes |
---|
Methods in story.aesop.nodes that return NodeType | |
---|---|
NodeType |
Want.getType()
|
NodeType |
Theme.getType()
|
NodeType |
Example.getType()
|
NodeType |
Char.getType()
|
Methods in story.aesop.nodes with parameters of type NodeType | |
---|---|
NodeConfig |
NodeFactory.getConfig(NodeType type)
|
Uses of NodeType in story.dbcore.admin |
---|
Methods in story.dbcore.admin that return NodeType | |
---|---|
NodeType |
DBCAccessor.getNodeType(java.lang.Object node)
Get a node's type. |
Methods in story.dbcore.admin with parameters of type NodeType | |
---|---|
NodeAddress |
DBCAccessor.newNode(java.lang.Object repository,
NodeType type,
java.lang.Object nodeID)
Add a new node. |
NodeAddress |
DBCAccessor.newSubtypeNode(java.lang.Object repository,
NodeType type,
java.lang.Object nodeID,
java.lang.Object parent,
java.lang.Object linkLabel)
Add a node that is a subtype of another node. |
Uses of NodeType in story.dbcore.gui |
---|
Methods in story.dbcore.gui that return NodeType | |
---|---|
NodeType |
TreeType.getNodeType()
|
Methods in story.dbcore.gui with parameters of type NodeType | |
---|---|
boolean |
TreeView.triggersReload(NodeType type,
AttributeID ID)
If the argued attribute is changed to a new value, should the Forest reload its tree models? |
boolean |
DefaultTreeView.triggersReload(NodeType type,
AttributeID ID)
|
Constructors in story.dbcore.gui with parameters of type NodeType | |
---|---|
TreeType(NodeType nodeType,
NodeRepositoryID nodeRep)
|
Uses of NodeType in story.dbcore.links |
---|
Methods in story.dbcore.links with parameters of type NodeType | |
---|---|
boolean |
LinkProperties.isValidLeftType(NodeType nt,
LinkType lt)
Can some node type appear to the left of some link type? |
boolean |
LinkProperties.isValidRightType(NodeType nt,
LinkType lt)
Can some node type appear to the left of some link type? |
boolean |
LinkProperties.isValidTypeForLink(NodeType nt,
LinkType lt,
LinkDirection ld)
Can some node type appear on a particular side of some link type? |
Uses of NodeType in story.dbcore.nodes |
---|
Fields in story.dbcore.nodes declared as NodeType | |
---|---|
static NodeType |
NodeType.Action
|
static NodeType |
NodeType.Condition
|
static NodeType |
NodeType.Interp
|
static NodeType |
NodeType.Modifier
|
static NodeType |
NodeType.Narrative
|
static NodeType |
NodeType.Noun
|
static NodeType |
NodeType.Setting
|
static NodeType |
NodeType.State
|
static NodeType |
NodeType.Timeline
|
static NodeType |
NodeType.Transition
|
Methods in story.dbcore.nodes that return NodeType | |
---|---|
static NodeType |
NodeType.get(int number)
Return the corresponding NodeType for the given Unique ID (see getUniqueID). |
static NodeType |
NodeType.get(java.lang.String string)
Static version of get() that gets around the Java restriction on static types in interfaces. |
NodeType |
NodeConfig.getType()
|
NodeType |
GenericNode.getType()
Return the node's type. |
Methods in story.dbcore.nodes with parameters of type NodeType | |
---|---|
void |
NodeTypeSet.add(NodeType type)
|
NodeConfig |
NodeFactoryInterface.getConfig(NodeType type)
Given a certain node type, return a node object of that type. |
Uses of NodeType in story.dbcore.parameters |
---|
Methods in story.dbcore.parameters that return NodeType | |
---|---|
NodeType |
NodeParameter.getNodeType()
Return the node type. |
Constructors in story.dbcore.parameters with parameters of type NodeType | |
---|---|
NodeParameter(NodeType nodeType)
Constructor with a NodeType requirement. |
|
NodeParameter(NodeType nodeType,
NodeRepositoryID nodeRepository)
Constructor with a NodeType requirement and a NodeRepository requirement. |
|
NodeParameter(NodeType nodeType,
NodeRepositoryID nodeRepository,
VariableID reference)
Constructor with a NodeType requirement, a NodeRepository requirement and an outgoing reference ID. |
|
NodeParameter(NodeType nodeType,
VariableID reference)
Constructor with a NodeType requirement and an outgoing reference ID. |
Uses of NodeType in story.flashback.gui |
---|
Methods in story.flashback.gui with parameters of type NodeType | |
---|---|
boolean |
ReferencesTreeView.triggersReload(NodeType type,
AttributeID ID)
|
Uses of NodeType in story.flashback.nodes |
---|
Methods in story.flashback.nodes that return NodeType | |
---|---|
NodeType |
Venue.getType()
|
NodeType |
Reference.getType()
|
NodeType |
Area.getType()
|
Methods in story.flashback.nodes with parameters of type NodeType | |
---|---|
NodeConfig |
NodeFactory.getConfig(NodeType type)
|
Uses of NodeType in story.scheherazade.nodes |
---|
Methods in story.scheherazade.nodes that return NodeType | |
---|---|
NodeType |
TransitionNode.getType()
|
NodeType |
TimelineNode.getType()
|
NodeType |
StateNode.getType()
|
NodeType |
SettingNode.getType()
|
NodeType |
NounNode.getType()
|
NodeType |
NarrativeNode.getType()
|
NodeType |
ModifierNode.getType()
|
NodeType |
InterpNode.getType()
|
NodeType |
ConditionNode.getType()
|
NodeType |
ActionNode.getType()
|
Methods in story.scheherazade.nodes with parameters of type NodeType | |
---|---|
NodeConfig |
NodeFactory.getConfig(NodeType type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |