Class VertexToInteger


  • public class VertexToInteger
    extends java.lang.Object
    Wrap class needed in MainWindow to accept the result of StronglyConnectedComponents for the case distinction.
    • Constructor Summary

      Constructors 
      Constructor Description
      VertexToInteger​(java.util.HashMap<Vertex,​java.lang.Integer> vertexToInteger)  
      VertexToInteger​(java.util.HashMap<Vertex,​java.lang.Integer> vertexToInteger, boolean hasRemovedVertices)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • vertexToInteger

        public java.util.HashMap<Vertex,​java.lang.Integer> vertexToInteger
      • hasRemovedVertices

        public boolean hasRemovedVertices
    • Constructor Detail

      • VertexToInteger

        public VertexToInteger​(java.util.HashMap<Vertex,​java.lang.Integer> vertexToInteger,
                               boolean hasRemovedVertices)
      • VertexToInteger

        public VertexToInteger​(java.util.HashMap<Vertex,​java.lang.Integer> vertexToInteger)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object