You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VariableNetworkNode::getName() and VariableNetworkNode::getQualifiedName() return conceptionally different things depending on the type of the variable.
E.g. getName() gives for a variable "/mod/var":
Application module: var
Control system: /mod/var
And getQualifiedName() gives:
Application module: /mod/var
Control system: -> empty string
The text was updated successfully, but these errors were encountered:
VariableNetworkNode::getName() and VariableNetworkNode::getQualifiedName() return conceptionally different things depending on the type of the variable.
E.g. getName() gives for a variable "/mod/var":
And getQualifiedName() gives:
The text was updated successfully, but these errors were encountered: