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 Type
    Method
    Description
    Returns the property of the requirement.
    boolean
    Returns true if the requirement is fulfilled.
  • Method Details

    • 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