public interface DependencyPermutationFunction<T extends Vector>
Vector
based on a dependecny path,
represented as a list of DependencyRelation
s. Implemenations are
recomended to extend existing PermutationFunction
s but simply
using an existing PermutationFunction
. Implementations are also suggested to be thread-safe.PermutationFunction
Modifier and Type | Method and Description |
---|---|
T |
permute(T vector,
DependencyPath path)
Returns a permuted form of {code vector} based on the dependency path
provided.
|
T permute(T vector, DependencyPath path)
Copyright © 2012. All Rights Reserved.