Uses of Class
edu.uci.ics.jung.io.graphml.HyperEdgeMetadata
-
Packages that use HyperEdgeMetadata Package Description edu.uci.ics.jung.io.graphml edu.uci.ics.jung.io.graphml.parser -
-
Uses of HyperEdgeMetadata in edu.uci.ics.jung.io.graphml
Fields in edu.uci.ics.jung.io.graphml with type parameters of type HyperEdgeMetadata Modifier and Type Field Description private java.util.Map<java.lang.Object,HyperEdgeMetadata>GraphMetadata. hyperEdgesprotected com.google.common.base.Function<HyperEdgeMetadata,E>GraphMLReader2. hyperEdgeTransformerMethods in edu.uci.ics.jung.io.graphml that return HyperEdgeMetadata Modifier and Type Method Description HyperEdgeMetadataGraphMetadata. getHyperEdgeMetadata(java.lang.Object edge)Methods in edu.uci.ics.jung.io.graphml that return types with arguments of type HyperEdgeMetadata Modifier and Type Method Description java.util.Map<java.lang.Object,HyperEdgeMetadata>GraphMetadata. getHyperEdgeMap()com.google.common.base.Function<HyperEdgeMetadata,E>GraphMLReader2. getHyperEdgeTransformer()Gets the current Function that is being used for hyperedge objects.Methods in edu.uci.ics.jung.io.graphml with parameters of type HyperEdgeMetadata Modifier and Type Method Description voidGraphMetadata. addHyperEdgeMetadata(java.lang.Object edge, HyperEdgeMetadata metadata) -
Uses of HyperEdgeMetadata in edu.uci.ics.jung.io.graphml.parser
Fields in edu.uci.ics.jung.io.graphml.parser with type parameters of type HyperEdgeMetadata Modifier and Type Field Description private com.google.common.base.Function<HyperEdgeMetadata,E>ParserContext. hyperEdgeTransformerMethods in edu.uci.ics.jung.io.graphml.parser that return HyperEdgeMetadata Modifier and Type Method Description HyperEdgeMetadataHyperEdgeElementParser. parse(javax.xml.stream.XMLEventReader xmlEventReader, javax.xml.stream.events.StartElement start)Methods in edu.uci.ics.jung.io.graphml.parser with parameters of type HyperEdgeMetadata Modifier and Type Method Description EParserContext. createHyperEdge(HyperEdgeMetadata metadata)Method parameters in edu.uci.ics.jung.io.graphml.parser with type arguments of type HyperEdgeMetadata Modifier and Type Method Description private voidGraphElementParser. addHyperEdgesToGraph(G graph, java.util.Collection<HyperEdgeMetadata> metadata, java.util.Map<java.lang.String,V> idToVertexMap)
-