|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.graphstream.algorithm.generator.LCFGenerator.LCF
public static class LCFGenerator.LCF
Model a LCF notation. Such notations are noted [a0,a1,...,an]^k. This is translate as LCF object in this way :
new LCF(k, a0, a1, ..., an)
Constructor Summary | |
---|---|
LCFGenerator.LCF(int repeat,
int... steps)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LCFGenerator.LCF(int repeat, int... steps)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |