Package org.opt4j.config
Interface Requirement
- All Known Implementing Classes:
BooleanRequirement,EnumRequirement
public interface Requirement
The
Requirement indicates if a Property is active or not.-
Method Summary
Modifier and TypeMethodDescriptionReturns the property of the requirement.booleanReturnstrueif the requirement is fulfilled.
-
Method Details
-
isFulfilled
boolean isFulfilled()Returnstrueif the requirement is fulfilled.- Returns:
trueif the requirement is fulfilled
-
getProperty
Property getProperty()Returns the property of the requirement.- Returns:
- the property of the requirement
-