Class: RelationTargetCondition

$k. RelationTargetCondition

new $k.RelationTargetCondition()

Methods

alternativesId() : number

Returns the ID of the alternatives group of the condition

Since:
  • 4.1.0
Returns:
Type Description
number

parameter() : string

Returns the parameter name of the condition, if defined

Since:
  • 4.1.0
Returns:
Type Description
string

relationCondition() : $k.HasRelationCondition

Returns the relation condition

Since:
  • 4.1.0
Returns:
Type Description
$k.HasRelationCondition

setParameter(parameter)

Sets the parameter name of the condition

Name Type Description
parameter string
Since:
  • 4.1.0

setTransitivity()

Set the transitivity of the relation.

Since:
  • 4.1.0
See:

targetQuery() : $k.StructuredQuery

Returns the subquery for the relation target

Since:
  • 4.1.0
Returns:
Type Description
$k.StructuredQuery