Namespace NominalSystems.Core
Classes
- CSVFile
This class is a helper class for managing CSV files, both reading and writing to them. This allows easier reading of data and is also able to interpolate a value between a field. This class is also useful for Nominal Editor and Nominal Studio to read and write data to the file without too much hassle.
- Component
[NominalSystems] The base class for all simulation components
- ComponentModel
[NominalSystems] A implementable per-component object model
- FileHandler
This class is a helper static class for managing files that may exist or creating new files in directories. It adds additional functionality to files and is able to determine what files exist within a directory.
- PathHelper
Static helper function for getting files and paths in a directory
- SimulationSystem
[NominalSystems] A implementable per-simulation object system