|
ENTITY property_definition_relationship; name : label; description : text; relating_property_definition : property_definition; related_property_definition : property_definition; END_ENTITY; -- property_definition_relationship |
Entity data types and their attributesproperty_definition_relationshipname: label; description: text; relating_property_definition: property_definition; related_property_definition: property_definition; |
| composite_signal_property_relationship (SIGNAL_MIM) |
| connectivity_allocation (FUNCTIONAL_DECOMPOSITION_WITH_NODAL_REPRESENTATION_TO_PACKAGED_MAPPING_XIM) |
| connectivity_allocation_to_physical_network (CONNECTIVITY_ALLOCATION_TO_PHYSICAL_NETWORK_XIM) |
| derived_laminate_assignment (SEQUENTIAL_LAMINATE_ASSEMBLY_DESIGN_MIM) |
| functional_unit_network_terminal_definition_bus_assignment (NETWORK_FUNCTIONAL_DESIGN_VIEW_XIM) |
| functional_unit_network_terminal_definition_node_assignment (NETWORK_FUNCTIONAL_DESIGN_VIEW_XIM) |
| functional_unit_terminal_bus_assignment (NETWORK_FUNCTIONAL_DESIGN_VIEW_XIM) |
| functional_unit_terminal_node_assignment (NETWORK_FUNCTIONAL_DESIGN_VIEW_XIM) |
| property_change__property_definition_relationship (IDA_STEP_SCHEMA_XIM) |
| stratum_feature_based_derived_pattern (LAYERED_INTERCONNECT_MODULE_DESIGN_MIM) |
| stratum_technology_occurrence_relationship (FABRICATION_TECHNOLOGY_MIM) |
| stratum_technology_swap_relationship (FABRICATION_TECHNOLOGY_MIM) |
| ft_property_definition_relationship_subtypes (FABRICATION_TECHNOLOGY_MIM) |
Global rules for this entity data typerestrict_multi_language_for_property_definition_relationship (AUTOMOTIVE_DESIGN) |
public interface EProperty_definition_relationship extends EEntityname (explicit attribute)boolean testName(EProperty_definition_relationship type)String getName(EProperty_definition_relationship type) void setName(EProperty_definition_relationship type, String value) void unsetName(EProperty_definition_relationship type) description (explicit attribute)boolean testDescription(EProperty_definition_relationship type)String getDescription(EProperty_definition_relationship type) void setDescription(EProperty_definition_relationship type, String value) void unsetDescription(EProperty_definition_relationship type) relating_property_definition (explicit attribute)boolean testRelating_property_definition(EProperty_definition_relationship type)EProperty_definition getRelating_property_definition(EProperty_definition_relationship type) void setRelating_property_definition(EProperty_definition_relationship type, EProperty_definition value) void unsetRelating_property_definition(EProperty_definition_relationship type) related_property_definition (explicit attribute)boolean testRelated_property_definition(EProperty_definition_relationship type)EProperty_definition getRelated_property_definition(EProperty_definition_relationship type) void setRelated_property_definition(EProperty_definition_relationship type, EProperty_definition value) void unsetRelated_property_definition(EProperty_definition_relationship type) |
public class CProperty_definition_relationship implements EProperty_definition_relationshipstatic EAttribute attributeName(EProperty_definition_relationship type)static EAttribute attributeDescription(EProperty_definition_relationship type) static EAttribute attributeRelating_property_definition(EProperty_definition_relationship type) static int usedinRelating_property_definition(EProperty_definition_relationship type, EProperty_definition instance, ASdaiModel domain, AProperty_definition_relationship result) static EAttribute attributeRelated_property_definition(EProperty_definition_relationship type) static int usedinRelated_property_definition(EProperty_definition_relationship type, EProperty_definition instance, ASdaiModel domain, AProperty_definition_relationship result) |
public class AProperty_definition_relationship extends AEntitypublic EProperty_definition_relationship getByIndex(int index)public EProperty_definition_relationship getCurrentMember(SdaiIterator it) |