public class ModelUtil
extends Object
Constructor and Description |
---|
ModelUtil() |
Modifier and Type | Method and Description |
---|---|
static CommonElements |
getOrCreateCommonElements(Amalthea model) |
static ComponentsModel |
getOrCreateComponentsModel(Amalthea model) |
static ConfigModel |
getOrCreateConfigModel(Amalthea model) |
static ConstraintsModel |
getOrCreateConstraintsModel(Amalthea model) |
static EventModel |
getOrCreateEventModel(Amalthea model) |
static HWModel |
getOrCreateHwModel(Amalthea model) |
static MappingModel |
getOrCreateMappingModel(Amalthea model) |
static MeasurementModel |
getOrCreateMeasurementModel(Amalthea model) |
static OSModel |
getOrCreateOsModel(Amalthea model) |
static PropertyConstraintsModel |
getOrCreatePropertyConstraintsModel(Amalthea model) |
static StimuliModel |
getOrCreateStimuliModel(Amalthea model) |
static SWModel |
getOrCreateSwModel(Amalthea model) |
public static CommonElements getOrCreateCommonElements(Amalthea model)
public static SWModel getOrCreateSwModel(Amalthea model)
public static HWModel getOrCreateHwModel(Amalthea model)
public static OSModel getOrCreateOsModel(Amalthea model)
public static StimuliModel getOrCreateStimuliModel(Amalthea model)
public static EventModel getOrCreateEventModel(Amalthea model)
public static ConstraintsModel getOrCreateConstraintsModel(Amalthea model)
public static PropertyConstraintsModel getOrCreatePropertyConstraintsModel(Amalthea model)
public static MappingModel getOrCreateMappingModel(Amalthea model)
public static ComponentsModel getOrCreateComponentsModel(Amalthea model)
public static ConfigModel getOrCreateConfigModel(Amalthea model)
public static MeasurementModel getOrCreateMeasurementModel(Amalthea model)