QueryGraphDescriptor

@Serializable
data class QueryGraphDescriptor(val queries: List<QueryDescriptor>, val steps: Map<Int, StepDescriptor>, val connections: List<PortConnection>)

Constructors

Link copied to clipboard
constructor(queries: List<QueryDescriptor>, steps: Map<Int, StepDescriptor>, connections: List<PortConnection>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard