Interface IResourceDemandModifiable
- All Known Implementing Classes:
AbstractScheduledResource
,HDDResource
,ScheduledResource
,SimulatedLinkingResource
public interface IResourceDemandModifiable
Interface of AbstractScheduledResources to add and remove DemandModifyingBehaviors.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds a DemandModifyingBehavior which can be used during the demand calculation.void
Removes a DemandModifyingBehavior.
-
Method Details
-
addDemandModifyingBehavior
Adds a DemandModifyingBehavior which can be used during the demand calculation.- Parameters:
behavior
- the DemandModifyingBehavior
-
removeDemandModifyingBehavior
Removes a DemandModifyingBehavior.- Parameters:
behavior
- the DemandModifyingBehavior
-