
ru.perveevm.polygon.api.entities.enums.ResourceAsset Maven / Gradle / Ivy
package ru.perveevm.polygon.api.entities.enums;
/**
* Represents a type of the resource.
*
* @author Perveev Mike ([email protected])
*/
public enum ResourceAsset {
/**
* Validator — script that validates input test files.
*/
VALIDATOR,
/**
* Interactor — script that interacts with a solution.
*/
INTERACTOR,
/**
* Checker — script that checks the correctness of an answer.
*/
CHECKER,
/**
* Solution of a problem.
*/
SOLUTION
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy