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.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface Metadata
Metadata.MetadataType -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate Objectprivate final List<EndpointMetadata> private String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEndpoint(EndpointMetadata endpoint) getEdge()getId()Gets the metadata type of this object.voidsetDescription(String description) voidvoidMethods inherited from class AbstractMetadata
addData, getProperties, getProperty, setProperty
-
Field Details
-
id
-
description
-
edge
-
endpoints
-
-
Constructor Details
-
HyperEdgeMetadata
public HyperEdgeMetadata()
-
-
Method Details
-
getId
-
setId
-
getDescription
-
setDescription
-
addEndpoint
-
getEndpoints
-
getEdge
-
setEdge
-
getMetadataType
Description copied from interface:MetadataGets the metadata type of this object.- Returns:
- the metadata type
-