| Package | Description |
|---|---|
| org.btrplace.btrpsl.element |
This package contains the different operands and the available operation on them.
|
| Modifier and Type | Field and Description |
|---|---|
static BtrpNumber |
BtrpNumber.FALSE
Pre-made false value.
|
static BtrpNumber |
BtrpNumber.TRUE
Pre-made true value.
|
| Modifier and Type | Method and Description |
|---|---|
BtrpNumber |
BtrpNumber.copy() |
BtrpNumber |
BtrpNumber.div(BtrpOperand other) |
BtrpNumber |
DefaultBtrpOperand.eq(BtrpOperand other) |
BtrpNumber |
BtrpString.eq(BtrpOperand other) |
BtrpNumber |
BtrpSet.eq(BtrpOperand other) |
BtrpNumber |
BtrpOperand.eq(BtrpOperand other)
Check if this operand is equals to another one.
|
BtrpNumber |
BtrpNumber.eq(BtrpOperand other) |
BtrpNumber |
BtrpElement.eq(BtrpOperand other) |
BtrpNumber |
DefaultBtrpOperand.geq(BtrpOperand other) |
BtrpNumber |
BtrpOperand.geq(BtrpOperand other)
Check if this operand is greater or equals to another one.
|
BtrpNumber |
BtrpNumber.geq(BtrpOperand other) |
BtrpNumber |
DefaultBtrpOperand.gt(BtrpOperand other) |
BtrpNumber |
BtrpOperand.gt(BtrpOperand other)
Check if this operand is strictly greater than another one.
|
BtrpNumber |
BtrpNumber.gt(BtrpOperand other) |
BtrpNumber |
BtrpNumber.minus(BtrpOperand other) |
BtrpNumber |
BtrpNumber.negate() |
BtrpNumber |
BtrpNumber.not() |
BtrpNumber |
BtrpNumber.plus(BtrpOperand other) |
BtrpNumber |
BtrpNumber.power(BtrpOperand nb) |
BtrpNumber |
BtrpNumber.remainder(BtrpOperand other) |
BtrpNumber |
BtrpNumber.times(BtrpOperand other) |
Copyright © 2016 University of Nice-Sophia Antipolis. All Rights Reserved.