de.cau.cs.kieler.klodd.hierarchical.structures
Class RoutingSlot

java.lang.Object
  extended by de.cau.cs.kieler.klodd.hierarchical.structures.RoutingSlot

public class RoutingSlot
extends Object

A routing slot is a place in which layer connections can be routed.

Rating proposed yellow
(2009-12-11) msp

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

RoutingSlot

public RoutingSlot()
Method Detail

toString

public String toString()

Overrides:
toString in class Object

setRank

public void setRank(int therank)
Sets the rank.

Parameters:
therank - the rank to set

getRank

public int getRank()
Returns the rank.

Returns:
the rank

setStart

public void setStart(float thestart)
Sets the start.

Parameters:
thestart - the start to set

getStart

public float getStart()
Returns the start.

Returns:
the start

setEnd

public void setEnd(float theend)
Sets the end.

Parameters:
theend - the end to set

getEnd

public float getEnd()
Returns the end.

Returns:
the end