org.olat.course.condition.interpreter
Class AbstractVariable

java.lang.Object
  extended by com.neemsoft.jmep.VariableCB
      extended by org.olat.course.condition.interpreter.AbstractVariable
Direct Known Subclasses:
NowVariable

public abstract class AbstractVariable
extends com.neemsoft.jmep.VariableCB

Initial Date: Feb 6, 2004

Author:
Felix Jost

Constructor Summary
AbstractVariable(UserCourseEnvironment userCourseEnv)
           
 
Method Summary
 UserCourseEnvironment getUserCourseEnv()
           
abstract  java.lang.Object getValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractVariable

public AbstractVariable(UserCourseEnvironment userCourseEnv)
Parameters:
userCourseEnv -
Method Detail

getValue

public abstract java.lang.Object getValue()
Specified by:
getValue in class com.neemsoft.jmep.VariableCB
See Also:
VariableCB.getValue()

getUserCourseEnv

public UserCourseEnvironment getUserCourseEnv()
Returns:
user course environment