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.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface edu.uci.ics.jung.io.graphml.Metadata
Metadata.MetadataType
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private EndpointMetadata.EndpointType
private String
private String
private String
-
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
-
Field Details
-
id
-
port
-
node
-
description
-
endpointType
-
-
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
-