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 Metadata
Metadata.MetadataType -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate Stringprivate final List<PortMetadata> private Object -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPort(PortMetadata port) getId()Gets the metadata type of this object.getPorts()voidsetDescription(String desc) voidvoidMethods inherited from class 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:MetadataGets the metadata type of this object.- Returns:
- the metadata type
-