I can't solve this Error: Description: The constructor Request(int, Suppliers) is undefined. Location: testing/Suppliers/requestSupplier - Event
This is the Code:
Request request = new Request(uniform_discr(10,20), this);
Vehicle truck = getNearestAgentByRoute(filter(main.vehicles,
v -> v.inState(Vehicle.AtFactory)));
if (truck != null)
send (request, truck);