The negation of a linear expression. More...


Public Member Functions | |
| Linear_Expression_Unary_Minus (Linear_Expression x) | |
Builds an object that represents the negation of the copy x. | |
| Linear_Expression | argument () |
Returns the value that this negates. | |
| Linear_Expression_Unary_Minus | clone () |
| Builds a copy of this. | |
Protected Attributes | |
| Linear_Expression | arg |
The value that this negates. | |
Static Package Functions | |
| [static initializer] | |
Static Private Member Functions | |
| static native void | initIDs () |
The negation of a linear expression.
Definition at line 28 of file Linear_Expression_Unary_Minus.java.
| parma_polyhedra_library::Linear_Expression_Unary_Minus::Linear_Expression_Unary_Minus | ( | Linear_Expression | x | ) | [inline] |
Builds an object that represents the negation of the copy x.
Definition at line 35 of file Linear_Expression_Unary_Minus.java.
References arg, and parma_polyhedra_library::Linear_Expression::clone().
Referenced by clone().
| parma_polyhedra_library::Linear_Expression_Unary_Minus::[static initializer] | ( | ) | [inline, static, package] |
Reimplemented from parma_polyhedra_library::Linear_Expression.
| Linear_Expression parma_polyhedra_library::Linear_Expression_Unary_Minus::argument | ( | ) | [inline] |
Returns the value that this negates.
Definition at line 40 of file Linear_Expression_Unary_Minus.java.
References arg.
| Linear_Expression_Unary_Minus parma_polyhedra_library::Linear_Expression_Unary_Minus::clone | ( | ) | [inline, virtual] |
Builds a copy of this.
Implements parma_polyhedra_library::Linear_Expression.
Definition at line 45 of file Linear_Expression_Unary_Minus.java.
References arg, and Linear_Expression_Unary_Minus().
| static native void parma_polyhedra_library::Linear_Expression_Unary_Minus::initIDs | ( | ) | [static, private] |
Reimplemented from parma_polyhedra_library::Linear_Expression.
The value that this negates.
Definition at line 32 of file Linear_Expression_Unary_Minus.java.
Referenced by argument(), clone(), and Linear_Expression_Unary_Minus().
1.6.3