C E G M T U 

C

com.pixelmed.ucum - package com.pixelmed.ucum
A package to convert UCUM code strings into a canonical form and to determine a conversion factor when their canonical forms are equivalent apart from a constant multiplier value.

E

equalsApartFromConstant(UCUMCanonicalStructure) - Method in class com.pixelmed.ucum.UCUMCanonicalStructure
 

G

getCanonicalForm(String, int) - Static method in class com.pixelmed.ucum.UCUMAnalyzer
Get the canonical form of a UCUM code.
getConstant() - Method in class com.pixelmed.ucum.UCUMCanonicalStructure
 
getConversionFactor(UCUMCanonicalStructure, UCUMCanonicalStructure) - Static method in class com.pixelmed.ucum.UCUMAnalyzer
Attempt to convert one UCUM code into another if their canonical forms are equivalent other than a constant multiplier.
getConversionFactor(String, String, int) - Static method in class com.pixelmed.ucum.UCUMAnalyzer
Attempt to convert one UCUM code into another if their canonical forms are equivalent other than a constant multiplier.

M

main(String[]) - Static method in class com.pixelmed.ucum.UCUMAnalyzer
Read UCUM strings from command line arguments or standard input and print their canonical form or attempt to convert between them.

T

toString() - Method in class com.pixelmed.ucum.UCUMCanonicalStructure
 

U

UCUMAnalyzer - Class in com.pixelmed.ucum
A class of static methods to convert UCUM code strings into a canonical form and to determine a conversion factor when their canonical forms are equivalent apart from a constant multiplier value.
UCUMAnalyzer() - Constructor for class com.pixelmed.ucum.UCUMAnalyzer
 
UCUMCanonicalStructure - Class in com.pixelmed.ucum
 
UCUMConversionException - Exception in com.pixelmed.ucum
 
UCUMConversionException(String) - Constructor for exception com.pixelmed.ucum.UCUMConversionException
 
C E G M T U