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()voidsetDescription(String description) voidsetEndpointType(EndpointMetadata.EndpointType endpointType) voidvoidvoidMethods 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:MetadataGets the metadata type of this object.- Returns:
- the metadata type
-