Packages |
com.sri.common |
This is the base package for the common untility classes not tied to EMO proper. |
com.sri.common.controller |
This package contains utility classes for Controllers used by other SRI programs such as EMO. |
com.sri.common.dbobj |
|
com.sri.common.taglib |
This package contains tags that are often used inside EMO or other SRI classes.. |
com.sri.common.util |
Utility classes, not explictly tied to EMO proper. |
com.sri.emo |
This is the base package for the main classes for the EMO modelling program. |
com.sri.emo.annotations |
|
com.sri.emo.auth |
|
com.sri.emo.commandline |
|
com.sri.emo.commandline.defaults |
|
com.sri.emo.controller |
This package contains controller classes for the modelling program. |
com.sri.emo.controller.nodefilter |
|
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.dbobj.selectiontree |
|
com.sri.emo.wizard |
This package provides framework for wizard creation as well as EMO specific bindings. |
com.sri.emo.wizard.branch |
|
com.sri.emo.wizard.completion |
This package and sub packages
provides the implementation of a "Completion Wizard."
The completion Wizard takes a given node in the system as a template and allows the user to fill in the appropriate
parts to create a new node. |
com.sri.emo.wizard.completion.management |
This package contains all the classes required to handle the editing and defining of completion wizards. |
com.sri.emo.wizard.completion.model |
Underlying model for completion Wizard. |
com.sri.emo.wizard.completion.persistence |
This package contains the relevant persistence classes to allow serialization of the completion model to and from an
underlying database. |
com.sri.emo.wizard.creation |
This package and sub packages
provides the implementation of a "Completion Wizard."
The completion Wizard takes a given node in the system as a template and allows the user to fill in the appropriate
parts to create a new node. |
com.sri.emo.wizard.creation.management |
This package contains all the classes required to handle the editing and defining of completion wizards. |
com.sri.emo.wizard.creation.model |
Underlying model for completion Wizard. |
com.sri.emo.wizard.creation.persistence |
This package contains the relevant persistence classes to allow serialization of the completion model to and from an
underlying database. |
com.sri.emo.wizard.defaults |
This package contains default implementations of the interfaces defined in the com.sri.emo.wizard
package. |
com.sri.emo.wizard.expressoimpl |
This directory contains various adapter classes to bridge the Wizard APIs with Expresso. |
com.sri.emo.wizard.persistence |
|
com.sri.emo.wizard.selection |
The selection wizard walks users through steps to determine which node on the system would best suit their needs. |
com.sri.emo.wizard.selection.management |
This package contains all classes related to editing Selection Wizard Steps. |
com.sri.emo.wizard.wizardgateway |
The wizard gateway provides a central location to dispatch to wizards for execution or editing. |