Module Simantics/Context
This module is undocumented. This is a list of its definitions.
getMonitorValue :: StructuralComponent -> ReadGraph -> String -> a
getMonitorValue component graph path browses path relative to the
variable of component and returns the value of the variable found there.
getPropertyValue :: Variable -> ReadGraph -> String -> a
getPropertyValue variable graph name returns the value of the property
name of the given variable.
getValue :: StructuralComponent -> ReadGraph -> Resource -> Binding2 -> a
getValue component graph attribute binding returns the value of the
property attribute of component, decoded with the given databoard
binding.
|