Class GraphFunctions.EdgeFactory

java.lang.Object
mgui.interfaces.graphs.util.GraphFunctions.EdgeFactory
All Implemented Interfaces:
org.apache.commons.collections15.Factory<AbstractGraphEdge>
Enclosing class:
GraphFunctions

public static class GraphFunctions.EdgeFactory
extends java.lang.Object
implements org.apache.commons.collections15.Factory<AbstractGraphEdge>
Factory to create graph edges.
Author:
Andrew Reid
  • Field Summary

    Fields
    Modifier and Type Field Description
    boolean add_ids  
    boolean has_locations  
    java.lang.String prefix  
  • Constructor Summary

    Constructors
    Constructor Description
    EdgeFactory()  
    EdgeFactory​(java.lang.Class<T> edge_class)  
  • Method Summary

    Modifier and Type Method Description
    AbstractGraphEdge create()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • add_ids

      public boolean add_ids
    • has_locations

      public boolean has_locations
    • prefix

      public java.lang.String prefix
  • Constructor Details

    • EdgeFactory

      public EdgeFactory()
    • EdgeFactory

      public EdgeFactory​(java.lang.Class<T> edge_class)
  • Method Details