Method that determines the utterance choice constellation code.

It also determines the resulting feature-order, the object-order and the feature-value-order.

The feature-order depends on the individual feature value ambiguities.

getUtteranceChoiceConstellationCode(objectConstellation)

Arguments

objectConstellation

A vector of three values in range {1,...,27} specifying the target and the other two objects in the scene.

The target is the first object in the vector (index = 1).

Value

A list of four rows.

First row: resultCode

Second row: featureOrder

Thrid row: objectOrder

Fourth row: featureValueOrder

Examples