|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraphElement<O> kieker.tools.traceAnalysis.filter.visualization.graph.AbstractEdge<V,E,O>
V
- The type of the graph's verticesE
- The type of the graph's edgesO
- The type of object from which the graph's elements originatepublic abstract class AbstractEdge<V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O>
Generic superclass for all graph edges in the visualization package.
Constructor Summary | |
---|---|
AbstractEdge(V source,
V target,
O origin,
IOriginRetentionPolicy originPolicy)
Creates a new edge between the given vertices. |
Method Summary | |
---|---|
String |
getIdentifier()
Returns an identifier for this graph element (e.g., a label). |
V |
getSource()
Returns the source of this edge. |
V |
getTarget()
Returns the target of this edge. |
Methods inherited from class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraphElement |
---|
addOrigin, getColor, getDescription, getOrigins, setColor, setDescription |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractEdge(V source, V target, O origin, IOriginRetentionPolicy originPolicy)
source
- The source vertex of the edgetarget
- The target vertex of the edgeorigin
- The origin of the edgeoriginPolicy
- The origin policy to useMethod Detail |
---|
public V getSource()
public V getTarget()
public String getIdentifier()
AbstractGraphElement
getIdentifier
in class AbstractGraphElement<O>
null
if no identifier can be determined
|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |