Package org.uma.jmetal.util.naming
Interface DescribedEntity
- All Known Subinterfaces:
Algorithm<Result>,InteractiveAlgorithm<S,R>,Measure<Value>,PullMeasure<Value>,PushMeasure<Value>,QualityIndicator<Evaluate,Result>
- All Known Implementing Classes:
AbstractCoralReefsOptimization,AbstractDifferentialEvolution,AbstractEvolutionaryAlgorithm,AbstractEvolutionStrategy,AbstractGeneticAlgorithm,AbstractLocalSearch,AbstractParticleSwarmOptimization,AbstractScatterSearch,ArtificialDecisionMaker,ArtificialDecisionMakerDecisionTree,BasicMeasure,CountingMeasure,DurationMeasure,GenericIndicator,Hypervolume,LastEvaluationMeasure,ListenerTimeMeasure,PISAHypervolume,PullPushMeasure,SimpleDescribedEntity,SimpleMeasure,SimplePullMeasure,SimplePushMeasure,WFGHypervolume
public interface DescribedEntity
A
DescribedEntity is identified through its name (getName())
and further detailed through its description (getDescription()).- Author:
- Matthieu Vergne
-
Method Summary
Modifier and Type Method Description java.lang.StringgetDescription()java.lang.StringgetName()
-
Method Details
-
getName
java.lang.String getName()- Returns:
- the name of the
DescribedEntity
-
getDescription
java.lang.String getDescription()- Returns:
- the description of the
DescribedEntity
-