Dollar.java 189 bytes
package de.hftstuttgart.cityunits.model;
import javax.measure.Quantity;
/**
 * This interface represents the intensity dimension.
 */
public interface Dollar extends Quantity<Dollar>