Commit 7cb508d8

– Flesh out job concepts
– Extend job step class
– Introduce job context class

Next to adding a whole lot of getters and setters, this commit also adds some class members to the Object and JobStep classes that keep track of the current job progress.
It further adds the concept of a job context, meaning that a job that is being executed needs to keep track of a different object it needs to interact with in order to complete a job or a coordinate it needs to move to in order to do so.
As always that also means the Python mappings get extended:

Leave a Reply

Your email address will not be published. Required fields are marked *