org.kuali.student.enrollment.class1.lu.termresolver
Class CourseSetResolver
java.lang.Object
org.kuali.student.enrollment.class1.lu.termresolver.CourseSetResolver
- All Implemented Interfaces:
- TermResolver<Collection<String>>
public class CourseSetResolver
- extends Object
- implements TermResolver<Collection<String>>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CourseSetResolver
public CourseSetResolver()
getPrerequisites
public Set<String> getPrerequisites()
- Specified by:
getPrerequisites
in interface TermResolver<Collection<String>>
getOutput
public String getOutput()
- Specified by:
getOutput
in interface TermResolver<Collection<String>>
getParameterNames
public Set<String> getParameterNames()
- Specified by:
getParameterNames
in interface TermResolver<Collection<String>>
getCost
public int getCost()
- Specified by:
getCost
in interface TermResolver<Collection<String>>
resolve
public Collection<String> resolve(Map<String,Object> resolvedPrereqs,
Map<String,String> parameters)
throws TermResolutionException
- Specified by:
resolve
in interface TermResolver<Collection<String>>
- Throws:
TermResolutionException
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.