public class GraphMLMetadata<T> extends Object
Modifier and Type | Field and Description |
---|---|
String |
default_value
The default value for objects of this type.
|
String |
description
The description of this data type.
|
org.apache.commons.collections4.Transformer<T,String> |
transformer
A transformer from objects to string representations
of their values.
|
Constructor and Description |
---|
GraphMLMetadata(String description,
String default_value,
org.apache.commons.collections4.Transformer<T,String> transformer)
Creates a new instance with the specified description,
default value, and transformer.
|
Copyright © 2014. All rights reserved.