Uses of Class
be.ac.ulg.montefiore.run.totem.repository.allDistinctRoutes.AllDistinctRoutesException

Packages that use AllDistinctRoutesException
be.ac.ulg.montefiore.run.totem.repository.allDistinctRoutes This package holds classes which allow you to compute all the distinct routes. 
be.ac.ulg.montefiore.run.totem.repository.SAMTE.candidatepathlist   
test This package holds JUnit test classes. 
 

Uses of AllDistinctRoutesException in be.ac.ulg.montefiore.run.totem.repository.allDistinctRoutes
 

Methods in be.ac.ulg.montefiore.run.totem.repository.allDistinctRoutes that throw AllDistinctRoutesException
 java.util.List<SimplifiedPath> AllDistinctRoutes.getAllDistinctRoutes(int srcNodeId, int dstNodeId)
          Get all the disctinct routes from a source to a destination
 void AllDistinctRoutes.loadAllDistinctRoute(SimplifiedDomain domain, java.lang.String fileName)
          Load all distinct routes from a file
static void AllDistinctRoutesFactory.loadAllDistinctRoutes(AllDistinctRoutes routes, java.lang.String fileName)
          Load all the distinct routes from a file
 void AllDistinctRoutes.saveAllDistinctRoute(java.lang.String fileName)
          Save all distinct routes to a file
static void AllDistinctRoutesFactory.saveAllDistinctRoutes(AllDistinctRoutes routes, java.lang.String fileName)
          Save all the distinct routes in a file
 

Uses of AllDistinctRoutesException in be.ac.ulg.montefiore.run.totem.repository.SAMTE.candidatepathlist
 

Methods in be.ac.ulg.montefiore.run.totem.repository.SAMTE.candidatepathlist that throw AllDistinctRoutesException
static CandidatePathList PairDisjointPathCPLGenerator.generate(PairDisjointPathCPLGeneratorParameter params)
           
 SinglePathCPL SinglePathCPLGenerator.generate(SinglePathCPLGeneratorParameter params, boolean verbose)
           
 

Uses of AllDistinctRoutesException in test
 

Methods in test that throw AllDistinctRoutesException
 void AllDistinctRoutesTest.testLoadSaveDistinctRoutes()
           
 void AllDistinctRoutesTest.testMaxDepth()
           
 void AllDistinctRoutesTest.testSimpleDomain()
           
 



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