Interface VolcanoPlannerPhaseRuleMappingInitializer

    • Method Detail

      • initialize

        void initialize​(java.util.Map<VolcanoPlannerPhase,​java.util.Set<java.lang.String>> phaseRuleMap)
        Initializes a VolcanoPlannerPhase-to-rule map. Rules are specified by description (see above). When this method is called, the map will already be pre-initialized with empty sets for each VolcanoPlannerPhase. Implementations must not return having added or removed keys from the map, although it is safe to temporarily add or remove keys.
        Parameters:
        phaseRuleMap - a VolcanoPlannerPhase-to-rule map