|
Kieker 1.6 | |||||||||
| 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>
O - The type of the objects which caused the creation of this graph elementpublic abstract class AbstractGraphElement<O>
Superclass for graph elements, i.e. edges and vertices, in the visualization package.
| Method Summary | |
|---|---|
void |
addOrigin(O origin)
Adds a new origin object to this element. |
Color |
getColor()
Returns this graph element's color. |
String |
getDescription()
Returns this graph element's description. |
abstract String |
getIdentifier()
Returns an identifier for this graph element (e.g., a label). |
Set<O> |
getOrigins()
Returns the objects which caused the creation of this element. |
void |
setColor(Color color)
Sets this graph element's color. |
void |
setDescription(String description)
Sets this graph element's description. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Color getColor()
public void setColor(Color color)
color - The color to setpublic String getDescription()
public void setDescription(String description)
description - The description to setpublic Set<O> getOrigins()
public final void addOrigin(O origin)
origin - The origin objectpublic abstract String getIdentifier()
null if no identifier can be determined
|
Kieker 1.6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||