org.graphstream.algorithm.generator
Class LCFGenerator.LCF

java.lang.Object
  extended by 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 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

LCFGenerator.LCF

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


Copyright © 2013. All Rights Reserved.