An error occurred while loading the file. Please try again.
Intensity.java 195 bytes
package de.hftstuttgart.cityunits.model;
import javax.measure.Quantity;
/**
 * This interface represents the intensity dimension.
 */
public interface Intensity extends Quantity<Intensity>