Class ThemisUIData
java.lang.Object
io.github.tonywasher.joceanus.themis.gui.launch.ThemisUIData
Themis Data.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) io.github.tonywasher.joceanus.themis.parser.project.ThemisProjectObtain the parsed project.(package private) FileObtain the projectDir.(package private) io.github.tonywasher.joceanus.themis.stats.ThemisStatsProjectObtain the project stats.(package private) io.github.tonywasher.joceanus.themis.solver.proj.ThemisSolverProjectObtain the solved project.(package private) voidsetParsedProject(io.github.tonywasher.joceanus.themis.parser.project.ThemisProject pProject) Store the parsed project.(package private) voidsetProjectStats(io.github.tonywasher.joceanus.themis.stats.ThemisStatsProject pStats) Store the project stats.(package private) voidsetSolvedProject(io.github.tonywasher.joceanus.themis.solver.proj.ThemisSolverProject pProject) Store the solved project.
-
Constructor Details
-
ThemisUIData
ThemisUIData(File pProjectDir) Constructor.- Parameters:
pProjectDir- the projectDirectory.
-
-
Method Details
-
getProjectDir
File getProjectDir()Obtain the projectDir.- Returns:
- the projectDir
-
setParsedProject
void setParsedProject(io.github.tonywasher.joceanus.themis.parser.project.ThemisProject pProject) Store the parsed project.- Parameters:
pProject- the project
-
getParsedProject
io.github.tonywasher.joceanus.themis.parser.project.ThemisProject getParsedProject()Obtain the parsed project.- Returns:
- the project
-
setSolvedProject
void setSolvedProject(io.github.tonywasher.joceanus.themis.solver.proj.ThemisSolverProject pProject) Store the solved project.- Parameters:
pProject- the project
-
getSolvedProject
io.github.tonywasher.joceanus.themis.solver.proj.ThemisSolverProject getSolvedProject()Obtain the solved project.- Returns:
- the project
-
setProjectStats
void setProjectStats(io.github.tonywasher.joceanus.themis.stats.ThemisStatsProject pStats) Store the project stats.- Parameters:
pStats- the project stats
-
getProjectStats
io.github.tonywasher.joceanus.themis.stats.ThemisStatsProject getProjectStats()Obtain the project stats.- Returns:
- the project
-