Class DefaultChain

    • Constructor Detail

      • DefaultChain

        public DefaultChain()
    • Method Detail

      • setMaster

        public void setMaster​(Plan master)
        Description copied from interface: Plan
        Set which plan is the master of this plan. The master is the plan which this one is derived from. Configuration is pulled from the master if one exists.
        Specified by:
        setMaster in interface Plan