api.endpoints.flow

Members list

Type members

Classlikes

case class ComputePropsRequest(reactionId: ReactionId, database: DataBase, amounts: MoleculeAmountList)

Attributes

Companion
object
Source
ReaktoroEndpoints.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
ReaktoroEndpoints.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
class ReaktoroEndpoints(reaktoroService: ReaktoroService[IO])

Defines the HTTP routes for interacting with the ReaktoroService.

Defines the HTTP routes for interacting with the ReaktoroService.

This class sets up the routing for the API endpoints that allow clients to compute system properties for chemical reactions. It integrates with the ReaktoroService to perform the computations and handle requests.

Value parameters

reaktoroService

The service handling system property computations. This should implement the core logic to process reaction properties using the provided inputs.

Attributes

Source
ReaktoroEndpoints.scala
Supertypes
class Object
trait Matchable
class Any