org.olat.course.condition.interpreter
Class InLearningGroupFunction

java.lang.Object
  extended by com.neemsoft.jmep.FunctionCB
      extended by org.olat.course.condition.interpreter.AbstractFunction
          extended by org.olat.course.condition.interpreter.InLearningGroupFunction

public class InLearningGroupFunction
extends AbstractFunction

Author:
Felix Jost

Field Summary
 java.lang.String name
           
 
Constructor Summary
InLearningGroupFunction(UserCourseEnvironment userCourseEnv, java.lang.String fnName)
           
 
Method Summary
 java.lang.Object call(java.lang.Object[] inStack)
           
 
Methods inherited from class org.olat.course.condition.interpreter.AbstractFunction
getUserCourseEnv
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final java.lang.String name
Constructor Detail

InLearningGroupFunction

public InLearningGroupFunction(UserCourseEnvironment userCourseEnv,
                               java.lang.String fnName)
Parameters:
userCourseEnv -
Method Detail

call

public java.lang.Object call(java.lang.Object[] inStack)
Specified by:
call in class AbstractFunction
See Also:
FunctionCB.call(java.lang.Object[])