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
Fields in edu.uci.ics.jung.io.graphml declared as KeyMap Modifier and Type Field Description private KeyMapGraphMLDocument. keyMapMethods 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
Fields in edu.uci.ics.jung.io.graphml.parser declared as KeyMap Modifier and Type Field Description private KeyMapParserContext. keyMapMethods 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)
-