UAObjectType Class
Constructor
UAObjectType
-
options
Parameters:
-
options
Object
Item Index
Methods
Methods
instantiate
-
options
instantiate an object of this UAObjectType The instantiation takes care of object type inheritance when constructing inner properties and components.
Parameters:
-
options
Object-
browseName
String -
[description]
optional -
[organizedBy]
String | NodeId | UANode optionalthe parent Folder holding this object
-
[componentOf]
String | NodeId | UANode optionalthe parent Object holding this object
-
[notifierOf]
NodeId | UANode optional -
[eventSourceOf]
NodeId | UANode optional -
[optionals= [] {Array<String>]]
optionalname of the optional child to create
-
[modellingRule]
String optionalNote : HasComponent usage scope
Source | Destination -------------------+--------------------------- Object | Object, Variable,Method ObjectType | -------------------+--------------------------- DataVariable | Variable DataVariableType |
-
raiseEvent
-
eventType
-
data
Raise a transient Event
Parameters:
-
eventType
String | NodeId | UAObject | UAObjectTypethe eventType to find
-
data
Object