flowsim.cbdv
Class CBDVUnicastFlow

java.lang.Object
  |
  +--flowsim.core.FlowImpl
        |
        +--flowsim.core.RoutedFlowImpl
              |
              +--flowsim.core.UnicastFlowImpl
                    |
                    +--flowsim.core.QoSUnicastFlowImpl
                          |
                          +--flowsim.cbdv.CBDVUnicastFlow

public class CBDVUnicastFlow
extends QoSUnicastFlowImpl


Fields inherited from class flowsim.core.RoutedFlowImpl
s
 
Fields inherited from class flowsim.core.FlowImpl
DS_BEST_EFFORT, DS_UNKNOWN
 
Constructor Summary
CBDVUnicastFlow(Simulator s, Node from, Node to, int bw, int flow, int max_delay, int min_bw, boolean is_be)
           
 
Methods inherited from class flowsim.core.QoSUnicastFlowImpl
forward, get_max_delay, get_min_bw, is_be, mkchild, set_bw
 
Methods inherited from class flowsim.core.UnicastFlowImpl
add_child_same_node, block, get_child, get_iface, get_parent, get_to, next_node, set_parent_bw, set_parent, stop, toString
 
Methods inherited from class flowsim.core.RoutedFlowImpl
get_router_port, route, set_router_port, start
 
Methods inherited from class flowsim.core.FlowImpl
attach_monitor, detach_monitor, get_available_bw, get_bw, get_desired_bw, get_ds, get_flowid, get_from_service, get_from, get_total_bw, is_blocked, is_running, set_desired_bw, set_ds, set_flowid, set_from_service, utility
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CBDVUnicastFlow

public CBDVUnicastFlow(Simulator s,
                       Node from,
                       Node to,
                       int bw,
                       int flow,
                       int max_delay,
                       int min_bw,
                       boolean is_be)