Hi everybody,
I create an InstanceSpecification. This InstanceSpecification contains a Slot. This Slot is connected to a property by using the method setDefiningFeature(StructuralFeature value)
.
After this I want to set a value for this Slot with the method setValue(Stereotype stereotype, String propertyName, Object newValue)
.
I thinl I got what propertyName and newValue are. But I couldn't figure out why I have to provide a stereotype here? And why I need a stereotype here at all?
So what do I have to do with this parameter?
Regards
Christian