Uses of Class
com.rubecula.units.SystemFlag

Packages that use SystemFlag
com.rubecula.jquantity

JQuantity Contents: Copyright Notice Overview JQuantity Philosophy Programming Conventions Package Structure
Class Structure Links Important Note about the links to classes in this document:  This document appears in two different places: the source tree and the doc tree (where it is placed by the javadoc program). 

com.rubecula.units JQuantity/units. 
 

Uses of SystemFlag in com.rubecula.jquantity
 

Methods in com.rubecula.jquantity that return SystemFlag
 SystemFlag JQuantity.getSystem()
           
 

Methods in com.rubecula.jquantity with parameters of type SystemFlag
static void Loader.CreateUnits(java.io.PrintStream out, UnitsName name, JQuantity q, SystemFlag system)
           
(package private)  Measurable JQuantity.createUnits(UnitsName name, SystemFlag system)
          Create a new unit from this quantity and call it by name.
protected  JQuantity JQuantity.convertUnits(SystemFlag system)
           
protected  JQuantity JQuantity.standardizeUnits(SystemFlag system)
           
 

Uses of SystemFlag in com.rubecula.units
 

Fields in com.rubecula.units declared as SystemFlag
private  SystemFlag UnitsTable._System
           
private  SystemFlag Units._System
           
static SystemFlag SystemFlag.$F_FLAG_SI
           
static SystemFlag SystemFlag.$F_FLAG_CGS
           
static SystemFlag SystemFlag.$F_FLAG_IMP
           
static SystemFlag SystemFlag.$F_FLAG_ANY
           
static SystemFlag SystemFlag.$F_FLAG_NONE
           
private static SystemFlag SystemFlag.UnitsSystem
           
 

Methods in com.rubecula.units 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)
           
(package private)  SystemFlag SystemFlag.getAll(SystemFlag other)
           
 SystemFlag SiUnit.getSystem()
           
 SystemFlag Measurable.getSystem()
           
 SystemFlag FlatUnit.getSystem()
           
 

Methods in com.rubecula.units with parameters of type SystemFlag
 Measurable UnitsTable.findParallel(Measurable units, SystemFlag system, boolean named)
          Method to lookup a Measurable from this which is parallel to units and which is in system (if specified)
 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, boolean named)
          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)  boolean SystemFlag.isEqual(SystemFlag other)
           
(package private)  SystemFlag SystemFlag.getCommon(SystemFlag other)
           
(package private)  SystemFlag SystemFlag.getAll(SystemFlag other)
           
private  int SystemFlag.intersection(SystemFlag other)
           
private  int SystemFlag.union(SystemFlag other)
           
 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.units with parameters of type SystemFlag
UnitsTable(java.lang.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(java.lang.String name, Measurable base, SystemFlag flag)