Value - public abstract class SimplePullMeasure<Value> extends SimpleMeasure<Value> implements PullMeasure<Value>
SimplePullMeasure is a basic implementation of PullMeasure.
As a PullMeasure, it is intended to be used by external entities
through its PullMeasure.get() method. This method must be implemented by the
algorithm to specify how the value can be retrieved.| Constructor and Description |
|---|
SimplePullMeasure()
Create a
SimplePullMeasure with the class name as its name and a
null description. |
SimplePullMeasure(String name)
Create a
SimplePullMeasure with a given name and a
null description. |
SimplePullMeasure(String name,
String description)
Create a
SimplePullMeasure with a given name and a given
description. |
getDescription, getName, setDescription, setName, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetgetDescription, getNamepublic SimplePullMeasure(String name, String description)
SimplePullMeasure with a given name and a given
description.public SimplePullMeasure(String name)
SimplePullMeasure with a given name and a
null description.name - the name of the Measurepublic SimplePullMeasure()
SimplePullMeasure with the class name as its name and a
null description.Copyright © 2015. All rights reserved.