new Function<PathComplete, PathAnalysisNode>()
{
@Override
public PathAnalysisNode apply(PathComplete pathComplete)
{
return new PathAnalysisNode(pathComplete.getPath(), pathComplete.getMax(), pathComplete.getChildIds());
}
}
);
Iterable<IdList> transformedPossibleCycles = Iterables.transform
(