have a Sysml question which I am trying to figure out.
If we have a classroom for example with some value properties for example type of chair,number of students and so on and we want to create different classrooms from that block that would inherit the same attributes(value properties) but we would be able to give them unique values for each classes, what kind of relationship do we use?
I was trying to do generalization, it does inherit the value properties but when I give a default value to one of the subclasses the main class's attribute value also changes but that is not what I want. And when I chose aggregation or composition, they dont inherit the same value types that I gave to the class block.
I tried creating instances but then I can not create any other relation ship between the instances or if I want to say this instance is for that specific class I cant do it...especially if I want to create 120 subclassrooms, Im not sure if it is possible.