Class | Description |
---|---|
AboutBoxDialog |
Implements About dialog
|
ElapsedTime |
Simple class to calculate elapsed times
|
FileUtils |
File name utility methods to deal with Normaliz input files, given
that the extension .in is required
|
HelpAlgorithmsDialog |
Dialog describing documentation for Normaliz's algorithms, with possibility
of opening the documentation of an specific algorithm by clicking on its
hyperlink
|
JNormalizApplication |
The Application class of the jNormaliz
|
MainView |
This class implements jNormaliz main window, together with all actions
|
NewFileDialog |
Dialog for creating a new input file, together with all its actions
|
NormalizConfig |
Class to hold parameters to be used in a Normaliz execution
|
NormalizProcessDestroyer |
Simple process destroyer to allow interruption of computation
|
NormalizWorker |
Worker class that launches and controls Normaliz command line
|
Enum | Description |
---|---|
NormalizConfig.Algorithm |
Algorithms that can be used when running Normaliz
|
NormalizConfig.ComputationType |
Computation types that can be used when running Normaliz
|
NormalizConfig.NmzIntegrateOptions |
Options for NmzIntegrate
|
NormalizConfig.OutputFiles |
Amount of output that can be produced by Normaliz
|
NormalizConfig.Precision |
Options of integer precision that can be used when running Normaliz
|