baseCode.dataStructure
Class Link

java.lang.Object
  extended bybaseCode.dataStructure.Point
      extended bybaseCode.dataStructure.Link

public class Link
extends Point

Title:

Description:

Copyright (c) 2004

Institution:: Columbia University

Version:
$Id: Link.java,v 1.6 2004/07/27 03:18:58 pavlidis Exp $
Author:
Paul Pavlidis

Constructor Summary
Link(int i, int j, double weight)
           
 
Method Summary
 double getWeight()
           
 java.lang.String toString()
           
 
Methods inherited from class baseCode.dataStructure.Point
get, getx, gety, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Link

public Link(int i,
            int j,
            double weight)
Parameters:
i - int
j - int
weight - double
Method Detail

getWeight

public double getWeight()
Returns:
double

toString

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


Copyright © 2003-2005 Columbia University. All Rights Reserved.