Uses of Class
edu.uci.ics.jung.io.GraphMLMetadata
Packages that use GraphMLMetadata
Package
Description
Interfaces and classes for reading and writing graphs in various (file)
formats.
-
Uses of GraphMLMetadata in edu.uci.ics.jung.io
Fields in edu.uci.ics.jung.io with type parameters of type GraphMLMetadataModifier and TypeFieldDescriptionprotected Map
<String, GraphMLMetadata<E>> GraphMLWriter.edge_data
protected Map
<String, GraphMLMetadata<E>> GraphMLReader.edge_metadata
protected Map
<String, GraphMLMetadata<Hypergraph<V, E>>> GraphMLWriter.graph_data
protected Map
<String, GraphMLMetadata<G>> GraphMLReader.graph_metadata
protected Map
<String, GraphMLMetadata<V>> GraphMLWriter.vertex_data
protected Map
<String, GraphMLMetadata<V>> GraphMLReader.vertex_metadata
Methods in edu.uci.ics.jung.io that return types with arguments of type GraphMLMetadataModifier and TypeMethodDescriptionGraphMLReader.getEdgeMetadata()
GraphMLReader.getGraphMetadata()
GraphMLReader.getVertexMetadata()
Methods in edu.uci.ics.jung.io with parameters of type GraphMLMetadataModifier and TypeMethodDescriptionprotected void
GraphMLWriter.writeKeySpecification
(String key, String type, GraphMLMetadata<?> ds, BufferedWriter bw) Method parameters in edu.uci.ics.jung.io with type arguments of type GraphMLMetadataModifier and TypeMethodDescriptionprotected <T> void
GraphMLReader.addDatum
(Map<String, GraphMLMetadata<T>> metadata, T current_elt, String text) void
GraphMLWriter.setEdgeData
(Map<String, GraphMLMetadata<E>> edge_map) Provides a map from data type name to edge data.void
GraphMLWriter.setGraphData
(Map<String, GraphMLMetadata<Hypergraph<V, E>>> graph_map) Provides a map from data type name to graph data.void
GraphMLWriter.setVertexData
(Map<String, GraphMLMetadata<V>> vertex_map) Provides a map from data type name to vertex data.