28 return $this->other->getHash();
30 return "tentatively " . $this->other->getHash();
36 return $this->other->getLabel();
38 return "Tentatively: " . $this->other->getLabel();
43 return $this->other->isNotable();
52 return $this->other->getPreconditions($environment);
61 $this->other->getPreconditions($environment)
71 return $this->other->achieve($environment);
82 return $this->other->isApplicable($environment);
An exception for terminatinating execution or to throw for unit testing.
A wrapper around an objective that attempts to achieve the wrapped objective but won't stop the proce...
achieve(Setup\Environment $environment)
@inheritdocs
isNotable()
Get to know if this is an interesting objective for a human.
getPreconditions(Setup\Environment $environment)
isApplicable(Setup\Environment $environment)
@inheritDoc
__construct(Setup\Objective $other)
getHash()
Get a hash for this objective.
getLabel()
Get a label that describes this objective.
Signals that some goal won't be achievable by actions of the system ever.
An environment holds resources to be used in the setup process.
An objective is a desired state of the system that is supposed to be created by the setup.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...