Package edu.uci.ics.jung.io.graphml
Class HyperEdgeMetadata
java.lang.Object
edu.uci.ics.jung.io.graphml.AbstractMetadata
edu.uci.ics.jung.io.graphml.HyperEdgeMetadata
- All Implemented Interfaces:
Metadata
Metadata structure for the 'hyperedge' GraphML element.
- Author:
- Nathan Mittler - nathan.mittler@gmail.com
- See Also:
-
- "http://graphml.graphdrawing.org/specification.html"
-
Nested Class Summary
Nested classes/interfaces inherited from interface edu.uci.ics.jung.io.graphml.Metadata
Metadata.MetadataType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addEndpoint
(EndpointMetadata endpoint) getEdge()
getId()
Gets the metadata type of this object.void
setDescription
(String description) void
void
Methods inherited from class edu.uci.ics.jung.io.graphml.AbstractMetadata
addData, getProperties, getProperty, setProperty
-
Constructor Details
-
HyperEdgeMetadata
public HyperEdgeMetadata()
-
-
Method Details
-
getId
-
setId
-
getDescription
-
setDescription
-
addEndpoint
-
getEndpoints
-
getEdge
-
setEdge
-
getMetadataType
Description copied from interface:Metadata
Gets the metadata type of this object.- Returns:
- the metadata type
-