Class: ConnectionType

ConnectionType(reporter, settings)

AllowedConnectionType

Constructor

new ConnectionType(reporter, settings)

Parameters:
Name Type Description
reporter Reporter
settings Object
Properties
Name Type Attributes Description
id UUID <optional>
name string <optional>
connectorTypes Array.<ConnectorType> The types of connector that can connect.
parent ConnectorType <optional>
The connection type that is the parent if this is a hierarchical relationship.
connectors Array.<Connector> <optional>
A Connection is a Connectable. This settings specifies the connectors for that feature.
Source:

Members

isEqual :Boolean

True for non-hierarchical (no parent/child) relationships, where both connected parties are equal
Type:
  • Boolean
Source: