Package edu.uci.ics.jung.io.graphml
Class EndpointMetadata
java.lang.Object
edu.uci.ics.jung.io.graphml.AbstractMetadata
edu.uci.ics.jung.io.graphml.EndpointMetadata
- All Implemented Interfaces:
Metadata
Metadata structure for the 'endpoint' GraphML element.
- Author:
- Nathan Mittler - nathan.mittler@gmail.com
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface edu.uci.ics.jung.io.graphml.Metadata
Metadata.MetadataType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the metadata type of this object.getNode()
getPort()
void
setDescription
(String description) void
setEndpointType
(EndpointMetadata.EndpointType endpointType) void
void
void
Methods inherited from class edu.uci.ics.jung.io.graphml.AbstractMetadata
addData, getProperties, getProperty, setProperty
-
Constructor Details
-
EndpointMetadata
public EndpointMetadata()
-
-
Method Details
-
getId
-
setId
-
getPort
-
setPort
-
getNode
-
setNode
-
getEndpointType
-
setEndpointType
-
getDescription
-
setDescription
-
getMetadataType
Description copied from interface:Metadata
Gets the metadata type of this object.- Returns:
- the metadata type
-