Uses of Package
me.nickhanson.codeforge.entity
Packages that use me.nickhanson.codeforge.entity
Package
Description
-
Classes in me.nickhanson.codeforge.entity used by me.nickhanson.codeforge.entityClassDescriptionEntity representing a coding challenge.Enumeration representing the difficulty levels of coding challenges.Represents the outcome of a test case evaluation.
-
Classes in me.nickhanson.codeforge.entity used by me.nickhanson.codeforge.evaluator
-
Classes in me.nickhanson.codeforge.entity used by me.nickhanson.codeforge.persistenceClassDescriptionEntity representing a coding challenge.Enumeration representing the difficulty levels of coding challenges.Represents a DrillItem entity, which is associated with a Challenge and tracks the user's progress in a drill.Represents a Submission entity, which tracks the outcome of a user's attempt to solve a Challenge.
-
Classes in me.nickhanson.codeforge.entity used by me.nickhanson.codeforge.serviceClassDescriptionEntity representing a coding challenge.Enumeration representing the difficulty levels of coding challenges.Represents a DrillItem entity, which is associated with a Challenge and tracks the user's progress in a drill.Represents the outcome of a test case evaluation.Represents a Submission entity, which tracks the outcome of a user's attempt to solve a Challenge.
-
Classes in me.nickhanson.codeforge.entity used by me.nickhanson.codeforge.web