Пример #1
0
 public static bool HasCriteriaSettings(this ElementMappingModel model)
 {
     return(model.HasStereotype("Criteria Settings"));
 }
Пример #2
0
 public static bool HasOutputSettings(this ElementMappingModel model)
 {
     return(model.HasStereotype("Output Settings"));
 }
Пример #3
0
 public static bool HasBehaviourSettings(this ElementMappingModel model)
 {
     return(model.HasStereotype("Behaviour Settings"));
 }