Package org.opt4j.config
Interface Requirement
-
- All Known Implementing Classes:
BooleanRequirement,EnumRequirement
public interface RequirementTheRequirementindicates if aPropertyis active or not.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertygetProperty()Returns the property of the requirement.booleanisFulfilled()Returnstrueif the requirement is fulfilled.
-
-
-
Method Detail
-
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
-
-