Environment Subscriptions
class EnvironmentSubscriptions<T, P : Position<out P>>(environment: Environment<T, P>) : <ERROR CLASS> ERROR CLASS: Symbol not found for Subscription
Exposes alchemist Environment as a GraphQL subscription through it.unibo.alchemist.boundary.graphql.schema.model.surrogates.EnvironmentSurrogate.
Functions
Link copied to clipboard
fun environment(): ERROR CLASS: Symbol not found for Flow<it/unibo/alchemist/boundary/graphql/schema/model/surrogates/EnvironmentSurrogate<T, P>>
Returns a Flow with the updated value of the it.unibo.alchemist.boundary.graphql.schema.model.surrogates.EnvironmentSurrogate.
Link copied to clipboard
fun simulation(): ERROR CLASS: Symbol not found for Flow<it/unibo/alchemist/boundary/graphql/schema/model/surrogates/SimulationSurrogate<T, P>>
Returns a Flow with the updated value of the it.unibo.alchemist.boundary.graphql.schema.model.surrogates.SimulationSurrogate.