Package net.finmath.plots
Class Named<T>
- java.lang.Object
-
- net.finmath.plots.Named<T>
-
public class Named<T> extends Object
A named object of type T.- Author:
- Christian Fries
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tget()Get the object.StringgetName()Get the name of the object.
-