Uses of Class
at.jku.dke.etutor.task_app.data.entities.BaseTask
Packages that use BaseTask
Package
Description
This package contains the base-classes for database entities used to store task groups, tasks and submissions.
-
Uses of BaseTask in at.jku.dke.etutor.task_app.data.entities
Subclasses of BaseTask in at.jku.dke.etutor.task_app.data.entitiesModifier and TypeClassDescriptionclass
BaseTaskInGroup<T extends TaskGroup>
Represents a task belonging to a task group.