de.xabsl.jxabsl.expression.decimal
Class TimeRef

java.lang.Object
  extended by de.xabsl.jxabsl.expression.decimal.DecimalExpression
      extended by de.xabsl.jxabsl.expression.decimal.TimeRef

public class TimeRef
extends DecimalExpression

Represents a time-of-option-execution or time-of-state-execution expression in the option graph


Field Summary
 
Fields inherited from class de.xabsl.jxabsl.expression.decimal.DecimalExpression
debug
 
Constructor Summary
TimeRef(DebugMessages debug, TimeFunction time)
          Constructor
 
Method Summary
 double getValue()
          Return the value of the expression
 
Methods inherited from class de.xabsl.jxabsl.expression.decimal.DecimalExpression
create
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeRef

public TimeRef(DebugMessages debug,
               TimeFunction time)
Constructor

Parameters:
debug - For debugging output
time - the referenced time
Method Detail

getValue

public double getValue()
Description copied from class: DecimalExpression
Return the value of the expression

Specified by:
getValue in class DecimalExpression