|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthelix.graph.algo.c3part.preprocessor.GraphPreprocessor
helix.graph.algo.c3part.preprocessor.GraphCloser
public abstract class GraphCloser
Constructor Summary | |
---|---|
GraphCloser()
|
Method Summary | |
---|---|
void |
logParams()
override logParams |
static List<Integer> |
makeDeltaList(List<Integer> delta,
int size)
make a delta list of given size if delta.size == 1 -> assume same delta for all elements, and make a list of size element equals to delta[0] if delta.size >= size -> copy delta truncated to size if delta.size < size -> throw exception |
Methods inherited from class helix.graph.algo.c3part.preprocessor.GraphPreprocessor |
---|
run, run |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphCloser()
Method Detail |
---|
public static List<Integer> makeDeltaList(List<Integer> delta, int size)
public void logParams()
logParams
in class GraphPreprocessor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |