MCScheduling 1.0
Set of Algorithms for Solving Mixed-Criticality Scheduling
|
The serializer for the implemented finess evalutors. More...
Static Public Member Functions | |
static string | serialize (IFitnessEvaluator evaluator) |
Returns the System.String representing the serialization of the specified fitness evaluator. | |
static IFitnessEvaluator | deserialize (string serialization) |
Creates a fitness evaluator from the specified string. |
The serializer for the implemented finess evalutors.
static IFitnessEvaluator MCScheduling.GeneticAlgorithm.CFitnessEvaluatorSerializer.deserialize | ( | string | serialization | ) | [static] |
Creates a fitness evaluator from the specified string.
serialization | The fitness evaluator serialization to be deserialized. |
ArgumentException | If the serialization is invalid, or represents no fitness evaluator. |
static string MCScheduling.GeneticAlgorithm.CFitnessEvaluatorSerializer.serialize | ( | IFitnessEvaluator | evaluator | ) | [static] |
Returns the System.String representing the serialization of the specified fitness evaluator.
evaluator | The scaler to be serialized. |
ArgumentException | If scaler is null or unknown by this serializer. |