Uses of Interface
org.uma.jmetal.util.naming.DescribedEntity
Packages that use DescribedEntity
Package
Description
-
Uses of DescribedEntity in org.uma.jmetal.util.legacy.qualityindicator
Subinterfaces of DescribedEntity in org.uma.jmetal.util.legacy.qualityindicator -
Uses of DescribedEntity in org.uma.jmetal.util.legacy.qualityindicator.impl
Classes in org.uma.jmetal.util.legacy.qualityindicator.impl that implement DescribedEntity -
Uses of DescribedEntity in org.uma.jmetal.util.legacy.qualityindicator.impl.hypervolume
Classes in org.uma.jmetal.util.legacy.qualityindicator.impl.hypervolume that implement DescribedEntity -
Uses of DescribedEntity in org.uma.jmetal.util.legacy.qualityindicator.impl.hypervolume.impl
Classes in org.uma.jmetal.util.legacy.qualityindicator.impl.hypervolume.impl that implement DescribedEntityModifier and TypeClassDescriptionclassPISAHypervolume<S extends Solution<?>>Deprecated.classWFGHypervolume<S extends Solution<?>>Deprecated. -
Uses of DescribedEntity in org.uma.jmetal.util.measure
Subinterfaces of DescribedEntity in org.uma.jmetal.util.measureModifier and TypeInterfaceDescriptioninterfaceMeasure<Value>interfacePullMeasure<Value>APullMeasureis aMeasurefrom which thePullMeasurecan be accessed on demand through thePullMeasure.get()method.interfacePushMeasure<Value> -
Uses of DescribedEntity in org.uma.jmetal.util.measure.impl
Classes in org.uma.jmetal.util.measure.impl that implement DescribedEntityModifier and TypeClassDescriptionclassBasicMeasure<T>ABasicMeasureprovides a simple way to define a measure that merely stores a single valueclassACountingMeasureprovides a simple way to evaluate a number of occurrences.classThis measure allows to have a simple way to compute the time spent in doing something.classLastEvaluationMeasure<Solution,Value> LastEvaluationMeasureis aPushMeasureproviding the last evaluation made in an algorithm.classThis measure is a facility to evaluate the time spent inMeasureListeners registered inPushMeasures.classPullPushMeasure<Value>APullPushMeasureaims at providing both thePushMeasureandPullMeasureabilities into a singleMeasure.classSimpleMeasure<Value>SimpleMeasureis a basic implementation ofMeasure.classSimplePullMeasure<Value>SimplePullMeasureis a basic implementation ofPullMeasure.classSimplePushMeasure<Value>SimplePushMeasureis a basic implementation ofPushMeasure.Constructors in org.uma.jmetal.util.measure.impl with parameters of type DescribedEntityModifierConstructorDescriptionPullPushMeasure(PullMeasure<Value> pull, PushMeasure<Value> push, DescribedEntity reference) -
Uses of DescribedEntity in org.uma.jmetal.util.naming.impl
Classes in org.uma.jmetal.util.naming.impl with type parameters of type DescribedEntityClasses in org.uma.jmetal.util.naming.impl that implement DescribedEntityModifier and TypeClassDescriptionclassSimpleDescribedEntityis a basic implementation ofDescribedEntity.