APIs

Show:

Constructor

UAObjectType

(
  • options
)

Parameters:

  • options Object

Item Index

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 optional

      the parent Folder holding this object

    • [componentOf] String | NodeId | UANode optional

      the parent Object holding this object

    • [notifierOf] NodeId | UANode optional
    • [eventSourceOf] NodeId | UANode optional
    • [optionals= [] {Array<String>]] optional

      name of the optional child to create

    • [modellingRule] String optional

      Note : HasComponent usage scope

      Source | Destination -------------------+--------------------------- Object | Object, Variable,Method ObjectType | -------------------+--------------------------- DataVariable | Variable DataVariableType |

raiseEvent

(
  • eventType
  • data
)

Raise a transient Event

Parameters: