lio.core
Interface LiODependentResource

All Known Implementing Classes:
MarginalProbabilityVector, MinMaxMutation, PseudoRandomGenerator, RandomGenerator, RandomGenerator, RandomGenerator, RandomMutation, StdContParticleGenerator

public interface LiODependentResource

This interface must be implemented by those resources which need some information related to the problem to be built .


Method Summary
 void getTaskInformation(LiOTask task)
          Allows passing information of the task to the resource.
 

Method Detail

getTaskInformation

void getTaskInformation(LiOTask task)
Allows passing information of the task to the resource.

Parameters:
task - Task.