|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.leeds.ccg.andyt.vector.geometry.Network2D.Connection
public class Network2D.Connection
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 |
---|
public Point2D _Point2D
public double _Value
public int _Type
Constructor Detail |
---|
public Network2D.Connection()
public Network2D.Connection(Point2D _Point2D, int _Type, double _Value)
Method Detail |
---|
public void set_Value(double _Value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |