Class MergedParameterization

  • All Implemented Interfaces:
    Parameterization

    public class MergedParameterization
    extends java.lang.Object
    implements Parameterization
    This configuration can be "rewound" to allow the same values to be consumed multiple times, by different classes. This is used in best-effort parameterization when some instances might not apply given the actual data, e.g., in visualization classes.
    Since:
    0.3
    Author:
    Erich Schubert