ENTITY substructure_element_representation SUBTYPE OF (element_representation); model_ref : fea_model; substructure_model_ref : fea_model; UNIQUE ur1 : model_ref, name; END_ENTITY; -- substructure_element_representation |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; element_representation node_list: LIST [1:?] OF node_representation; substructure_element_representation model_ref: fea_model; substructure_model_ref: fea_model; |
Global rules for this entity data type- |
public interface ESubstructure_element_representation extends EElement_representationmodel_ref (explicit attribute)boolean testModel_ref(ESubstructure_element_representation type)EFea_model getModel_ref(ESubstructure_element_representation type) void setModel_ref(ESubstructure_element_representation type, EFea_model value) void unsetModel_ref(ESubstructure_element_representation type) substructure_model_ref (explicit attribute)boolean testSubstructure_model_ref(ESubstructure_element_representation type)EFea_model getSubstructure_model_ref(ESubstructure_element_representation type) void setSubstructure_model_ref(ESubstructure_element_representation type, EFea_model value) void unsetSubstructure_model_ref(ESubstructure_element_representation type) |
public class CSubstructure_element_representation implements ESubstructure_element_representationstatic EAttribute attributeModel_ref(ESubstructure_element_representation type)static int usedinModel_ref(ESubstructure_element_representation type, EFea_model instance, ASdaiModel domain, ASubstructure_element_representation result) static EAttribute attributeSubstructure_model_ref(ESubstructure_element_representation type) static int usedinSubstructure_model_ref(ESubstructure_element_representation type, EFea_model instance, ASdaiModel domain, ASubstructure_element_representation result) |
public class ASubstructure_element_representation extends AEntitypublic ESubstructure_element_representation getByIndex(int index)public ESubstructure_element_representation getCurrentMember(SdaiIterator it) |