|
ENTITY structural_response_property_definition_representation SUBTYPE OF (property_definition_representation); WHERE wr1: ( ( 'structural_response_representation_schema.' + 'structural_response_property' ) IN TYPEOF ( SELF \ property_definition_representation . definition ) ) ; wr2: ( ( ( 'structural_response_representation_schema.fea_model' IN TYPEOF ( SELF \ property_definition_representation . used_representation ) ) AND ( 'structural_response_definition_schema.fea_model_definition' IN TYPEOF ( SELF \ property_definition_representation . definition . definition ) ) ) OR ( ( 'structural_response_representation_schema.element_representation' IN TYPEOF ( SELF \ property_definition_representation . used_representation ) ) AND ( 'structural_response_definition_schema.element_definition' IN TYPEOF ( SELF \ property_definition_representation . definition . definition ) ) ) OR ( ( 'structural_response_representation_schema.node_representation' IN TYPEOF ( SELF \ property_definition_representation . used_representation ) ) AND ( 'structural_response_definition_schema.node_definition' IN TYPEOF ( SELF \ property_definition_representation . definition . definition ) ) ) ) ; END_ENTITY; -- structural_response_property_definition_representation |
Entity data types and their attributesproperty_definition_representationdefinition: represented_definition; used_representation: representation; (DER) description: text; (DER) name: label; structural_response_property_definition_representation - |
Global rules for this entity data type- |
public interface EStructural_response_property_definition_representation extends EProperty_definition_representation |
public class CStructural_response_property_definition_representation implements EStructural_response_property_definition_representation |
public class AStructural_response_property_definition_representation extends AEntitypublic EStructural_response_property_definition_representation getByIndex(int index)public EStructural_response_property_definition_representation getCurrentMember(SdaiIterator it) |