|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Graph.EdgeConf
EdgeConf, short for EdgeConfiguration serves as base class for further derivation, see ASEdgeConf, RouterEdgeConf etc. All information related to the semantics of the edge (such as bandwidth, delay etc) should be provided in classes that extend the EdgeConf class. This allows for a clear distinction between a Graph Edge and a Edge in your application.
Field Summary | |
double |
bw
|
int |
edgeType
|
Constructor Summary | |
EdgeConf()
|
Method Summary | |
double |
getBW()
|
int |
getEdgeType()
|
void |
setBW(double d)
|
void |
setEdgeType(int t)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public double bw
public int edgeType
Constructor Detail |
public EdgeConf()
Method Detail |
public int getEdgeType()
public double getBW()
public void setEdgeType(int t)
public void setBW(double d)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |