Class LCFGenerator.LCF

java.lang.Object
org.graphstream.algorithm.generator.LCFGenerator.LCF
Enclosing class:
LCFGenerator

public static class LCFGenerator.LCF
extends Object
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 Details

    • LCF

      public LCF​(int repeat, int... steps)