public interface ICACAlgorithm
Connection simulator
included within Net2Plan
.Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the description.
|
List<Triple<String,String,String>> |
getParameters()
Returns the list of required parameters, where the first item of each element is the parameter name, the second one is the parameter value, and the third one is the parameter description.
|
Object |
initialize(NetPlan netPlan,
ConnectionNetState netState,
Map<String,String> algorithmParameters,
Map<String,String> net2planParameters) |
ConnectionActions |
processEvent(NetPlan netPlan,
ConnectionNetState connectionNetState,
ConnectionEvents event,
Object internalState) |
String getDescription()
List<Triple<String,String,String>> getParameters()
Object initialize(NetPlan netPlan, ConnectionNetState netState, Map<String,String> algorithmParameters, Map<String,String> net2planParameters)
ConnectionActions processEvent(NetPlan netPlan, ConnectionNetState connectionNetState, ConnectionEvents event, Object internalState)