Package com.qfs.repository
Interface IParameterEvent
- All Known Implementing Classes:
FilteredParameterEvent
,ParameterEvent
public interface IParameterEvent
An event holding parameter changes.
- Author:
- ActiveViam
-
Method Summary
Modifier and TypeMethodDescriptionGet the ids of theIActivePivot
for which parameters have changed.getEpoch()
Get the epoch of the event.getParameters
(String activePivotId) Get the names of the parameters which have changed.getUpdatedResources
(String activePivotId, String parameterId) Get the tuples of changed parameters.
-
Method Details
-
getActivePivotIds
Get the ids of theIActivePivot
for which parameters have changed.- Returns:
- the ids of the ActivePivots for which parameters have changed
-
getParameters
Get the names of the parameters which have changed.- Parameters:
activePivotId
- the id of the ActivePivot for which parameters have changed- Returns:
- the names of the parameters which have changed
-
getUpdatedResources
Get the tuples of changed parameters.- Parameters:
activePivotId
- the id of the ActivePivot for which parameters have changedparameterId
- the name of the parameter for which parameters have changed- Returns:
- the tuples of changed parameters
-
getEpoch
IEpoch getEpoch()Get the epoch of the event.- Returns:
- the epoch of the event
-