|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.klodd.hierarchical.structures.RoutingSlot
public class RoutingSlot
A routing slot is a place in which layer connections can be routed.
Constructor Summary | |
---|---|
RoutingSlot()
|
Method Summary | |
---|---|
float |
getEnd()
Returns the end. |
int |
getRank()
Returns the rank. |
float |
getStart()
Returns the start. |
void |
setEnd(float theend)
Sets the end. |
void |
setRank(int therank)
Sets the rank. |
void |
setStart(float thestart)
Sets the start. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RoutingSlot()
Method Detail |
---|
public String toString()
toString
in class Object
public void setRank(int therank)
therank
- the rank to setpublic int getRank()
public void setStart(float thestart)
thestart
- the start to setpublic float getStart()
public void setEnd(float theend)
theend
- the end to setpublic float getEnd()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |