link_personas


Description:

public async void link_personas (Set<Persona> personas) throws IndividualAggregatorError

Link the given Personas together.

Create links between the given Personas so that they form a single Individual. The new Individual will be returned via the IndividualAggregator.individuals_changed signal.

Removal of the Individuals which the Personas were in before is signalled by IndividualAggregator.individuals_changed and Individual.removed.

Parameters:

personas the Personas to be linked

Since:

0.5.1