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
public class EdgeMetadata
- extends AbstractMetadata
Metadata structure for the 'edge' GraphML element.
- Author:
- Nathan Mittler - nathan.mittler@gmail.com
- See Also:
- "http://graphml.graphdrawing.org/specification.html"
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EdgeMetadata
public EdgeMetadata()
getId
public String getId()
setId
public void setId(String id)
isDirected
public Boolean isDirected()
setDirected
public void setDirected(Boolean directed)
getSource
public String getSource()
setSource
public void setSource(String source)
getTarget
public String getTarget()
setTarget
public void setTarget(String target)
getSourcePort
public String getSourcePort()
setSourcePort
public void setSourcePort(String sourcePort)
getTargetPort
public String getTargetPort()
setTargetPort
public void setTargetPort(String targetPort)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getEdge
public Object getEdge()
setEdge
public void setEdge(Object edge)
getMetadataType
public Metadata.MetadataType getMetadataType()
- Description copied from interface:
Metadata
- Gets the metadata type of this object.
- Returns:
- the metadata type
Copyright © 2009. All Rights Reserved.