ParameterCharacteriser.java

package de.uka.ipd.sdq.beagle.core.measurement.order;

/**
 * Characterises an arbitrary parameter as real;
 *
 * <p>Note: Designing this class is out of the project’s first iteration’s scope.
 *
 * @author Roman Langrehr
 */
public class ParameterCharacteriser {
	/*
	 * Note: Designing this class is out of the project’s first iteration’s scope.
	 */

}