Uses of Interface
org.uma.jmetal.util.measure.PullMeasure
Packages that use PullMeasure
-
Uses of PullMeasure in org.uma.jmetal.util.measure
Methods in org.uma.jmetal.util.measure that return PullMeasure -
Uses of PullMeasure in org.uma.jmetal.util.measure.impl
Classes in org.uma.jmetal.util.measure.impl that implement PullMeasureModifier 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.classThis measure is a facility to evaluate the time spent inMeasureListeners registered inPushMeasures.classPullPushMeasure<Value>APullPushMeasureaims at providing both thePushMeasureandPullMeasureabilities into a singleMeasure.classSimplePullMeasure<Value>SimplePullMeasureis a basic implementation ofPullMeasure.Methods in org.uma.jmetal.util.measure.impl that return PullMeasureModifier and TypeMethodDescription<Value> PullMeasure<Value> MeasureFactory.createPullFromPush(PushMeasure<Value> push, Value initialValue) <T> PullMeasure<T> SimpleMeasureManager.getPullMeasure(Object key) Methods in org.uma.jmetal.util.measure.impl that return types with arguments of type PullMeasureModifier and TypeMethodDescriptionMap<String, PullMeasure<?>> MeasureFactory.createPullsFromFields(Object object) CreatePullMeasures based on the fields available from an instance, whatever it is.Map<String, PullMeasure<?>> MeasureFactory.createPullsFromGetters(Object object) CreatePullMeasures based on the getters available from an instance, whatever it is.Methods in org.uma.jmetal.util.measure.impl with parameters of type PullMeasureModifier and TypeMethodDescription<Value> PushMeasure<Value> MeasureFactory.createPushFromPull(PullMeasure<Value> pull, long period) Create aPushMeasurewhich checks at regular intervals the value of aPullMeasure.voidSimpleMeasureManager.setPullMeasure(Object key, PullMeasure<?> measure) Constructors in org.uma.jmetal.util.measure.impl with parameters of type PullMeasureModifierConstructorDescriptionPullPushMeasure(PullMeasure<Value> pull, PushMeasure<Value> push, String name, String description) Equivalent toPullPushMeasure(PullMeasure, PushMeasure, DescribedEntity)but the reference parameter is replaced by the specific name and description that you want to provide.PullPushMeasure(PullMeasure<Value> pull, PushMeasure<Value> push, DescribedEntity reference)