Package com.sas.lsaf.clinical.model
Interface ModelService
public interface ModelService
A service to retrieve models defined.
- Since:
- 2.2
-
Method Summary
Modifier and TypeMethodDescriptionGets all of the model descriptors.Gets the lightweight representation of the model by its identifier.
-
Method Details
-
getModelDescriptorById
Gets the lightweight representation of the model by its identifier.- Parameters:
id- The identifier of the model.- Returns:
- The model descriptor with the identifier.
- Throws:
ModelNotFoundException- Thrown when the model does not exist.
-
getAllModelDescriptors
Set<ModelDescriptor> getAllModelDescriptors()Gets all of the model descriptors.- Returns:
- The set of all model descriptors.
-