Uses of Class
com.sri.emo.dbobj.NodeType

Packages that use NodeType
com.sri.emo.commandline.defaults   
com.sri.emo.controller This package contains controller classes for the modelling program. 
com.sri.emo.dbobj   
com.sri.emo.dbobj.model_tree This package allows assembling of Emo nodes into a tree hierarchy where related nodes, attributes, parts, etc are loaded into this tree. 
com.sri.emo.wizard.creation.model Underlying model for completion Wizard. 
 

Uses of NodeType in com.sri.emo.commandline.defaults
 

Methods in com.sri.emo.commandline.defaults with parameters of type NodeType
protected  int AbstractNodeExportSupport.exportParts(PrintWriter writer, NodeType nt)
           
protected  int AbstractNodeExportSupport.exportPicklists(PrintWriter writer, NodeType nt)
           
 

Uses of NodeType in com.sri.emo.controller
 

Methods in com.sri.emo.controller that return NodeType
 NodeType ModelXMLReader.parseEntityAndParts(org.dom4j.Element origroot)
          Parses an entity and its associated parts.
 

Methods in com.sri.emo.controller with parameters of type NodeType
 org.dom4j.Document ModelXMLWriter.renderEntityAsXml(NodeType entity)
          Render an entity as an XML document.
 org.dom4j.Document ModelXMLWriter.renderEntityAsXml(NodeType entity, ExpressoRequest request, boolean renderNodes)
          Renders the entity and nodes as XML.
 void TreeViewVisitor.visitNodeType(NodeType nodeType)
          Visits a node type.
 

Uses of NodeType in com.sri.emo.dbobj
 

Methods in com.sri.emo.dbobj that return NodeType
static NodeType[] NodeType.getAllTypes()
           
 NodeType Node.getEntity()
          Get node type; will throw if node type is not set or cannot be found.
static NodeType PartsFactory.getEntity(String nodeType)
           
static NodeType NodeType.getFromId(int id)
           
static NodeType NodeType.getFromTypeString(String s)
           
 NodeType WizStep.getNodeType()
          Return the node type associated with this step.
 NodeType Part.getParentEntity()
           
 

Methods in com.sri.emo.dbobj with parameters of type NodeType
static void PartsFactory.addFakeType(NodeType type)
          add a new fake type; fake types are just used for getting list of all types (for footer)
static void PartsFactory.addType(NodeType type)
          add a new type; typically, there will be no parts associated with new type, but an empty array will be added to hash
 

Uses of NodeType in com.sri.emo.dbobj.model_tree
 

Methods in com.sri.emo.dbobj.model_tree with parameters of type NodeType
 void ModelVisitor.visitNodeType(NodeType nodeType)
          Visits a NodeType
 

Uses of NodeType in com.sri.emo.wizard.creation.model
 

Methods in com.sri.emo.wizard.creation.model that return NodeType
 NodeType CreationBean.getCurrentNodeType()
           
 



Copyright © 2004-2006 Codeguild, Inc.. All Rights Reserved.