Interface RequirementManager

All Known Implementing Classes:
RequirementManagerImpl

public interface RequirementManager
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable RequirementSet
    Get a specific requirement set
  • Method Details

    • getRequirementSetById

      @Nullable @Nullable RequirementSet getRequirementSetById(long id)
      Get a specific requirement set
      Parameters:
      id - of the requirement set to get.
      Returns:
      the requirement set with the given ID, or null if one doesn't exist