Interface SupplyManager

    • Method Detail

      • demand

        <Supply_ extends Supply> Supply_ demand​(Demand<Supply_> demand)
        Returns the Supply for a Demand, preferably an existing one. If the Supply doesn't exist yet (as part of the domain model or externalized), it creates and attaches it.
        Type Parameters:
        Supply_ - Subclass of Supply
        Parameters:
        demand - never null
        Returns:
        never null