| 
 | Kieker 1.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraphElement<O>
kieker.tools.traceAnalysis.filter.visualization.graph.AbstractEdge<V,E,O>
kieker.tools.traceAnalysis.filter.visualization.graph.AbstractWeightedEdge<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 AbstractWeightedEdge<V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O>
Abstract superclass for weighted edges in the visualization package. This class provides weights for the edge itself and both source and target ends.
| Constructor Summary | |
|---|---|
| AbstractWeightedEdge(V source,
                     V target,
                     O origin,
                     IOriginRetentionPolicy originPolicy)Creates a new weighted edge between the given vertices. | |
| Method Summary | |
|---|---|
|  AtomicInteger | getSourceWeight()Return this edge's source weight. | 
|  AtomicInteger | getTargetWeight()Return this edge's target weight. | 
|  AtomicInteger | getWeight()Returns this edge's weight. | 
| Methods inherited from class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractEdge | 
|---|
| getIdentifier, getSource, getTarget | 
| 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 AbstractWeightedEdge(V source,
                            V target,
                            O origin,
                            IOriginRetentionPolicy originPolicy)
source - The source vertex of the edgetarget - The target vertex of the edgeorigin - The edge's origin objectoriginPolicy - The origin policy to use for storing the origin object| Method Detail | 
|---|
public AtomicInteger getSourceWeight()
public AtomicInteger getTargetWeight()
public AtomicInteger getWeight()
| 
 | Kieker 1.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||