Applicable with Version 2.5 Oct 2010
Help Version 2.5.123

Contents   Introduction   Concepts   User Help   Modeler Help   Browser Help
Administrator Help   Developer Help    Utility Help   Visio   Graphical Modeler

 

InspiredBg

Browse the Smalltalk Image

EVA Netmodeler provides an extensive capability to allow knowledgeable and authorised developers to extend the tool capabilities by writing Custom Views, Custom Events and  Calculations and to interface to the tool from the Graphical Modeling Interface subsystem. To use these capabilities, you must have a copy of EVA Netmodeler licensed at the Developer level of functionality and you must have been authorised by you system administrator to use the relevant facilities, including this tool.

The tool provides a way to introspect (inspect the internals of) the EVA Netmodeler runtime server environment. It works in a similar manner to a standard Smalltalk inspector. You are expected to have at least a passing knowledge of Smalltalk to make use of this feature.

You can select an application to view. The Model Application covers the model layer of the EVA Netmodeler server architecture. It is concerned with the management of persistent data stored in the repository and the related assets and the access to the relational database where this is stored. The Web Application covers the business logic and the tools and functions which EVA Netmodeler exposes to users.

Within an application, you would select a Class of interest, then a category of methods, then an individual method. The method pattern is indicative of the function and provides the relevant arguments expected.

Tool-BrowseAPI02