org.opt4j.core.config
Interface Requirement

All Known Implementing Classes:
BooleanRequirement, EnumRequirement

public interface Requirement

The Requirement indicates if a Property is active or not.


Method Summary
 Property getProperty()
          Returns the property of the requirement.
 boolean isFulfilled()
          Returns true if the requirement is fulfilled.
 

Method Detail

isFulfilled

boolean isFulfilled()
Returns true if the requirement is fulfilled.

Returns:
true if the requirement is fulfilled

getProperty

Property getProperty()
Returns the property of the requirement.

Returns:
the property of the requirement