IBM
Contents Index Previous Next



OM Access


OM Access is a C++ application programmer's interface to the OM Editor. It can be used in applications that uses the information contained in OM diagrams, such as:

Note:

This chapter is an OM Access primer and is not intended to provide knowledge about C++ programming.

OM Access Files

These files can be found under the
<installation dir>/orca/omaccess/>
directory of your installation.

Filename Description

stlmini.h

Minimal implementation of the standard C++ library, used by omaccess.cc

uml.h

Declarations of UML Meta-structure

omaccess.h

Header-file for omaccess.cc

omaccess.cc

Functions for accessing the data in an OM diagram

pmtool.h

Declarations for low-level communications with the OM Editor

om2cpp.cc

A small demo program that takes a diagram and makes a C++ include file

trace.cc

A small demo program that prints almost everything it gets from OM Access


http://www.ibm.com/rational
Contents Index Previous Next