Class Summary |
Booking |
Contains details of a student's lab session booking. |
Course |
Represents a course. |
Lab |
Represents a lab object. |
LabProgress |
The LabProgress object represents a student's "progress" within a lab exercise. |
LabStage |
The LabStage object represents one of the stages within a lab. |
Resource |
Resource object. |
StageProgress |
Represents a student's progress on a give lab stage. |
Student |
An object to describe a student of the system. |
StudentAllocatedVM |
A StudentAllocatedVM describes a VM used by a student in a lab stage. |
Tutor |
Tutor object; describes a tutor. |
TutorVM |
Describes a virtual machine that has been set up by a tutor as a "base" image to be
used within a lab stage. |
User |
Abstract class to describe a user of the system. |
VM |
Abstract class to describe a VM. |
WLabObject |
An overall "parent" for all of the data model classes. |