APIs

Show:

An element in a relative path.

Constructor

RelativePathElement

(
  • options
)

Parameters:

  • options Object
    • [referenceTypeId] NodeId optional

      The type of reference to follow.

    • [isInverse] Boolean optional

      If TRUE the reverse reference is followed.

    • [includeSubtypes] Boolean optional

      If TRUE then subtypes of the reference type are followed.

    • [targetName] QualifiedName optional

      The browse name of the target.

Methods

binaryStoreSize

() Number

Calculate the required size to store this object in a binary stream.

Returns:

Number:

decode

(
  • stream
  • [option]
)

decode the object from a binary stream

Parameters:

encode

(
  • stream
)

encode the object into a binary stream

Parameters:

isValid

() Boolean

verify that all object attributes values are valid according to schema

Returns:

Boolean:

toString

() String

Returns:

String:

Properties

includeSubtypes

Boolean

If TRUE then subtypes of the reference type are followed.

isInverse

Boolean

If TRUE the reverse reference is followed.