Class NodeFactory

    • Constructor Summary

      Constructors 
      Constructor Description
      NodeFactory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Node createNode​(Coordinate coord)
      The basic node constructor does not allow for incident edges
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NodeFactory

        public NodeFactory()
    • Method Detail

      • createNode

        public Node createNode​(Coordinate coord)
        The basic node constructor does not allow for incident edges
        Parameters:
        coord - Coordinate
        Returns:
        created node