Package edu.uci.ics.jung.io.graphml
Class PortMetadata
java.lang.Object
edu.uci.ics.jung.io.graphml.AbstractMetadata
edu.uci.ics.jung.io.graphml.PortMetadata
- All Implemented Interfaces:
Metadata
Metadata structure for the 'port' GraphML element.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface edu.uci.ics.jung.io.graphml.Metadata
Metadata.MetadataType
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the metadata type of this object.getName()
void
setDescription
(String desc) void
Methods inherited from class edu.uci.ics.jung.io.graphml.AbstractMetadata
addData, getProperties, getProperty, setProperty
-
Field Details
-
name
-
description
-
-
Constructor Details
-
PortMetadata
public PortMetadata()
-
-
Method Details
-
getName
-
setName
-
getDescription
-
setDescription
-
getMetadataType
Description copied from interface:Metadata
Gets the metadata type of this object.- Returns:
- the metadata type
-