Uses of Class
be.ac.ulg.montefiore.run.totem.repository.model.LSPPrimaryRoutingParameter

Packages that use LSPPrimaryRoutingParameter
be.ac.ulg.montefiore.run.totem.repository.CSPF This package holds CSPF-related classes (various implementations of the CSPF algorithm is available). 
be.ac.ulg.montefiore.run.totem.repository.DAMOTE This package holds DAMOTE-related classes. 
be.ac.ulg.montefiore.run.totem.repository.model This package holds the model for the repository package. 
it.unina.repository.MIRA   
nl.tudelft.repository.XAMCRA   
 

Uses of LSPPrimaryRoutingParameter in be.ac.ulg.montefiore.run.totem.repository.CSPF
 

Methods in be.ac.ulg.montefiore.run.totem.repository.CSPF with parameters of type LSPPrimaryRoutingParameter
 TotemActionList CSPF.routeLSP(Domain domain, LSPPrimaryRoutingParameter param)
           
 

Method parameters in be.ac.ulg.montefiore.run.totem.repository.CSPF with type arguments of type LSPPrimaryRoutingParameter
 TotemActionList CSPF.routeNLSP(Domain domain, java.util.List<LSPPrimaryRoutingParameter> param)
           
 

Uses of LSPPrimaryRoutingParameter in be.ac.ulg.montefiore.run.totem.repository.DAMOTE
 

Methods in be.ac.ulg.montefiore.run.totem.repository.DAMOTE with parameters of type LSPPrimaryRoutingParameter
 TotemActionList DAMOTE.routeLSP(Domain dom, LSPPrimaryRoutingParameter param)
          Computes a path with DAMOTE for one demand from a source node to a destination node with a bandwidth requirement
 

Method parameters in be.ac.ulg.montefiore.run.totem.repository.DAMOTE with type arguments of type LSPPrimaryRoutingParameter
 TotemActionList DAMOTE.routeNLSP(Domain dom, java.util.List<LSPPrimaryRoutingParameter> param)
          Computes paths with DAMOTE for a list of demands.
 

Uses of LSPPrimaryRoutingParameter in be.ac.ulg.montefiore.run.totem.repository.model
 

Methods in be.ac.ulg.montefiore.run.totem.repository.model with parameters of type LSPPrimaryRoutingParameter
 TotemActionList LSPPrimaryRouting.routeLSP(Domain domain, LSPPrimaryRoutingParameter param)
          Computes a path for a LSP
 

Method parameters in be.ac.ulg.montefiore.run.totem.repository.model with type arguments of type LSPPrimaryRoutingParameter
 TotemActionList LSPPrimaryRouting.routeNLSP(Domain domain, java.util.List<LSPPrimaryRoutingParameter> param)
          Computes paths for a list of LSPs specified by a list of LSPPrimaryRoutingParameter
 

Uses of LSPPrimaryRoutingParameter in it.unina.repository.MIRA
 

Methods in it.unina.repository.MIRA with parameters of type LSPPrimaryRoutingParameter
 TotemActionList MIRA.routeLSP(Domain dom, LSPPrimaryRoutingParameter param)
          Computes a path with MIRA for one demand from a source node to a destination node with a bandwidth requirement
 

Method parameters in it.unina.repository.MIRA with type arguments of type LSPPrimaryRoutingParameter
 TotemActionList MIRA.routeNLSP(Domain dom, java.util.List<LSPPrimaryRoutingParameter> param)
          Computes paths with MIRA for a list of demands.
 

Uses of LSPPrimaryRoutingParameter in nl.tudelft.repository.XAMCRA
 

Methods in nl.tudelft.repository.XAMCRA with parameters of type LSPPrimaryRoutingParameter
 TotemActionList XAMCRA.routeLSP(Domain dom, LSPPrimaryRoutingParameter param)
          Computes a path with XAMCRA for one demand from a source node to a destination node with a bandwidth requirement
 

Method parameters in nl.tudelft.repository.XAMCRA with type arguments of type LSPPrimaryRoutingParameter
 TotemActionList XAMCRA.routeNLSP(Domain dom, java.util.List<LSPPrimaryRoutingParameter> param)
          Computes paths with XAMCRA for a list of demands.
 



Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.