Hide menu
Loading...
Searching...
No Matches
GraphicalComponent

Base class for PMI graphical components.

Extends

Extended by

Constructors

Constructor

‍new GraphicalComponent(): GraphicalComponent

Returns

GraphicalComponent

Inherited from

BaseObject.constructor

Accessors

id

Get Signature

‍get id(): bigint

Returns the unique identifier of the object.

Returns

bigint

Inherited from

BaseObject.id

Methods

accept()

‍abstract accept(visitor): void

Accepts a graphical component visitor.

Parameters

visitor

GraphicalComponentVisitor

Visitor to accept.

Returns

void