lio.core
Interface LiOResource

All Known Subinterfaces:
Crossover, Generator, Mutation, Neighbourhood, Neighbourhood, Perturbation, ProbDistribution, Replacement, Selector, SwarmGenerator
All Known Implementing Classes:
Ackley, Ackley, ArithmeticalCrossover, BinaryMutation, BinaryProbDistribution, bitChNeighbourGenerator, BivariateProbDistribution, BLXAlphaCrossover, Chain, CHC, CheckerBoard, Colville, Colville, ContinuousProbDistribution, DecomposableProblem, DependencyNetworkProbDistribution, DiscreteCrossover, DisplacementMutation, EDA, ElitistReplacement, EqualProducts, ExtendedIntermediateCrossover, ExtendedLineCrossover, FC2, FC3, FC4, FC5, FlatCrossover, GlobalNeighbourhood, GRASP, GreedyConstruction, GreedyConstructor, GreedySearchOutput, GreedyStatistics, Griewangk, Griewangk, HillClimbing, HUX, ILS, KTournament, LinearCrossover, LiOGreedyTask, LiOSearch, LiOTask, MarginalProbabilityVector, MarginalProbabilityVector, MarginalProducts, MinMaxMutation, MMDP, MRHillClimbing, MultivariateMI_DN, MutationBasedPerturbation, OneMax, OneMax, OnePointCrossover, OrderCrossover, PBIL, permNeighbourGenerator, PermutationExample, Plateau, PMX, Powell, Powell, PseudoRandomGenerator, PSO, RandomGenerator, RandomGenerator, RandomGenerator, RandomMutation, Rastrigin, Rastrigin, RingNeighbourhood, Rosenbrock, Rosenbrock, RouleteWheelSelector, SA, Schwefel, Schwefel, SearchOutput, SelectionReplacement, SimpleCrossover, SimulAnnealing, SixPeaks, Statistics, StdContParticleGenerator, StdGeneticAlgorithm, StopCondition, SumCan, SymmetricTSP, Tree, TruncationSelection, TwoPointCrossover, UniformCrossover, WrightsHeuristicCrossover

public interface LiOResource

This interface provides a way for objects that implements it to public their members.


Method Summary
 LiOResourceDefinition getDefinition()
          Return a LiOResDescription object which holds the name and all parameters that describe the resource.
 

Method Detail

getDefinition

LiOResourceDefinition getDefinition()
Return a LiOResDescription object which holds the name and all parameters that describe the resource.

Returns:
A definition of the resource.