EffectLinks

@Serializable
data class EffectLinks(val operation: Link, val precedes: Link, val succeeds: Link)

Represents effect links

Constructors

Link copied to clipboard
constructor(operation: Link, precedes: Link, succeeds: Link)

Properties

Link copied to clipboard

Link to the operation that created this effect

Link copied to clipboard

Link to the effect that preceded this one

Link copied to clipboard

Link to the effect that succeeded this one