Class GraphMLEdge
- java.lang.Object
-
- org.opennms.features.topology.api.topo.AbstractRef
-
- org.opennms.features.topology.api.topo.AbstractEdgeRef
-
- org.opennms.features.topology.api.topo.AbstractEdge
-
- org.opennms.features.topology.plugins.topo.graphml.GraphMLEdge
-
public class GraphMLEdge extends AbstractEdge
-
-
Field Summary
-
Fields inherited from class org.opennms.features.topology.api.topo.AbstractRef
m_id
-
-
Constructor Summary
Constructors Constructor Description GraphMLEdge(java.lang.String namespace, GraphMLEdge graphMLEdge, GraphMLVertex source, GraphMLVertex target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractEdge
clone()
java.util.Map<java.lang.String,java.lang.Object>
getProperties()
void
setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
-
Methods inherited from class org.opennms.features.topology.api.topo.AbstractEdge
getItem, getKey, getSource, getStyleName, getTarget, getTooltipText, setId, setStyleName, setTooltipText, toString
-
Methods inherited from class org.opennms.features.topology.api.topo.AbstractEdgeRef
equals
-
Methods inherited from class org.opennms.features.topology.api.topo.AbstractRef
compareTo, getId, getLabel, getNamespace, hashCode, setLabel
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.opennms.features.topology.api.topo.Ref
getId, getNamespace
-
-
-
-
Constructor Detail
-
GraphMLEdge
public GraphMLEdge(java.lang.String namespace, GraphMLEdge graphMLEdge, GraphMLVertex source, GraphMLVertex target)
-
-
Method Detail
-
getProperties
public java.util.Map<java.lang.String,java.lang.Object> getProperties()
-
setProperties
public void setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
-
clone
public AbstractEdge clone()
- Specified by:
clone
in interfaceEdge
- Overrides:
clone
in classAbstractEdge
-
-