Value - public class SimpleMeasure<Value> extends SimpleDescribedEntity implements Measure<Value>
SimpleMeasure is a basic implementation of Measure. It
provides a basic support for the most generic properties required by this
interface.| Constructor and Description |
|---|
SimpleMeasure()
Create a
SimpleMeasure with the class name as its name and a
null description. |
SimpleMeasure(String name)
Create a
SimpleMeasure with a given name and a null
description. |
SimpleMeasure(String name,
String description)
Create a
SimpleMeasure with a given name and a given description. |
getDescription, getName, setDescription, setName, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDescription, getNamepublic SimpleMeasure(String name, String description)
SimpleMeasure with a given name and a given description.public SimpleMeasure(String name)
SimpleMeasure with a given name and a null
description.name - the name of the Measurepublic SimpleMeasure()
SimpleMeasure with the class name as its name and a
null description.Copyright © 2017. All rights reserved.