Exemple #1
0
        public static PointSettings GetPointSettings(this AssociationEndVisualSettingsModel model)
        {
            var stereotype = model.GetStereotype("Point Settings");

            return(stereotype != null ? new PointSettings(stereotype) : null);
        }
Exemple #2
0
        public static NavigableIndicatorSettings GetNavigableIndicatorSettings(this AssociationEndVisualSettingsModel model)
        {
            var stereotype = model.GetStereotype("Navigable Indicator Settings");

            return(stereotype != null ? new NavigableIndicatorSettings(stereotype) : null);
        }