Uses of Class
hicosim.control.utils.Numeratives

Packages that use Numeratives
hicosim.control.utils   
 

Uses of Numeratives in hicosim.control.utils
 

Methods in hicosim.control.utils that return Numeratives
static Numeratives Numeratives.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Numeratives[] Numeratives.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in hicosim.control.utils with parameters of type Numeratives
static java.lang.String BitUtils.convert(java.lang.Integer number, Numeratives numeratives, boolean grouped)
          This method converts an Integer-Object from the decimal numerative into other numeratives and returns the result as a String-Object.
static java.lang.String BitUtils.convert(java.lang.Long number, Numeratives numeratives, boolean grouped)