Package | Description |
---|---|
manifold.science.api | |
manifold.science.measures | |
manifold.science.vector |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBinaryUnit<A extends Unit,B extends Unit,D extends Dimension<D>,U extends AbstractBinaryUnit<A,B,D,U>>
Represents a binary unit of measure such as
VelocityUnit which is the quotient of LengthUnit and
TimeUnit . |
class |
AbstractPrimaryUnit<D extends Dimension<D>,U extends Unit<D,U>> |
class |
AbstractProductUnit<A extends Unit,B extends Unit,D extends Dimension<D>,U extends AbstractProductUnit<A,B,D,U>>
Represents a binary product of unit types of measure such as
Area which is the product of two LengthUnit s. |
class |
AbstractQuotientUnit<A extends Unit,B extends Unit,D extends Dimension<D>,U extends AbstractQuotientUnit<A,B,D,U>>
Represents a binary quotient of unit types of measure such as
VelocityUnit which is the quotient of
LengthUnit and TimeUnit . |
interface |
Dimension<S extends Dimension<S>>
Dimension is the basis for a physical dimension. |
interface |
Unit<D extends Dimension<D>,U extends Unit<D,U>>
Unit provides a base abstraction for postfix unit types such as length, time, mass, and velocity.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Unit<D extends Dimension<D>,U extends Unit<D,U>>
Unit provides a base abstraction for postfix unit types such as length, time, mass, and velocity.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBinaryUnit<A extends Unit,B extends Unit,D extends Dimension<D>,U extends AbstractBinaryUnit<A,B,D,U>>
Represents a binary unit of measure such as
VelocityUnit which is the quotient of LengthUnit and
TimeUnit . |
class |
AbstractMeasure<U extends Unit<T,U>,T extends AbstractMeasure<U,T>>
This class serves as the base class for a measured quantity.
|
class |
AbstractPrimaryUnit<D extends Dimension<D>,U extends Unit<D,U>> |
class |
AbstractProductUnit<A extends Unit,B extends Unit,D extends Dimension<D>,U extends AbstractProductUnit<A,B,D,U>>
Represents a binary product of unit types of measure such as
Area which is the product of two LengthUnit s. |
class |
AbstractQuotientUnit<A extends Unit,B extends Unit,D extends Dimension<D>,U extends AbstractQuotientUnit<A,B,D,U>>
Represents a binary quotient of unit types of measure such as
VelocityUnit which is the quotient of
LengthUnit and TimeUnit . |
Modifier and Type | Class and Description |
---|---|
class |
Acceleration |
class |
AccelerationUnit |
class |
Angle |
class |
AngleUnit |
class |
Area |
class |
AreaUnit |
class |
Capacitance |
class |
CapacitanceUnit |
class |
Charge |
class |
ChargeUnit |
class |
Conductance |
class |
ConductanceUnit |
class |
Current |
class |
CurrentUnit |
class |
Density |
class |
DensityUnit |
class |
Energy |
class |
EnergyUnit |
class |
Force |
class |
ForceUnit |
class |
Frequency |
class |
FrequencyUnit |
class |
HeatCapacity |
class |
HeatCapacityUnit |
class |
Inductance |
class |
InductanceUnit |
class |
Length
Models a measure of length in units of
LengthUnit . |
class |
LengthUnit
The meter is the SI unit of length.
|
class |
MagneticFlux |
class |
MagneticFluxDensity |
class |
MagneticFluxDensityUnit |
class |
MagneticFluxUnit |
class |
Mass
Models a measure of mass in units of
MassUnit . |
class |
MassUnit
The kilogram is the SI unit of mass.
|
class |
Momentum |
class |
MomentumUnit |
class |
Potential |
class |
PotentialUnit |
class |
Power |
class |
PowerUnit |
class |
Pressure |
class |
PressureUnit |
class |
Resistance |
class |
ResistanceUnit |
class |
SolidAngle |
class |
SolidAngleUnit |
class |
StorageCapacity |
class |
StorageCapacityUnit |
class |
Temperature
Models a measure of temperature in units of
TemperatureUnit . |
class |
TemperatureUnit
The kelvin is the SI unit of thermodynamic temperature.
|
class |
Time
Models a duration of time in units of
TimeUnit . |
class |
TimeUnit
The second is the SI unit of time.
|
class |
Velocity |
class |
VelocityUnit |
class |
Volume |
class |
VolumeUnit |
Modifier and Type | Class and Description |
---|---|
class |
LengthVector |
class |
TimeVector |
class |
Vector<M extends AbstractMeasure<U,M>,U extends Unit<M,U>,V extends Vector<M,U,V>> |
class |
VelocityVector |
Copyright © 2024. All rights reserved.