|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.uci.ics.jung.io.GraphMLMetadata<T>
public class GraphMLMetadata<T>
Maintains information relating to data for the specified type. This includes a transformer from objects to their values, a default value, and a description.
Field Summary | |
---|---|
String |
default_value
The default value for objects of this type. |
String |
description
The description of this data type. |
org.apache.commons.collections15.Transformer<T,String> |
transformer
A transformer from objects to string representations of their values. |
Constructor Summary | |
---|---|
GraphMLMetadata(String description,
String default_value,
org.apache.commons.collections15.Transformer<T,String> transformer)
Creates a new instance with the specified description, default value, and transformer. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String description
public String default_value
public org.apache.commons.collections15.Transformer<T,String> transformer
Constructor Detail |
---|
public GraphMLMetadata(String description, String default_value, org.apache.commons.collections15.Transformer<T,String> transformer)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |