|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.lsmp.djep.mrpe.MRpRes
public abstract class MRpRes
The base type for values returned by evaluate.
Constructor Summary | |
---|---|
MRpRes()
|
Method Summary | |
---|---|
abstract void |
copyToVecMat(MatrixValueI res)
Copy the value into res. |
abstract Dimensions |
getDims()
The Dimension of the object |
abstract java.lang.Object |
toArray()
Returns an array of doubles with the values filled in. |
MatrixValueI |
toVecMat()
Converts to a MatrixValueI object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MRpRes()
Method Detail |
---|
public abstract Dimensions getDims()
public abstract void copyToVecMat(MatrixValueI res) throws ParseException
res
- The object values will be copied into, must be of corect type.
ParseException
- if the res is not of the same type.public final MatrixValueI toVecMat() throws ParseException
ParseException
- should not happen!public abstract java.lang.Object toArray()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |