BranchDependency

data class BranchDependency(val branch: IBranch) : IStateVariableReference<IBranch>

Constructors

Link copied to clipboard
constructor(branch: IBranch)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun getGroup(): IStateVariableGroup?
Link copied to clipboard
open override fun read(): IBranch