Class EmptyTreeGenerator<U>

java.lang.Object
es.uam.eps.ir.relison.graph.generator.EmptyTreeGenerator<U>
Type Parameters:
U - Type of the users
All Implemented Interfaces:
GraphGenerator<U>

public class EmptyTreeGenerator<U>
extends java.lang.Object
implements GraphGenerator<U>
Empty tree generator.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    private boolean configured
    Indicates if the graph generator has been configured.
    private boolean weighted
    Indicates if the tree has weights.
  • Constructor Summary

    Constructors 
    Constructor Description
    EmptyTreeGenerator()  
  • Method Summary

    Modifier and Type Method Description
    void configure​(boolean weighted)
    Configures the tree generator
    void configure​(java.lang.Object... configuration)
    Configures the generator.
    Graph<U> generate()
    Generates a graph.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait