|
ENTITY material_property SUBTYPE OF (property_definition); UNIQUE ur1 : name, definition; WHERE wr1: ( 'product_property_definition_schema.characterized_object' IN TYPEOF ( SELF \ property_definition . definition ) ) OR ( SIZEOF ( bag_to_set ( USEDIN ( SELF , 'product_property_representation_schema.' + 'property_definition_representation.definition' ) ) - QUERY ( temp <* bag_to_set ( USEDIN ( SELF , 'product_property_representation_schema.' + 'property_definition_representation.definition' ) ) | ( 'material_property_representation_schema.' + 'material_property_representation' IN TYPEOF ( temp ) ) ) ) = 0 ) ; END_ENTITY; -- material_property |
Entity data types and their attributesproperty_definitionname: label; (OPT) description: text; definition: characterized_definition; (DER) id: identifier; material_property - |
| applied_independent_material_property (GENERIC_MATERIAL_ASPECTS_XIM) |
| material_property_armx (GENERIC_MATERIAL_ASPECTS_XIM) |
Global rules for this entity data type- |
public interface EMaterial_property extends EProperty_definition |
public class CMaterial_property implements EMaterial_property |
public class AMaterial_property extends AEntitypublic EMaterial_property getByIndex(int index)public EMaterial_property getCurrentMember(SdaiIterator it) |