Package edu.uci.ics.jung.io.graphml
Class EdgeMetadata
java.lang.Object
edu.uci.ics.jung.io.graphml.AbstractMetadata
edu.uci.ics.jung.io.graphml.EdgeMetadata
- All Implemented Interfaces:
Metadata
Metadata structure for the 'edge' GraphML element.
- Author:
- Nathan Mittler - nathan.mittler@gmail.com
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface edu.uci.ics.jung.io.graphml.Metadata
Metadata.MetadataType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEdge()
getId()
Gets the metadata type of this object.void
setDescription
(String description) void
setDirected
(Boolean directed) void
void
void
void
setSourcePort
(String sourcePort) void
void
setTargetPort
(String targetPort) Methods inherited from class edu.uci.ics.jung.io.graphml.AbstractMetadata
addData, getProperties, getProperty, setProperty
-
Constructor Details
-
EdgeMetadata
public EdgeMetadata()
-
-
Method Details
-
getId
-
setId
-
isDirected
-
setDirected
-
getSource
-
setSource
-
getTarget
-
setTarget
-
getSourcePort
-
setSourcePort
-
getTargetPort
-
setTargetPort
-
getDescription
-
setDescription
-
getEdge
-
setEdge
-
getMetadataType
Description copied from interface:Metadata
Gets the metadata type of this object.- Returns:
- the metadata type
-