machine
references vs identifiers
#755
-
Consider the common situation in an implementation of a system where various resource identifiers (e.g. In a P model of such a system where resources are modeled as Are there advantages / disadvantages to either approach? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Just to understand a bit better; Is one of the reason to model resources as machine that you want to interact with the resources as well as these resources have state in them that change over time and you want to maintain that state in the resource state machines? If yes, then I agree that modeling resource as a |
Beta Was this translation helpful? Give feedback.
-
exactly. you said it much better than myself. |
Beta Was this translation helpful? Give feedback.
Just to understand a bit better;
Is one of the reason to model resources as machine that you want to interact with the resources as well as these resources have state in them that change over time and you want to maintain that state in the resource state machines?
If yes, then I agree that modeling resource as a
stateful
state machine is the right choice and then instances of these machines represent resource instances.