|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LSPPrimaryRouting
This interface specifies the methods required by an algorithm that computes primary LSPs.
Creation date: 1-Jan-2004
| Method Summary | |
|---|---|
java.util.List<ParameterDescriptor> |
getPrimaryRoutingParameters()
|
TotemActionList |
routeLSP(Domain domain,
LSPPrimaryRoutingParameter param)
Computes a path for a LSP |
TotemActionList |
routeNLSP(Domain domain,
java.util.List<LSPPrimaryRoutingParameter> param)
Computes paths for a list of LSPs specified by a list of LSPPrimaryRoutingParameter |
| Methods inherited from interface be.ac.ulg.montefiore.run.totem.repository.model.TotemAlgorithm |
|---|
getRunningParameters, getStartAlgoParameters, start, stop |
| Method Detail |
|---|
TotemActionList routeLSP(Domain domain,
LSPPrimaryRoutingParameter param)
throws RoutingException,
NoRouteToHostException,
LocalDatabaseException
param -
RoutingException
NoRouteToHostException
LocalDatabaseException
TotemActionList routeNLSP(Domain domain,
java.util.List<LSPPrimaryRoutingParameter> param)
throws RoutingException,
NoRouteToHostException,
LocalDatabaseException
param - a list of LSPPrimaryRoutingParameter
RoutingException
NoRouteToHostException
LocalDatabaseExceptionjava.util.List<ParameterDescriptor> getPrimaryRoutingParameters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||