edu.uci.ics.jung.io
Class GraphMLMetadata<T>
java.lang.Object
edu.uci.ics.jung.io.GraphMLMetadata<T>
public class GraphMLMetadata<T>
- extends Object
Maintains information relating to data for the specified type.
This includes a transformer from objects to their values,
a default value, and a description.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
public String description
default_value
public String default_value
transformer
public transformer
GraphMLMetadata
public GraphMLMetadata(String description,
String default_value,
transformer)
Copyright © 2008 null. All Rights Reserved.