|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.udc.gii.common.eaf.algorithm.parallel.migration.acceptance.BinaryAcceptancePolicy
es.udc.gii.common.eaf.algorithm.parallel.migration.acceptance.UnionAcceptancePolicy
public class UnionAcceptancePolicy
This class is a binary acceptance policy. It represents the union of its left
and right components. See BinaryAcceptancePolicy
for details.
Constructor Summary | |
---|---|
UnionAcceptancePolicy()
Creates a new instance of UnionAcceptancePolicy |
Method Summary | |
---|---|
protected java.util.List<Individual> |
binaryOperation(java.util.List<Individual> acceptedFromLeft,
java.util.List<Individual> acceptedFromRight)
Implements an union of the two lists passed. |
java.lang.String |
toString()
|
Methods inherited from class es.udc.gii.common.eaf.algorithm.parallel.migration.acceptance.BinaryAcceptancePolicy |
---|
accept, configure, getLeftComponent, getRightComponent, setLeftComponent, setRightComponent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnionAcceptancePolicy()
Method Detail |
---|
protected java.util.List<Individual> binaryOperation(java.util.List<Individual> acceptedFromLeft, java.util.List<Individual> acceptedFromRight)
binaryOperation
in class BinaryAcceptancePolicy
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |