|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SystemFlag in com.rubecula.jquantity |
Fields in com.rubecula.jquantity declared as SystemFlag | |
private SystemFlag |
UnitsTable._System
|
private SystemFlag |
Units._System
|
(package private) static SystemFlag |
SystemFlag.$F_FLAG_SI
|
(package private) static SystemFlag |
SystemFlag.$F_FLAG_CGS
|
(package private) static SystemFlag |
SystemFlag.$F_FLAG_IMP
|
(package private) static SystemFlag |
SystemFlag.$F_FLAG_ANY
|
(package private) static SystemFlag |
SystemFlag.$F_FLAG_NONE
|
private static SystemFlag |
SystemFlag.UnitsSystem
|
Methods in com.rubecula.jquantity that return SystemFlag | |
SystemFlag |
UnitsTable.getSystem()
|
SystemFlag |
Units.getSystem()
|
static SystemFlag |
SystemFlag.valueOf(int sysIndex)
Factory method to create a SystemFlag for system index defined by sysIndex |
(package private) SystemFlag |
SystemFlag.getCommon(SystemFlag other)
|
SystemFlag |
SiUnit.getSystem()
|
SystemFlag |
Measurable.getSystem()
|
SystemFlag |
JQuantity.getSystem()
|
SystemFlag |
FlatUnit.getSystem()
|
Methods in com.rubecula.jquantity with parameters of type SystemFlag | |
Measurable |
UnitsTable.findParallel(Measurable units,
SystemFlag system)
Method to lookup a Measurable from this which is parallel to units and which is in system (if specified) |
Measurable |
UnitsAll.findParallel(Measurable units,
SystemFlag system)
Method to find a parallel units in the same system as units, failing that a parallel units in the SI system, failing that return units. |
(package private) Units |
Units.scale(UnitsName name,
Rational scale,
SystemFlag system)
Scale this unit and assign a new name and system to the result. |
(package private) Units |
Units.scale(UnitsName name,
int scale,
SystemFlag system)
Scale this unit and assign a new name and system to the result. |
(package private) boolean |
SystemFlag.match(SystemFlag other)
|
(package private) SystemFlag |
SystemFlag.getCommon(SystemFlag other)
|
private int |
SystemFlag.intersection(SystemFlag other)
|
protected JQuantity |
JQuantity.convertUnits(SystemFlag system)
|
protected JQuantity |
JQuantity.standardizeUnits(SystemFlag system)
|
boolean |
BaseUnit.isParallelInSystem(Measurable that,
SystemFlag system)
Method to determine if this Measurable is parallel to that Measurable AND if this is in the system specified. |
Constructors in com.rubecula.jquantity with parameters of type SystemFlag | |
UnitsTable(String name,
SystemFlag system)
|
|
Units(UnitsName name,
SystemFlag system,
Rational scale,
Rational powerA,
Measurable A,
Rational powerB,
Measurable B,
Rational offset)
|
|
Units(UnitsName name,
SystemFlag system,
Rational scale,
Rational powerA,
Measurable A,
Rational powerB,
Measurable B)
|
|
Units(UnitsName name,
SystemFlag system,
Rational scale,
Rational powerA,
Measurable A)
|
|
Units(UnitsName name,
SystemFlag system,
Rational scale,
Measurable A)
|
|
Units(String name,
Measurable base,
SystemFlag flag)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |