ENTITY material_property_value_representation SUBTYPE OF (material_property_representation); SELF\material_property_representation.dependent_environment RENAMED environment_condition : data_environment_armx; SELF\property_definition_representation.definition RENAMED property : material_property_select; END_ENTITY; -- material_property_value_representation |
Entity data types and their attributesproperty_definition_representationdefinition: represented_definition; used_representation: representation; (DER) description: text; (DER) name: label; material_property_representation dependent_environment: data_environment; material_property_value_representation (RT) dependent_environment->environment_condition: data_environment_armx; (RT) definition->property: material_property_select; |
Global rules for this entity data type- |
public interface EMaterial_property_value_representation extends EMaterial_property_representation |
public class CMaterial_property_value_representation implements EMaterial_property_value_representation |
public class AMaterial_property_value_representation extends AEntitypublic EMaterial_property_value_representation getByIndex(int index)public EMaterial_property_value_representation getCurrentMember(SdaiIterator it) |