danionita / e3tools

e3tool is a Java GUI-based tool for constructing and evaluating e3value models. Includes the e3fraud fraud assessment extension
Other
3 stars 4 forks source link

Value interfaces attached to value activities should only be connectable to the actors which contain those value activities #48

Closed danionita closed 8 years ago

danionita commented 8 years ago

Transfers connected to value interfaces attached to value activities should only be connectable to value interfaces attaches to actors which contain the respective value activities.

bobismijnnaam commented 8 years ago

Alright. Should then a value activity also only be able to exist when it is contained inside an actor, or should it also be able to exist on its own (not being contained by anything). Because then it cannot connect to anything. Or is it so that when a value activity is a top-level element, it can connect to other elements normally, and when it is contained in an actor, it can only connect to containing actors?

bobismijnnaam commented 8 years ago

Made a small beginning as of 31f1d46133eb30f651f7966d70820e91efa54f93. Is this the correct way? Atm I treat markets egments as if they are actors.