Class ConcreteStateHandlerFactory

    • Method Detail

      • init

        public static StateHandlerFactory init()
        creates and return the instance of the concrete StateHandlerFactory.
        Returns:
        the created concrete StateHandlerFactory
      • createFor

        public StateHandler createFor​(VariationPoint object)
        Description copied from interface: StateHandlerFactory
        creates and returns the StateHandler implementation corresponding to the VariationPoint.
        Specified by:
        createFor in interface StateHandlerFactory
        Parameters:
        object - the current VariationPoint
        Returns:
        the created StateHandler implementation