public abstract class CourseEnrollmentProposition extends AbstractLeafProposition
Modifier and Type | Field and Description |
---|---|
protected boolean |
checkForAllEnrolled |
protected Integer |
minToEnroll |
Constructor and Description |
---|
CourseEnrollmentProposition() |
CourseEnrollmentProposition(Integer minToEnroll) |
Modifier and Type | Method and Description |
---|---|
PropositionResult |
evaluate(ExecutionEnvironment environment) |
protected abstract Collection<String> |
getRequiredCourseIds(ExecutionEnvironment environment) |
getChildren, isCompound
protected final boolean checkForAllEnrolled
protected Integer minToEnroll
public CourseEnrollmentProposition(Integer minToEnroll)
public CourseEnrollmentProposition()
public PropositionResult evaluate(ExecutionEnvironment environment)
protected abstract Collection<String> getRequiredCourseIds(ExecutionEnvironment environment)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.