Interface ProductionOptimizer.CapacityMetric
- All Superinterfaces:
ToDoubleFunction<ProcessEquipmentInterface>
- Enclosing class:
ProductionOptimizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
static interface ProductionOptimizer.CapacityMetric
extends ToDoubleFunction<ProcessEquipmentInterface>
Function to compute capacity duty/limit for a specific equipment.
-
Method Summary
Methods inherited from interface ToDoubleFunction
applyAsDouble