Class DtoAllocationDependency

java.lang.Object
com.vernaio.kayros.engine.v2.api.dto.DtoAllocationDependency
All Implemented Interfaces:
IDtoAllocationDependency

public class DtoAllocationDependency extends Object implements IDtoAllocationDependency
An allocation dependency from some predecessor allocation to this (successor) allocation.
  • Constructor Details

    • DtoAllocationDependency

      protected DtoAllocationDependency()
    • DtoAllocationDependency

      public DtoAllocationDependency(String allocationPredecessor, Double transportationCost, Double transportationDuration)
  • Method Details