uk.ac.leeds.ccg.andyt.vector.geometry
Class Network2D.Connection

java.lang.Object
  extended by uk.ac.leeds.ccg.andyt.vector.geometry.Network2D.Connection
Enclosing class:
Network2D

public class Network2D.Connection
extends java.lang.Object


Field Summary
 Point2D _Point2D
           
 int _Type
          To distinguish between different types of connection e.g.
 double _Value
          Intended for capacity or other condition, or store of information (e.g.
 
Constructor Summary
Network2D.Connection()
           
Network2D.Connection(Point2D _Point2D, int _Type, double _Value)
           
 
Method Summary
 void set_Value(double _Value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Point2D

public Point2D _Point2D

_Value

public double _Value
Intended for capacity or other condition, or store of information (e.g. number of flows)...


_Type

public int _Type
To distinguish between different types of connection e.g. On foot, by car etc...

Constructor Detail

Network2D.Connection

public Network2D.Connection()

Network2D.Connection

public Network2D.Connection(Point2D _Point2D,
                            int _Type,
                            double _Value)
Method Detail

set_Value

public void set_Value(double _Value)