Interface IResourceDemandModifiable
-
- All Known Implementing Classes:
AbstractScheduledResource,HDDResource,ScheduledResource,SimulatedLinkingResource
public interface IResourceDemandModifiableInterface of AbstractScheduledResources to add and remove DemandModifyingBehaviors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddDemandModifyingBehavior(DemandModifyingBehavior behavior)Adds a DemandModifyingBehavior which can be used during the demand calculation.voidremoveDemandModifyingBehavior(DemandModifyingBehavior behavior)Removes a DemandModifyingBehavior.
-
-
-
Method Detail
-
addDemandModifyingBehavior
void addDemandModifyingBehavior(DemandModifyingBehavior behavior)
Adds a DemandModifyingBehavior which can be used during the demand calculation.- Parameters:
behavior- the DemandModifyingBehavior
-
removeDemandModifyingBehavior
void removeDemandModifyingBehavior(DemandModifyingBehavior behavior)
Removes a DemandModifyingBehavior.- Parameters:
behavior- the DemandModifyingBehavior
-
-