Class EdgeImpl
java.lang.Object
kieker.analysis.generic.graph.impl.ElementImpl
kieker.analysis.generic.graph.impl.EdgeImpl
- Direct Known Subclasses:
UserBehaviorEdge
public class EdgeImpl extends ElementImpl implements IEdge
Basic edge class to contain attributes.
- Since:
- 2.0.0
- Author:
- Reiner Jung
-
Constructor Summary
Constructors Constructor Description EdgeImpl(java.lang.String id)
-
Method Summary
Methods inherited from class kieker.analysis.generic.graph.impl.ElementImpl
getId, getProperty, getPropertyKeys, removeProperty, setProperty, setPropertyIfAbsent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface kieker.analysis.generic.graph.IElement
getId, getProperty, getPropertyKeys, removeProperty, setProperty, setPropertyIfAbsent
-
Constructor Details
-
EdgeImpl
public EdgeImpl(java.lang.String id)
-