public class ConditionBoolean implements ConditionTest { Boolean bool; public ConditionObjet(Boolean bool) { this.bool = bool; } public Boolean evaluer() { return bool; } }