Package edu.uci.ics.jung.io.graphml
Class NodeMetadata
java.lang.Object
edu.uci.ics.jung.io.graphml.AbstractMetadata
edu.uci.ics.jung.io.graphml.NodeMetadata
- All Implemented Interfaces:
Metadata
Metadata structure for the 'node' GraphML element.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface edu.uci.ics.jung.io.graphml.Metadata
Metadata.MetadataType
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private String
private final List
<PortMetadata> private Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addPort
(PortMetadata port) getId()
Gets the metadata type of this object.getPorts()
void
setDescription
(String desc) void
void
Methods inherited from class edu.uci.ics.jung.io.graphml.AbstractMetadata
addData, getProperties, getProperty, setProperty
-
Field Details
-
id
-
description
-
vertex
-
ports
-
-
Constructor Details
-
NodeMetadata
public NodeMetadata()
-
-
Method Details
-
getId
-
setId
-
getDescription
-
setDescription
-
addPort
-
getPorts
-
getVertex
-
setVertex
-
getMetadataType
Description copied from interface:Metadata
Gets the metadata type of this object.- Returns:
- the metadata type
-