Class MEModelHelper


  • public abstract class MEModelHelper
    extends java.lang.Object
    A model captures a view of a physical system. It is an abstraction of the physical system with a certain purpose. This purpose determines what should be included in the model and what is irrelevant. Therefore, the model completely describes those aspects of the physical system that are relevant to the purpose of the model at the appropriate level of detail. The model construct is defined as a package. It contains a (hierarchical) set of elements that together describe the physical system being modeled. A model may also contain a set of elements that represent the environment of the system, typically actors, together with their inter-relationships, such as associations and dependencies.
    See Also:
    MEModel