Package org.olat.course.run.userview

Examples of org.olat.course.run.userview.NodeEvaluation.build()


    // each CourseNodeImplementation has the full control over all children
    // eval.
    // default behaviour is to eval all visible children
    NodeEvaluation nodeEval = new NodeEvaluation(this);
    calcAccessAndVisibility(ci, nodeEval);
    nodeEval.build();
    treeEval.cacheCourseToTreeNode(this, nodeEval.getTreeNode());
    // only add children (coursenodes/nodeeval) when I am visible and
    // atleastOneAccessible myself
    if (nodeEval.isVisible() && nodeEval.isAtLeastOneAccessible()) {
      int childcnt = getChildCount();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.