JOpt.SDK.Implementation
Class Matrix

java.lang.Object
  extended byJOpt.SDK.Implementation.Matrix
All Implemented Interfaces:
IJOptSDK
Direct Known Subclasses:
PeriodicTemporaryMatrix, TemporaryMatrix

public class Matrix
extends java.lang.Object
implements IJOptSDK


Constructor Summary
Matrix()
           
 
Method Summary
 double[][] getMatrix()
           
 boolean isApplicable(long curTimeStamp)
           
 double matrixLookup(int id1, int id2)
           
 void setMatrix(double[][] matrix)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Matrix

public Matrix()
Method Detail

isApplicable

public boolean isApplicable(long curTimeStamp)

setMatrix

public void setMatrix(double[][] matrix)

getMatrix

public double[][] getMatrix()

matrixLookup

public double matrixLookup(int id1,
                           int id2)