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(String namespace, GraphMLEdge graphMLEdge, GraphMLVertex source, GraphMLVertex target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractEdge
clone()
Map<String,Object>
getProperties()
void
setProperties(Map<String,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 java.lang.Comparable
compareTo
-
Methods inherited from interface org.opennms.features.topology.api.topo.Ref
getId, getNamespace
-
-
-
-
Constructor Detail
-
GraphMLEdge
public GraphMLEdge(String namespace, GraphMLEdge graphMLEdge, GraphMLVertex source, GraphMLVertex target)
-
-