Class UmpleModel

java.lang.Object
cruise.umple.compiler.UmpleModel
All Implemented Interfaces:
java.lang.Runnable

public class UmpleModel
extends java.lang.Object
implements java.lang.Runnable
Class UmpleModel is the central class describing the system being compiled. The model contains everything that was derived from an Umple file (.ump) when it was parsed such as the classes, attributes, associations, state machines, methods, etc that were in it. Put another way, when an Umple file (.ump) is parsed an Umple model is populated with everything that was parsed from that file. Because of this it is absolutely critical to understand the model since it is basically the "root" of everything. The Umple Traits contained within the model. The State Machines contained within the model. In Umple_Code.ump: Methods for manipulating the Model Fragment source file: Umple_Code.ump Line : 360 Fragment source file: Umple_Code.ump Line : 212 Fragment source file: Umple_Code.ump Line : 562 Fragment source file: Umple_Code.ump Line : 571 --------------------------------------------------------------------------------------------- ------------------------------------class start---------------------------------------------- --------------------------------------------------------------------------------------------- Copyright: All contributers to the Umple Project This file is made available subject to the open source license found at: http://umple.org/license Mixset meta-model Copyright: All contributers to the Umple Project This file is made available subject to the open source license found at: http://umple.org/license Feature diagram meta-model A FeatureDiagram stores information required to build a feature diagram in Umple NEW CLASS****************************************