Class Combination.Builder

    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Combination build()
      Builds the complete combination out of the parameter mappings.
      Combination.Builder value​(Parameter parameter, Value value)
      Adds a mapping from a parameter to a value to this combination.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • value

        public Combination.Builder value​(Parameter parameter,
                                         Value value)
        Adds a mapping from a parameter to a value to this combination.
        Parameters:
        parameter - the parameter. Must not be null
        value - the value to which the parameter is mapped. Must not ben null
        Returns:
        this
      • build

        public Combination build()
        Builds the complete combination out of the parameter mappings.
        Returns:
        the constructed combination