Package org.opentcs.util
Klasse ExplainedBoolean
java.lang.Object
org.opentcs.util.ExplainedBoolean
A boolean with an explanation/reason for its value.
-
Konstruktorübersicht
-
Methodenübersicht
-
Konstruktordetails
-
ExplainedBoolean
Creates a new instance.- Parameter:
value
- The actual value.reason
- A reason/explanation for the value.
-
-
Methodendetails
-
getValue
public boolean getValue()Returns the actual value.- Gibt zurück:
- The actual value.
-
getReason
A reason/explanation for the value.- Gibt zurück:
- The reason
-