Uses of Class
edu.memphis.ccrg.lida.framework.shared.NodeType

Packages that use NodeType
edu.memphis.ccrg.lida.framework.shared Contains classes related to common data structures used in the framework. 
 

Uses of NodeType in edu.memphis.ccrg.lida.framework.shared
 

Methods in edu.memphis.ccrg.lida.framework.shared that return NodeType
 NodeType RootableNodeImpl.getNodeType()
           
 NodeType RootableNode.getNodeType()
          Gets Node Type.
static NodeType NodeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NodeType[] NodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.memphis.ccrg.lida.framework.shared with parameters of type NodeType
 void RootableNodeImpl.setNodeType(NodeType t)
           
 void RootableNode.setNodeType(NodeType t)
          Sets Node type.