java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aoapps.hodgepodge.graph.GraphException
com.aoapps.hodgepodge.graph.AsymmetricException
- All Implemented Interfaces:
Serializable
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 Summary
Modifier and TypeMethodDescriptionGets the connected vertex that doesn't back connect.Gets the vertex that the connection was from.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getVertex
Gets the vertex that the connection was from. -
getConnected
Gets the connected vertex that doesn't back connect.
-