We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SoleBase must consist of three main modules:
SoleBase
SoleData
SoleLogics
SoleModels
Each module has to be divided in sub-modules. At this moment the division is provided just for SoleData in:
SoleDataset
SoleType
The text was updated successfully, but these errors were encountered:
Review #1: follow the TODOs
2f869b4
No branches or pull requests
SoleBase
must consist of three main modules:SoleData
: defining data types and their interfaces;SoleLogics
: defining logics and their interfaces;SoleModels
: defining models and their interfaces.Each module has to be divided in sub-modules.
At this moment the division is provided just for
SoleData
in:SoleDataset
: defining dataset types and their interfaces;SoleType
: defining types to represent data and their interfaces.The text was updated successfully, but these errors were encountered: