net.walend.digraph.path
Class AbstractDelegateDigraphOfGEPaths.Edge

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

protected abstract static class AbstractDelegateDigraphOfGEPaths.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 AbstractDelegateDigraphOfGEPaths.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)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

neck

private java.lang.Object neck

nodeCount

private int nodeCount
Constructor Detail

AbstractDelegateDigraphOfGEPaths.Edge

protected AbstractDelegateDigraphOfGEPaths.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()

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