Exemple #1
0
 private ModelElement GetSourceRolePlayerForLinkMappedByConfigurationSectionGroupHasConfigurationSectionGroupPropertiesConnector(ConfigurationSectionGroupHasConfigurationSectionGroupPropertiesConnector connector)
 {
     // Likewise, the source role player is the "owning" Configuration Section Group.
     return(connector.ParentShape.ModelElement);
 }
Exemple #2
0
 private NodeShape GetSourceShapeForConfigurationSectionGroupHasConfigurationSectionGroupPropertiesConnector(ConfigurationSectionGroupHasConfigurationSectionGroupPropertiesConnector connector)
 {
     // Jump from the ConfigurationSectionGroup Property to its parent shape, i.e. the Configuration Section Group that contains it.
     // This will make the connection start at shape of the "owning" Configuration Section Group.
     return((NodeShape)connector.ParentShape);
 }