public abstract class ApproxFairOperation<T,E extends Exception> extends Object implements WeightedVectorApproximation<T,E>
| Modifier and Type | Field and Description |
|---|---|
protected WeightedVectorApproximation<T,E>[] |
operands |
| Constructor and Description |
|---|
ApproxFairOperation(WeightedVectorApproximation<T,E>... operands) |
| Modifier and Type | Method and Description |
|---|---|
int |
compute(int cycles) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcurrentResultprotected final WeightedVectorApproximation<T,E extends Exception>[] operands
public ApproxFairOperation(WeightedVectorApproximation<T,E>... operands)
public int compute(int cycles)
throws E extends Exception
compute in interface Approximation<WeightedVector<T>,E extends Exception>cycles - the number of cycles availableE - an implementation-specific exceptionE extends ExceptionCopyright © 2007-2012 fortytwo.net. All Rights Reserved.