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_dataprotected Map<String, GraphMLMetadata<E>> GraphMLReader.edge_metadataprotected Map<String, GraphMLMetadata<Hypergraph<V, E>>> GraphMLWriter.graph_dataprotected Map<String, GraphMLMetadata<G>> GraphMLReader.graph_metadataprotected Map<String, GraphMLMetadata<V>> GraphMLWriter.vertex_dataprotected Map<String, GraphMLMetadata<V>> GraphMLReader.vertex_metadataMethods 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 voidGraphMLWriter.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> voidGraphMLReader.addDatum(Map<String, GraphMLMetadata<T>> metadata, T current_elt, String text) voidGraphMLWriter.setEdgeData(Map<String, GraphMLMetadata<E>> edge_map) Provides a map from data type name to edge data.voidGraphMLWriter.setGraphData(Map<String, GraphMLMetadata<Hypergraph<V, E>>> graph_map) Provides a map from data type name to graph data.voidGraphMLWriter.setVertexData(Map<String, GraphMLMetadata<V>> vertex_map) Provides a map from data type name to vertex data.