Interface IDtoAllocationDependency

All Known Implementing Classes:
DtoAllocationDependency

public interface IDtoAllocationDependency
An allocation dependency from some predecessor allocation to this (successor) allocation.
  • Method Details

    • getAllocationPredecessor

      String getAllocationPredecessor()
      Id of a result allocation that this depends on.
    • setAllocationPredecessor

      void setAllocationPredecessor(String allocationPredecessor)
      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

      void setTransportationCost(Double transportationCost)
      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

      void setTransportationDuration(Double transportationDuration)
      The duration spent in transport form the predecessor allocation to the successor.