Object-oriented Modeling of Actions and Objects #30
AdamSobieski
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was recently working on a software architectural sketch which involves some interfaces which could be useful to those interested in automated planning and scheduling.
In addition to there being preconditions for actions in contexts (
IAction::CanInvoke
), as expected, some objects of actions could have preconditions for having action performed on them in contexts (IObject::CanBeInvokedUpon
). This could, for instance, allow stateful objects to encapsulate custom logic for determining when actions, in contexts, could be performed on them.Any thoughts on these interfaces?
Beta Was this translation helpful? Give feedback.
All reactions