Jalog 1.4
java.lang.Objectio.github.JalogTeam.jalog.Pro_TermData
io.github.JalogTeam.jalog.Pro_TermData_Real
public class Pro_TermData_Real
Real constants are represented as
Pro_TermData_Real objects.
| Field Summary | |
|---|---|
String |
typename
Type of the term. |
double |
value
The real value of this object |
| Constructor Summary | |
|---|---|
Pro_TermData_Real(double iniVal)
Constructs a Pro_TermData_Real object. |
|
| Method Summary | |
|---|---|
Pro_TermData
|
copy(Hashtable variable_map)
Returns this object. (Inherited from parent.)
|
String
|
image()
Returns human readable string representation of this term. (Same as toString. Inherited from parent.)
|
String
|
toString()
Returns a String containing a Prolog constant expression representing value.
|
| Field Detail |
|---|
public String typename
Jalog.REAL. Do not change!
public double value
| Constructor Detail |
|---|
public Pro_TermData_Real(double iniVal)
Pro_TermData_Real object representing the real iniVal.
iniVal - the real value.
| Method Detail |
|---|
public String toString()