A linear expression built from a coefficient. More...


Public Member Functions | |
| Linear_Expression_Coefficient (Coefficient c) | |
Builds the object corresponding to a copy of the coefficient c. | |
| Coefficient | argument () |
| Returns coefficient representing the linear expression. | |
| Linear_Expression_Coefficient | clone () |
| Builds a copy of this. | |
Protected Attributes | |
| Coefficient | coeff |
| The coefficient representing the linear expression. | |
Static Package Functions | |
| [static initializer] | |
Static Private Member Functions | |
| static native void | initIDs () |
A linear expression built from a coefficient.
Definition at line 28 of file Linear_Expression_Coefficient.java.
| parma_polyhedra_library::Linear_Expression_Coefficient::Linear_Expression_Coefficient | ( | Coefficient | c | ) | [inline] |
Builds the object corresponding to a copy of the coefficient c.
Definition at line 35 of file Linear_Expression_Coefficient.java.
References coeff.
Referenced by clone().
| parma_polyhedra_library::Linear_Expression_Coefficient::[static initializer] | ( | ) | [inline, static, package] |
Reimplemented from parma_polyhedra_library::Linear_Expression.
| Coefficient parma_polyhedra_library::Linear_Expression_Coefficient::argument | ( | ) | [inline] |
Returns coefficient representing the linear expression.
Definition at line 40 of file Linear_Expression_Coefficient.java.
References coeff.
| Linear_Expression_Coefficient parma_polyhedra_library::Linear_Expression_Coefficient::clone | ( | ) | [inline, virtual] |
Builds a copy of this.
Implements parma_polyhedra_library::Linear_Expression.
Definition at line 45 of file Linear_Expression_Coefficient.java.
References coeff, and Linear_Expression_Coefficient().
| static native void parma_polyhedra_library::Linear_Expression_Coefficient::initIDs | ( | ) | [static, private] |
Reimplemented from parma_polyhedra_library::Linear_Expression.
The coefficient representing the linear expression.
Definition at line 32 of file Linear_Expression_Coefficient.java.
Referenced by argument(), clone(), and Linear_Expression_Coefficient().
1.6.3