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 protected com.google.common.base.Function<HyperEdgeMetadata,E>
GraphMLReader2. hyperEdgeTransformer
Methods in edu.uci.ics.jung.io.graphml that return HyperEdgeMetadata Modifier and Type Method Description HyperEdgeMetadata
GraphMetadata. 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 void
GraphMetadata. addHyperEdgeMetadata(java.lang.Object edge, HyperEdgeMetadata metadata)
-
Uses of HyperEdgeMetadata in edu.uci.ics.jung.io.graphml.parser
Methods in edu.uci.ics.jung.io.graphml.parser that return HyperEdgeMetadata Modifier and Type Method Description HyperEdgeMetadata
HyperEdgeElementParser. 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 E
ParserContext. createHyperEdge(HyperEdgeMetadata metadata)
-