Class: RelationTargets

$k. RelationTargets

new $k.RelationTargets()

A collection of relation targets given a source element, a relation type, and a view configuration.

Extends

Methods

creatableTargetDomains() : Array.<$k.Domain>

Get all domains from which a new target instance/extension can be created

Since:
  • 5.4.0
Returns:
Type Description
Array.<$k.Domain>

relationType() : $k.RelationType

Get the relation type

Since:
  • 5.4.0
Returns:
Type Description
$k.RelationType

sourceElement() : $k.SemanticElement

Get the source element

Since:
  • 5.4.0
Returns:
Type Description
$k.SemanticElement

Intherited methods