com.phoenixst.plexus.examples

Class AbstractIntegerNodeGraph.EdgeImpl

protected static class AbstractIntegerNodeGraph.EdgeImpl extends Object implements Graph.Edge, Serializable

Protected Graph.Edge implementation.
Constructor Summary
protected EdgeImpl(int tail, int head, boolean directed)
Method Summary
booleanequals(Object object)
ObjectgetHead()
ObjectgetOtherEndpoint(Object node)
ObjectgetTail()
ObjectgetUserObject()
inthashCode()
booleanisDirected()
voidsetUserObject(Object object)
StringtoString()

Constructor Detail

EdgeImpl

protected EdgeImpl(int tail, int head, boolean directed)

Method Detail

equals

public boolean equals(Object object)

getHead

public Object getHead()

getOtherEndpoint

public Object getOtherEndpoint(Object node)

getTail

public Object getTail()

getUserObject

public Object getUserObject()

hashCode

public int hashCode()

isDirected

public boolean isDirected()

setUserObject

public void setUserObject(Object object)

toString

public String toString()
See the Plexus project home, hosted by SourceForge.
Copyright B) 1994-2006, by Phoenix Software Technologists, Inc. and others. All Rights Reserved. Use is subject to license terms.