PlanTask

org.openurp.edu.program.web.helper.PlanTask
class PlanTask

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Constructors

def this(program: Program, squadCount: Int)

Concrete methods

def add(tasks: Map[Department, Float]): Unit
def getDepartCredits(depart: Department): Float
def getDepartSquadCredits(depart: Department): Float

Concrete fields

var departTasks: Map[Department, PlanDepartTask]
var program: Program
var squadCount: Int