Package-level declarations

Types

Link copied to clipboard
@Serializable
class OperationDescriptor(val name: String, val source: String, val type: String)

A description of an operation to compute an id from

Link copied to clipboard
class OperationId(val id: String, val name: String)

The id of an operation associated with its name so that it can be looked up.

Link copied to clipboard

OperationOutput is a map where the operationId is the key and OperationDescriptor the value