All Downloads are FREE. Search and download functionalities are using the official Maven repository.

neureka.backend.api.template.README.md Maven / Gradle / Ivy

The newest version!
# Templates #

This package holds reusable template implementations
of main interfaces exposed by the backend API, namely:

| layer | interfaces                            | purpose                                                                                                                          |
|-------|---------------------------------------|----------------------------------------------------------------------------------------------------------------------------------|
| 0     | `Operation`                           | A high level representation of an operation, hosting one or more algorithms.                                                     |
| 1     | `Algorithm`, `DeviceAlgorithm`        | A simple `Algorithm` operating on an `ExecutionCall` or a `DeviceAlgorithm` hosting and calling device specific implementations. |
| 2     | `ImplementationFor` | `Device` specific implementations hosted and called by `DeviceAlgorithm`s.                                                       |

- Visit the `neureka.backend.api.template.operations` package 
to find reusable code to build `Operation`s.
- Visit the `neureka.backend.api.template.algorithms` package
to find reusable code to build `Algorithm`s and `DeviceAlgorithm`s.
- Visit the `neureka.backend.api.template.implementations` package
to find reusable code to build `ImplementationFor` for `DeviceAlgorithm`s.
---




© 2015 - 2025 Weber Informatics LLC | Privacy Policy