|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectat.ftw.repository.lspDimensioning.LSPDimensioning
public class LSPDimensioning
This class is the Java part of the LSPDimensioning algorithm.
The start method needs the following parameters:
Creation date : 20 juin 2005 11:09:53
| Constructor Summary | |
|---|---|
LSPDimensioning()
|
|
| Method Summary | |
|---|---|
float |
computeBWAssign(float[] samples)
|
java.util.HashMap |
getRunningParameters()
Returns the parameters given when the algorithm was started |
java.util.List<ParameterDescriptor> |
getStartAlgoParameters()
Returns the optional parameters that can be given when starting the algorithm |
void |
start(java.util.HashMap params)
Used to start and initialize the algorithm |
void |
stop()
Used to stop the algorithm |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LSPDimensioning()
| Method Detail |
|---|
public void start(java.util.HashMap params)
throws AlgorithmInitialisationException
TotemAlgorithm
start in interface TotemAlgorithmAlgorithmInitialisationExceptionpublic void stop()
TotemAlgorithm
stop in interface TotemAlgorithmpublic float computeBWAssign(float[] samples)
public java.util.List<ParameterDescriptor> getStartAlgoParameters()
TotemAlgorithm
getStartAlgoParameters in interface TotemAlgorithmpublic java.util.HashMap getRunningParameters()
TotemAlgorithm
getRunningParameters in interface TotemAlgorithm
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||