Interface: UcumEssence
The parsed UCUM essence table - the engine's in-memory unit model, built lazily and cached.
Properties
atomByCode
readonlyatomByCode:ReadonlyMap<string,UcumAtom>
Atom lookup by exact code.
atoms
readonlyatoms: readonlyUcumAtom[]
Atom symbols → atom, longest symbols first (for greedy longest-match).
prefixByCode
readonlyprefixByCode:ReadonlyMap<string,UcumPrefix>
Prefix lookup by exact code.
prefixes
readonlyprefixes: readonlyUcumPrefix[]
Prefix symbols → prefix, longest symbols first (for greedy matching).