System model/System.js, line 11 Members other :Array.<Unit> model/System.js, line 77 A list of all "other" (non-defining) Units in the System. An example of this type of Unit would be the kilometer: it is part of the SI System, but is not defining part of the System as the meter is. Methods allUnits() → {Array.<Unit>} model/System.js, line 86 Returns an array of all Unit types in the system. Returns: Array.<Unit> name() → {string} model/System.js, line 21 Returns the name of the System. Returns: string toString() → {string} model/System.js, line 101 Returns the name of the System. Returns: string