IFCDelegationDeclarationNode
class IFCDelegationDeclarationNode(val from: LabelNode, val to: LabelNode, val delegationProjection: DelegationProjection, val sourceLocation: SourceLocation, val comment: String?) : DelegationDeclarationNode
Declaration of an IFC delegation.
Parameters
from
The label that acts for the other label.
to
The other label.
Constructors
Link copied to clipboard
fun IFCDelegationDeclarationNode(from: LabelNode, to: LabelNode, delegationProjection: DelegationProjection, sourceLocation: SourceLocation, comment: String?)