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

Packages that use NoSuchAlgorithmException
be.ac.ulg.montefiore.run.totem.domain.model This package holds the model for the domain package. 
be.ac.ulg.montefiore.run.totem.domain.model.impl This package holds classes which are the implementation of the model for the domain package. 
be.ac.ulg.montefiore.run.totem.repository.facade This package holds the manager for the repository package. 
 

Uses of NoSuchAlgorithmException in be.ac.ulg.montefiore.run.totem.domain.model
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model that throw NoSuchAlgorithmException
 java.util.List<java.util.List<Path>> DomainValidator.getEqualCostMultiPath(java.lang.String algo)
          Returns a list containing lists of paths.
 

Uses of NoSuchAlgorithmException in be.ac.ulg.montefiore.run.totem.domain.model.impl
 

Methods in be.ac.ulg.montefiore.run.totem.domain.model.impl that throw NoSuchAlgorithmException
 java.util.List<java.util.List<Path>> DomainValidatorImpl.getEqualCostMultiPath(java.lang.String algo)
           
 

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

Methods in be.ac.ulg.montefiore.run.totem.repository.facade that throw NoSuchAlgorithmException
 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.
 java.util.List<ParameterDescriptor> RepositoryManager.getAlgoParameters(java.lang.String algoName)
          Returns a list of the algorithm parameters used to start the algorithm
 void RepositoryManager.stopAlgorithm(java.lang.String name)
          Stops the algorithm name.
 void RepositoryManager.stopAlgorithm(java.lang.String name, int asId)
          Stops the algorithm name.
 void RepositoryManager.stopAlgorithm(java.lang.String name, int asId, int tmId)
          Stops the algorithm name.
 



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