org.kuali.student.enrollment.class1.lu.termresolver
Class CourseSetResolver

java.lang.Object
  extended by org.kuali.student.enrollment.class1.lu.termresolver.CourseSetResolver
All Implemented Interfaces:
TermResolver<Collection<String>>

public class CourseSetResolver
extends Object
implements TermResolver<Collection<String>>


Constructor Summary
CourseSetResolver()
           
 
Method Summary
 int getCost()
           
 String getOutput()
           
 Set<String> getParameterNames()
           
 Set<String> getPrerequisites()
           
 Collection<String> resolve(Map<String,Object> resolvedPrereqs, Map<String,String> parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CourseSetResolver

public CourseSetResolver()
Method Detail

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.