Uses of Class
edu.uci.ics.jung.io.graphml.KeyMap
-
Packages that use KeyMap Package Description edu.uci.ics.jung.io.graphml edu.uci.ics.jung.io.graphml.parser -
-
Uses of KeyMap in edu.uci.ics.jung.io.graphml
Methods in edu.uci.ics.jung.io.graphml that return KeyMap Modifier and Type Method Description KeyMapGraphMLDocument. getKeyMap() -
Uses of KeyMap in edu.uci.ics.jung.io.graphml.parser
Methods in edu.uci.ics.jung.io.graphml.parser that return KeyMap Modifier and Type Method Description KeyMapParserContext. getKeyMap()Constructors in edu.uci.ics.jung.io.graphml.parser with parameters of type KeyMap Constructor Description 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)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)
-