> -----Original Message-----
> From: SysMLforum@googlegroups.com
> [mailto:SysMLforum@googlegroups.com] On Behalf Of DYW
> Sent: Tuesday, May 19, 2009 6:35 PM
> To: SysML Forum
> Subject: [SysML Forum] system variants
> I am trying to model a system that has a number of variants.
> for example, an alarm system.
> the system has a controller with a multiplicity of one,
> indoorMotionDetectors with an undefined multiplicity (0..*)
> and perimeter sensors with an undefined multiplicity (0..*)
> let's say that i sold a system to customer A that has 5
> indoorMotionDetectors and 3 peimetereSensors. How do i define
> the chosen multiplicities in the instance\part? which diagram
> can i use.
> now let's say that i want to create a sub-class called
> inexpensiveAlarmSystem. the inexpensiveAlarmSystem inherets
> from alarmSystem, but the multiplicity of the perimeter
> sensors is set to 0 for all instances. is this possible? how
> do i do this?
> thanks,
> daniel