Interface RequirementManager
- All Known Implementing Classes:
RequirementManagerImpl
public interface RequirementManager
-
Method Summary
Modifier and TypeMethodDescription@Nullable RequirementSet
getRequirementSetById
(long id) Get a specific requirement set
-
Method Details
-
getRequirementSetById
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
-