net.walend.digraph.path
Class AbstractDelegateDigraphOfCEPaths.Edge

java.lang.Object
  |
  +--net.walend.digraph.path.AbstractDelegateDigraphOfCEPaths.Edge
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AbstractShortestCEPaths.MeasuredEdge, CEPathsFromShortestDistances.MeasuredEdge
Enclosing class:
AbstractDelegateDigraphOfCEPaths

protected abstract static class AbstractDelegateDigraphOfCEPaths.Edge
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object neck
           
private  int nodeCount
           
 
Constructor Summary
protected AbstractDelegateDigraphOfCEPaths.Edge(java.lang.Object neck, int nodeCount)
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 java.lang.Object getNeck()
           
 int getNodeCount()
           
 int hashCode()
           
protected  void setDetails(java.lang.Object neck, int nodeCount)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

neck

private java.lang.Object neck

nodeCount

private int nodeCount
Constructor Detail

AbstractDelegateDigraphOfCEPaths.Edge

protected AbstractDelegateDigraphOfCEPaths.Edge(java.lang.Object neck,
                                                int nodeCount)
Method Detail

setDetails

protected void setDetails(java.lang.Object neck,
                          int nodeCount)

getNeck

public java.lang.Object getNeck()

getNodeCount

public int getNodeCount()

toString

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

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright (c) 2001, 2002, David Walend