java.lang.Object
net.finmath.plots.Named<T>
- Type Parameters:
T
- The type of the named object.
A named object of type T.
- Author:
- Christian Fries
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Named
Create the named object.- Parameters:
name
- Name of the object.object
- The object.
-
-
Method Details
-
getName
Get the name of the object.- Returns:
- the name
-
get
Get the object.- Returns:
- the object.
-