JOpt.SDK.Implementation
Class PeriodicTemporaryMatrix

java.lang.Object
  extended byJOpt.SDK.Implementation.Matrix
      extended byJOpt.SDK.Implementation.PeriodicTemporaryMatrix
All Implemented Interfaces:
IJOptSDK

public class PeriodicTemporaryMatrix
extends Matrix
implements IJOptSDK


Constructor Summary
PeriodicTemporaryMatrix()
           
 
Method Summary
 double getValidFromTime()
           
 double getValidThruTime()
           
 boolean isApplicable(long curTimeStamp)
           
 void setValidFromTime(double validFromTime)
           
 void setValidThruTime(double validThruTime)
           
 
Methods inherited from class JOpt.SDK.Implementation.Matrix
getMatrix, matrixLookup, setMatrix
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeriodicTemporaryMatrix

public PeriodicTemporaryMatrix()
Method Detail

isApplicable

public boolean isApplicable(long curTimeStamp)
Overrides:
isApplicable in class Matrix

setValidFromTime

public void setValidFromTime(double validFromTime)

getValidFromTime

public double getValidFromTime()

setValidThruTime

public void setValidThruTime(double validThruTime)

getValidThruTime

public double getValidThruTime()