Package io.ciera.runtime.summit.types
Class RealUDT
- java.lang.Object
-
- io.ciera.runtime.summit.types.UDT<Double>
-
- io.ciera.runtime.summit.types.RealUDT
-
- All Implemented Interfaces:
IXtumlType,Comparable<Object>
public abstract class RealUDT extends UDT<Double>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends RealUDT>
Tadd(Object o)Doublecast(Object o)static DoublecastReal(Object o)intcompareTo(Object o)<T extends RealUDT>
Tdivide(T o)booleanequals(Object o)<T extends RealUDT>
Tmultiply(T o)<T extends RealUDT>
Tremainder(T o)<T extends RealUDT>
Tsubtract(T o)StringtoString()-
Methods inherited from class io.ciera.runtime.summit.types.UDT
binop, cast, greaterThan, greaterThanOrEqual, lessThan, lessThanOrEqual, promote, serialize
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.ciera.runtime.summit.types.IXtumlType
equality, inequality, oneWhere
-
-
-
-
Constructor Detail
-
RealUDT
public RealUDT()
-
RealUDT
public RealUDT(Object o) throws XtumlException
- Throws:
XtumlException
-
-
Method Detail
-
add
public <T extends RealUDT> T add(Object o) throws XtumlException
- Throws:
XtumlException
-
subtract
public <T extends RealUDT> T subtract(T o) throws XtumlException
- Throws:
XtumlException
-
multiply
public <T extends RealUDT> T multiply(T o) throws XtumlException
- Throws:
XtumlException
-
divide
public <T extends RealUDT> T divide(T o) throws XtumlException
- Throws:
XtumlException
-
remainder
public <T extends RealUDT> T remainder(T o) throws XtumlException
- Throws:
XtumlException
-
cast
public Double cast(Object o) throws XtumlException
- Specified by:
castin classUDT<Double>- Throws:
XtumlException
-
castReal
public static Double castReal(Object o) throws XtumlException
- Throws:
XtumlException
-
compareTo
public int compareTo(Object o)
-
-