Uses of Interface
com.sri.emo.dbobj.IViewable

Packages that use IViewable
com.sri.common.util Utility classes, not explictly tied to EMO proper. 
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. 
 

Uses of IViewable in com.sri.common.util
 

Classes in com.sri.common.util that implement IViewable
 class PermGroup
          Version of UserGroup which has RowSecuredDBObject as superclass.
 

Uses of IViewable in com.sri.emo.dbobj
 

Classes in com.sri.emo.dbobj that implement IViewable
 class Attribute
          encapsulate a name-value pair which is associated with a Node object
 class Node
          Encapsulate an element in a linked graph.
 class NodeType
          Encapsulate the finite list of types allowed for a node.
 class Part
          A part of an "entity" (a Node object).
 class PickList
          Provide picklists for any attribute.
 class Relation
          Encapsulate a linkage between two nodes.
 class RelationType
          The types of relations between nodes in the model.
 class WizDefinition
          Definition of an Emo Wizard.
 class WizStep
          WizStep is a definition of each step in the wizard.
 

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

Subinterfaces of IViewable in com.sri.emo.dbobj.model_tree
 interface ModelVisitable
          Interface that extends IViewable to include Visitor capabilities.
 



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