Inheritance diagram for ics.TripleApl.ConstFloatPar:

Public Member Functions | |
| ConstFloatPar (double v) | |
| Par | copy () |
| boolean | equals (Object o) |
| double | compare (ConstFloatPar cfp) |
| double | getValue () |
| String | toPrologString () |
| String | toPrologString (Vector vars) |
| String | toString () |
| Object | clone () |
Private Attributes | |
| double | value |
| String | stringValue |
The value is stored as a Java double.
|
|
The constructor, |
|
|
Implements ics.TripleApl.Par. |
|
|
This method the difference between this and the given ConstFloatPar.
|
|
|
Method to get a copy of a parameter.
Implements ics.TripleApl.Par. |
|
|
Method that tests on equality between two parameters. Parameters are test on equality of type and content.
|
|
|
method that gives the value of the ConstFloatPar.
|
|
|
Implements ics.TripleApl.Par. |
|
|
Method to get a `Prolog friendly' version of a parameter.
Implements ics.TripleApl.Par. |
|
|
Method to get a printable version of a parameter.
Implements ics.TripleApl.Par. |
|
|
|
|
|
|
1.4.5