api 1.0.0-rc3 API
Java implementation of the FAIR Data Pipeline API.
Use
Coderun
as the main class to create a coderun of your modelling code.Package | Description |
---|---|
org.fairdatapipeline.api |
Java implementation of the FAIR Data Pipeline API
|
org.fairdatapipeline.config |
Specification/parser of the Fair Data Pipeline config.yaml; as rewritten by FAIR CLI.
|
org.fairdatapipeline.distribution |
Use
ImmutableDistribution to read/write
distributions to/from the FAIR Data Pipeline. |
org.fairdatapipeline.estimate |
Use
ImmutableEstimate to read/write simple number
parameters to/from the FAIR Data Pipeline. |
org.fairdatapipeline.file |
Helpers relating to files.
|
org.fairdatapipeline.hash |
Create SHA1 hash for files.
|
org.fairdatapipeline.mapper |
Object Mapper for FAIR Data Pipeline TOML parameters.
|
org.fairdatapipeline.objects |
Arrays and tables for H5 files; not quite implemented yet.
|
org.fairdatapipeline.parameters |
reader/writer for FAIR Data Pipeline TOML parameters.
|
org.fairdatapipeline.samples |
Use
ImmutableSamples to read/write Samples (lists of
Numbers) to/from the FAIR Data Pipeline. |
org.fairdatapipeline.toml |
This implements the toml files that can be used to store Samples, Estimates, Distributions.
|
org.fairdatapipeline.yaml |
YAML reader to read the config file.
|