public class TutorialAlgorithm extends Object implements com.net2plan.interfaces.networkDesign.IAlgorithm
| Constructor and Description |
|---|
TutorialAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
String |
executeAlgorithm(com.net2plan.interfaces.networkDesign.NetPlan netPlan,
Map<String,String> algorithmParameters,
Map<String,String> net2planParameters) |
String |
getDescription() |
List<com.net2plan.utils.Triple<String,String,String>> |
getParameters() |
static void |
main(String[] args) |
public TutorialAlgorithm()
public String executeAlgorithm(com.net2plan.interfaces.networkDesign.NetPlan netPlan, Map<String,String> algorithmParameters, Map<String,String> net2planParameters)
executeAlgorithm in interface com.net2plan.interfaces.networkDesign.IAlgorithmpublic String getDescription()
getDescription in interface com.net2plan.interfaces.networkDesign.IAlgorithmgetDescription in interface com.net2plan.internal.IExternalpublic List<com.net2plan.utils.Triple<String,String,String>> getParameters()
getParameters in interface com.net2plan.interfaces.networkDesign.IAlgorithmgetParameters in interface com.net2plan.internal.IExternalCopyright © 2018. All rights reserved.