public class RoutingNode
extends Object
RoutingNode
Object is associated to a Node
Object.Modifier and Type | Method and Description |
---|---|
float |
getDelayFromSource()
Gets the accumulative delay from a source to a RoutingNode instance if it is an used resource of a routing path.
|
Node |
getNode() |
RoutingNode |
getPrev() |
int |
hashCode() |
boolean |
isTarget() |
void |
setDelayFromSource(float delayFromSource)
Sets the accumulative delay from a source to a RoutingNode instance if it is an used resource of a routing path.
|
void |
setPrev(RoutingNode prev) |
void |
setTarget(boolean isTarget) |
String |
toString() |
public float getDelayFromSource()
public void setDelayFromSource(float delayFromSource)
public void setPrev(RoutingNode prev)
public RoutingNode getPrev()
public Node getNode()
public boolean isTarget()
public void setTarget(boolean isTarget)
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object