Package es.udc.gii.common.eaf.algorithm.parallel.migration.acceptance

Interface Summary
MigAcceptancePolicy An acceptance policy states which individuals are accepted when they arrive from another process.
 

Class Summary
BinaryAcceptancePolicy With this class complex acceptance policies can be created as binary trees.
GenerationBasedAcceptance Accepts the individuals that come in a MigrationObject based on the generation of the sending node.
IntersectionAcceptancePolicy This class is a binary acceptance policy.
UnionAcceptancePolicy This class is a binary acceptance policy.