18 return "null-objective";
An objective is a desired state of the system that is supposed to be created by the setup...
achieve(Environment $environment)
isNotable()
Get to know if this is an interesting objective for a human.
getHash()
Get a hash for this objective.
A non-objective, nothing to do to achieve it...
getPreconditions(Environment $environment)
Objectives might depend on other objectives.
getLabel()
Get a label that describes this objective.
An environment holds resources to be used in the setup process.