Class AsymmetricException

All Implemented Interfaces:
Serializable

public class AsymmetricException extends GraphException
Thrown when edges are not symmetric in a symmetric graph. Symmetric is based only on existence of the edge. Edge-specific details like weight or label are not compared.
Author:
AO Industries, Inc.
See Also:
  • Method Details

    • getVertex

      public Object getVertex()
      Gets the vertex that the connection was from.
    • getConnected

      public Object getConnected()
      Gets the connected vertex that doesn't back connect.