Package eu.simuline.relana.model

Description for object oriented models in terms of java classes. Relana models are object oriented and the base class is a Component Class, represented by a CClass. A CClass is described by a *.ccl file and loaded by a CClassLoader using a CClassParser and an instance is represented by a CInstance.

Components may be nested, i.e. contain subcomponents and those may be represented by a CClassLink which may be resolved to a CClass by need. Also, a component may provide services and services are also specified object oriented. Thus a service is represented by an SClass. An SClass is described by a *.scl file and loaded by an SClassLoader using an SClassParser and an instance is represented by a CInstance. x ***** NOT YET COMPLETE.