org.olat.course.condition.interpreter.score
Class GetScoreWithCourseIdFunction
java.lang.Object
com.neemsoft.jmep.FunctionCB
org.olat.course.condition.interpreter.AbstractFunction
org.olat.course.condition.interpreter.score.GetScoreWithCourseIdFunction
public class GetScoreWithCourseIdFunction
- extends AbstractFunction
Description:
Get the score of a node in using the efficiency statement from another course
Initial Date: 11.08.2005
- Author:
- gnaegi
|
Field Summary |
static java.lang.String |
name
|
|
Method Summary |
java.lang.Object |
call(java.lang.Object[] inStack)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public static final java.lang.String name
- See Also:
- Constant Field Values
GetScoreWithCourseIdFunction
public GetScoreWithCourseIdFunction(UserCourseEnvironment userCourseEnv)
- Default constructor to use the current date
- Parameters:
userCourseEnv -
call
public java.lang.Object call(java.lang.Object[] inStack)
- Specified by:
call in class AbstractFunction
- See Also:
FunctionCB.call(java.lang.Object[])