Uses of Interface
be.ac.ulg.montefiore.run.totem.repository.model.TotemAlgorithm

Packages that use TotemAlgorithm
at.ftw.repository.lspDimensioning   
be.ac.ucl.ingi.totem.repository   
be.ac.ucl.ingi.totem.repository.model   
be.ac.ucl.poms.repository.IGPWO   
be.ac.ucl.poms.repository.model   
be.ac.ulg.montefiore.run.totem.repository.bgpAwareIGPWO   
be.ac.ulg.montefiore.run.totem.repository.bgpAwareIGPWO.GenericBGPAwareLwo   
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.facade This package holds the manager for the repository package. 
be.ac.ulg.montefiore.run.totem.repository.model This package holds the model for the repository package. 
be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents   
it.unina.repository.MIRA   
nl.tudelft.repository.XAMCRA   
 

Uses of TotemAlgorithm in at.ftw.repository.lspDimensioning
 

Classes in at.ftw.repository.lspDimensioning that implement TotemAlgorithm
 class LSPDimensioning
          This class is the Java part of the LSPDimensioning algorithm.
 

Uses of TotemAlgorithm in be.ac.ucl.ingi.totem.repository
 

Classes in be.ac.ucl.ingi.totem.repository that implement TotemAlgorithm
 class CBGP
          This class implements the Routing interface and is used to compute the interdomain routes available from a node towards a destination.
 

Uses of TotemAlgorithm in be.ac.ucl.ingi.totem.repository.model
 

Subinterfaces of TotemAlgorithm in be.ac.ucl.ingi.totem.repository.model
 interface CBGPSimulator
          Interface for additional TOTEM algorithm: CBGP.
 

Uses of TotemAlgorithm in be.ac.ucl.poms.repository.IGPWO
 

Classes in be.ac.ucl.poms.repository.IGPWO that implement TotemAlgorithm
 class IGPWO
          This class implements the integration of IGPWO (UCL/IAG/POMS).
 

Uses of TotemAlgorithm in be.ac.ucl.poms.repository.model
 

Subinterfaces of TotemAlgorithm in be.ac.ucl.poms.repository.model
 interface IGPWeightOptimization
          This interface specifies the methods required by an algorithm that computes IGP Weights.
 

Uses of TotemAlgorithm in be.ac.ulg.montefiore.run.totem.repository.bgpAwareIGPWO
 

Classes in be.ac.ulg.montefiore.run.totem.repository.bgpAwareIGPWO that implement TotemAlgorithm
 class bgpAwareIGPWO
          This class is a BGP-aware improvement of the integration of IGPWO (ULg / RUN).
 

Uses of TotemAlgorithm in be.ac.ulg.montefiore.run.totem.repository.bgpAwareIGPWO.GenericBGPAwareLwo
 

Classes in be.ac.ulg.montefiore.run.totem.repository.bgpAwareIGPWO.GenericBGPAwareLwo that implement TotemAlgorithm
 class SaBgpAwareLwo
          Creation date: 11 sept.
 

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

Classes in be.ac.ulg.montefiore.run.totem.repository.CSPF that implement TotemAlgorithm
 class CSPF
          This class implements a Constraint Shortest Path First algorithm.
 class CSPFHopCount
          CSPF that use 1 as metric for each link
 class CSPFInvCap
          CSPF that use 10000000/bandwidth as metric for each link
 class CSPFInvFreeBw
          A CSPF that use as metric the inverse of the reservable bandwidth.
 class CSPFTEMetric
          CSPF using TE metric as link weight
 

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

Classes in be.ac.ulg.montefiore.run.totem.repository.DAMOTE that implement TotemAlgorithm
 class DAMOTE
          This class implements the integration of DAMOTE (ULg).
 

Uses of TotemAlgorithm in be.ac.ulg.montefiore.run.totem.repository.facade
 

Methods in be.ac.ulg.montefiore.run.totem.repository.facade that return TotemAlgorithm
 TotemAlgorithm RepositoryManager.getAlgo(java.lang.String name)
          Returns the instance of the algorithm name.
 TotemAlgorithm RepositoryManager.getAlgo(java.lang.String name, int asId)
          Returns the instance of the algorithm name.
 TotemAlgorithm RepositoryManager.getAlgo(java.lang.String name, int asId, int tmId)
          Returns the instance of the algorithm name.
 

Methods in be.ac.ulg.montefiore.run.totem.repository.facade that return types with arguments of type TotemAlgorithm
 java.util.List<TotemAlgorithm> RepositoryManager.getAllStartedAlgos()
          returns a list of all the started algorithms
 java.util.List<TotemAlgorithm> RepositoryManager.getAllStartedAlgos(java.lang.Class filter)
          returns a list of all the started algorithms that inherits from the class filter
 java.util.List<TotemAlgorithm> RepositoryManager.getAllStartedAlgos(int asId)
          returns all started algos that can be used on the given domain i.e.
 java.util.List<TotemAlgorithm> RepositoryManager.getAllStartedAlgos(int asId, java.lang.Class filter)
          returns all started algos of class filter that can be used on the given domain, i.e.
 

Methods in be.ac.ulg.montefiore.run.totem.repository.facade with parameters of type TotemAlgorithm
protected  void RepositoryManagerObserver.notifyStartAlgo(TotemAlgorithm algo)
          New algorithm started
protected  void RepositoryManagerObserver.notifyStopAlgo(TotemAlgorithm algo)
          Algo stopped
 void RepositoryManagerListener.startAlgoEvent(TotemAlgorithm algo)
          New algorithm started
 void RepositoryManagerListener.stopAlgoEvent(TotemAlgorithm algo)
          Algo stopped
 

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

Subinterfaces of TotemAlgorithm in be.ac.ulg.montefiore.run.totem.repository.model
 interface DomainSyncAlgorithm
          This interface must be implemented only by the algorithms that have a local database related to a domain.
 interface DomainTMSyncAlgorithm
          This empty interface must be implemented only by the algorithms that have a local database related to a domain and to a traffic matrix.
 interface LSPBackupRouting
          This interface specifies the methods required by a algorithm that compute backup LSP.
 interface LSPPrimaryRouting
          This interface specifies the methods required by an algorithm that computes primary LSPs.
 

Uses of TotemAlgorithm in be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents
 

Methods in be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents with parameters of type TotemAlgorithm
 void AlgorithmHandler.startAlgoEvent(TotemAlgorithm algo)
           
 void AlgorithmHandler.stopAlgoEvent(TotemAlgorithm algo)
           
 

Uses of TotemAlgorithm in it.unina.repository.MIRA
 

Classes in it.unina.repository.MIRA that implement TotemAlgorithm
 class MIRA
          This class implements the integration of MIRA (Unina).
 

Uses of TotemAlgorithm in nl.tudelft.repository.XAMCRA
 

Classes in nl.tudelft.repository.XAMCRA that implement TotemAlgorithm
 class XAMCRA
          This class implements the integration of XAMCRA (TUDelft).
 



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