Interface Data
- All Known Subinterfaces:
InputData
- All Known Implementing Classes:
AbstractData
,EvaluationData
,InputData
public interface Data
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getValidRegistrations
EntityList getValidRegistrations()- Returns:
- a list of "valid" registrations for this Data instance (i.e. Registrations with the appropriate status linked to Events of the corresponding Input / Evaluation)
-
getAllRegistrations
EntityList getAllRegistrations()- Returns:
- a list of registrations for this Data instance (i.e. Registrations linked to Events of the corresponding Input / Evaluation)
-