GroupCredit

org.openurp.edu.program.util.GroupCredit
class GroupCredit(val group: CourseGroup, val credits: Float, val creditHours: Int, val hours: Map[TeachingNature, Int], val termCredits: Array[Float], val terms: Terms)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def hasDiff: Boolean
def hourRatios: String
def termCreditString: String
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

val creditHours: Int
val credits: Float
val group: CourseGroup
val hours: Map[TeachingNature, Int]
val termCredits: Array[Float]
val terms: Terms