Class Lattice.Vertex

  • Enclosing class:
    Lattice

    private static class Lattice.Vertex
    extends java.lang.Object
    Vertex in the temporary graph.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String alias  
      (package private) LatticeTable table  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Vertex​(LatticeTable table, java.lang.String alias)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • alias

        final java.lang.String alias
    • Constructor Detail

      • Vertex

        private Vertex​(LatticeTable table,
                       java.lang.String alias)