| Package | Description |
|---|---|
| org.btrplace.btrpsl.element |
This package contains the different operands and the available operation on them.
|
| Modifier and Type | Method and Description |
|---|---|
BtrpNumber.Base |
BtrpNumber.getBase()
Get the current base for the number
|
static BtrpNumber.Base |
BtrpNumber.Base.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BtrpNumber.Base[] |
BtrpNumber.Base.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BtrpNumber(int v,
BtrpNumber.Base b)
Make a new integer.
|
Copyright © 2016 University of Nice-Sophia Antipolis. All Rights Reserved.