Interface IDtoAllocationDependency
- All Known Implementing Classes:
DtoAllocationDependency
public interface IDtoAllocationDependency
An allocation dependency from some predecessor allocation to this (successor) allocation.
-
Method Summary
Modifier and TypeMethodDescriptionId of a result allocation that this depends on.The cost arising in transport form the predecessor allocation to the successor.The duration spent in transport form the predecessor allocation to the successor.voidsetAllocationPredecessor(String allocationPredecessor) Id of a result allocation that this depends on.voidsetTransportationCost(Double transportationCost) The cost arising in transport form the predecessor allocation to the successor.voidsetTransportationDuration(Double transportationDuration) The duration spent in transport form the predecessor allocation to the successor.
-
Method Details
-
getAllocationPredecessor
String getAllocationPredecessor()Id of a result allocation that this depends on. -
setAllocationPredecessor
Id of a result allocation that this depends on. -
getTransportationCost
Double getTransportationCost()The cost arising in transport form the predecessor allocation to the successor. -
setTransportationCost
The cost arising in transport form the predecessor allocation to the successor. -
getTransportationDuration
Double getTransportationDuration()The duration spent in transport form the predecessor allocation to the successor. -
setTransportationDuration
The duration spent in transport form the predecessor allocation to the successor.
-