|
Kernel Prolog with Fluent based Builtins | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--tarau.jinni.Term
|
+--tarau.jinni.Nonvar
|
+--tarau.jinni.Num
|
+--tarau.jinni.Real
Part of the Term hierarchy, implementing double float point numbers.
Term,
Nonvar| Field Summary | |
(package private) double |
val
|
| Fields inherited from class tarau.jinni.Term |
CONST,
INT,
JAVA,
REAL,
VAR |
| Constructor Summary | |
Real(double i)
|
|
| Method Summary | |
(package private) boolean |
bind_to(Term that,
Trail trail)
|
int |
getArity()
returns or fakes an arity for all subtypes |
double |
getValue()
|
java.lang.String |
name()
|
| Methods inherited from class tarau.jinni.Num |
toString |
| Methods inherited from class tarau.jinni.Nonvar |
eq,
listify,
unify_to |
| Methods inherited from class tarau.jinni.Term |
action,
charsToString,
copy,
exec,
exec,
fromString,
getKey,
isBuiltin,
isClause,
matches,
matching_copy,
numbervars,
pprint,
pprint,
reaction,
ref,
stringToChars,
toChars,
toClause,
token,
toObject,
toTerm,
toUnquoted,
undo,
unify,
varsOf |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
double val
| Constructor Detail |
public Real(double i)
| Method Detail |
public java.lang.String name()
boolean bind_to(Term that,
Trail trail)
public final int getArity()
public final double getValue()
|
Kernel Prolog with Fluent based Builtins | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||