VariableIn

data class VariableIn(variable: FunctionVariable, protocol: Protocol) : SelectionConstraint

VariableIn(v, P) holds when v is selected to be a protocol in P

Constructors

VariableIn
Link copied to clipboard
fun VariableIn(variable: FunctionVariable, protocol: Protocol)

Functions

toDocument
Link copied to clipboard
open override fun toDocument(): Document

Properties

protocol
Link copied to clipboard
val protocol: Protocol
variable
Link copied to clipboard
val variable: FunctionVariable