Uses of Interface
com.sri.emo.dbobj.model_tree.Model

Packages that use Model
com.sri.emo.controller This package contains controller classes for the modelling program. 
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. 
 

Uses of Model in com.sri.emo.controller
 

Methods in com.sri.emo.controller with parameters of type Model
 TreeNode TreeViewVisitor.traverseModelTree(Model modelToTraverse)
          Traverse the model tree.
 

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

Classes in com.sri.emo.dbobj.model_tree that implement Model
 class DefaultModel
          Default implementation of the 'model' interface.
 

Methods in com.sri.emo.dbobj.model_tree that return Model
 Model DefaultModelFactory.buildModel()
          Function that builds the actual model that has been defined in the constructor.
 



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