PropertyDependency

data class PropertyDependency(val branch: IBranch, val nodeId: Long, val role: String) : DependencyBase

Dependency for a single property change.

See also

Constructors

Link copied to clipboard
constructor(branch: IBranch, nodeId: Long, role: String)

Properties

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

Functions

Link copied to clipboard
open override fun getGroup(): AllPropertiesDependency
Link copied to clipboard
open override fun read()