|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jclass.TimedObject | +--jclass.NodeConnection
Class that defines a simple connection between two nodes.
Written: Radu Sion
Version: 0.14
Source: NodeConnection.java
Visit
Smart Software
NodeInfo
,
Timer
, Serialized FormField Summary | |
long |
Metric
Associated metric. |
int |
Node1
First node of the connection. |
int |
Node2
Second node of this connection. |
Fields inherited from class jclass.TimedObject |
Created |
Constructor Summary | |
NodeConnection(int n1,
int n2,
long m,
long cr)
Creates a new Node Connection object. |
Methods inherited from class jclass.TimedObject |
computeAge,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public int Node1
public int Node2
public long Metric
Constructor Detail |
public NodeConnection(int n1, int n2, long m, long cr)
n1
- First noden2
- Second nodem
- Associated metriccr
- Creation time (current time from the main Timer class)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |