All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----jtelos.PrimitiveType | +----jtelos.TelosReal
TelosReal
objects. It is somewhat
like java.lang.Float
, but Java instances of
TelosReal
are real (floating point) literals that are also
contained in a Telos KB. That is not the case for a vanilla Java
instance of Float
, or the float
Java
primitive type.
In a loose sense, real literals that are Java instances of this
Java class are also Telos "instances" of the "real"
type. This is represented by the individual returned by
REAL_TYPE()
in the interface KB
. In Telos
this is written as TelosReal
(not to be confused with
this Java class!).
The only abstract method that needs to be implemented is
kb()
since these depend directly on the implementation
of the KB
Java interface.
float
.
float
.
floatValue()
of the objects, not the
objects' oid's.
float
value of the real.
public TelosReal(float value)
public TelosReal(Float value)
float
.
public TelosReal(String string)
float
.
public boolean equals(Object obj)
floatValue()
of the objects, not the
objects' oid's.
public float floatValue()
float
value of the real.
public String telosName()
All Packages Class Hierarchy This Package Previous Next Index