OK, this probably has something to do with connection builders.
I have the following model:
NamedElement base domain class
ModelRoot root domain class which has an embedded relationship to named element
Descendants of named element are BusinessObject, Attribute and Operation.
Two questions:
1. If I drop a business object it is accepted however the model root is NULL so it's not created. I created a connection builder for the ModelRootHasNamedElements relation from ModelRoot to BusinessObject
2. I only want to accept business objects to be droppable on the diagram. Attributes and operations must be only droppable on business objects.
Tx for your replies!
Grtz, Harry
|