Uses of Class
edu.uci.ics.jung.io.graphml.GraphMetadata
Packages that use GraphMetadata
-
Uses of GraphMetadata in edu.uci.ics.jung.io.graphml
Fields in edu.uci.ics.jung.io.graphml with type parameters of type GraphMetadataModifier and TypeFieldDescriptionprotected com.google.common.base.Function
<GraphMetadata, G> GraphMLReader2.graphTransformer
Methods in edu.uci.ics.jung.io.graphml that return types with arguments of type GraphMetadataModifier and TypeMethodDescriptionGraphMLDocument.getGraphMetadata()
com.google.common.base.Function
<GraphMetadata, G> GraphMLReader2.getGraphTransformer()
Gets the current Function that is being used for graph objects.Constructor parameters in edu.uci.ics.jung.io.graphml with type arguments of type GraphMetadataModifierConstructorDescriptionGraphMLReader2
(InputStream inputStream, com.google.common.base.Function<GraphMetadata, G> graphTransformer, com.google.common.base.Function<NodeMetadata, V> vertexTransformer, com.google.common.base.Function<EdgeMetadata, E> edgeTransformer, com.google.common.base.Function<HyperEdgeMetadata, E> hyperEdgeTransformer) Constructs a GraphML reader around the given reader.GraphMLReader2
(Reader fileReader, com.google.common.base.Function<GraphMetadata, G> graphTransformer, com.google.common.base.Function<NodeMetadata, V> vertexTransformer, com.google.common.base.Function<EdgeMetadata, E> edgeTransformer, com.google.common.base.Function<HyperEdgeMetadata, E> hyperEdgeTransformer) Constructs a GraphML reader around the given reader. -
Uses of GraphMetadata in edu.uci.ics.jung.io.graphml.parser
Methods in edu.uci.ics.jung.io.graphml.parser that return GraphMetadataModifier and TypeMethodDescriptionGraphElementParser.parse
(XMLEventReader xmlEventReader, StartElement start) Methods in edu.uci.ics.jung.io.graphml.parser with parameters of type GraphMetadataConstructor parameters in edu.uci.ics.jung.io.graphml.parser with type arguments of type GraphMetadataModifierConstructorDescriptionElementParserRegistry
(KeyMap keyMap, com.google.common.base.Function<GraphMetadata, G> graphTransformer, com.google.common.base.Function<NodeMetadata, V> vertexTransformer, com.google.common.base.Function<EdgeMetadata, E> edgeTransformer, com.google.common.base.Function<HyperEdgeMetadata, E> hyperEdgeTransformer) ParserContext
(ElementParserRegistry<G, V, E> elementParserRegistry, KeyMap keyMap, com.google.common.base.Function<GraphMetadata, G> graphTransformer, com.google.common.base.Function<NodeMetadata, V> vertexTransformer, com.google.common.base.Function<EdgeMetadata, E> edgeTransformer, com.google.common.base.Function<HyperEdgeMetadata, E> hyperEdgeTransformer)