javax.measure.unit.DerivedUnit Maven / Gradle / Ivy
The newest version!
/*
* JScience - Java(TM) Tools and Libraries for the Advancement of Sciences.
* Copyright (C) 2006 - JScience (http://jscience.org/)
* All rights reserved.
*
* Permission to use, copy, modify, and distribute this software is
* freely granted, provided that this notice is preserved.
*/
package javax.measure.unit;
import javax.measure.quantity.Quantity;
/**
* This class identifies the units created by combining or transforming
* other units.
*
* @author Jean-Marie Dautelle
* @version 3.1, April 22, 2006
*/
public abstract class DerivedUnit extends Unit {
/**
* Default constructor.
*/
protected DerivedUnit() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy