TValue
- The type of the values that are returned by the IDataProvider
registered with this class.public class GraphDpKey<TValue> extends DpKeyBase<TValue>
IDataProvider
for the Graph
itself with a graph.Constructor and Description |
---|
GraphDpKey(Class declaringType,
String name)
Initializes a new instance of the
GraphDpKey class. |
public GraphDpKey(Class declaringType, String name)
GraphDpKey
class.declaringType
- Type that declares this key.name
- The name of this key.