|
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.AbstractVertex<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 AbstractVertex<V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O>
Generic superclass for all vertices in the visualization package.
Method Summary | ||
---|---|---|
void |
addDecoration(AbstractVertexDecoration decoration)
Adds a decoration to this vertex. |
|
|
getDecoration(Class<DecorationT> type)
Returns the decoration of this vertex of the given type. |
|
Collection<AbstractVertexDecoration> |
getDecorations()
Returns all decorations of this vertex. |
|
abstract Collection<E> |
getOutgoingEdges()
Returns the outgoing edges of this vertex. |
Methods inherited from class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraphElement |
---|
addOrigin, getColor, getDescription, getIdentifier, getOrigins, setColor, setDescription |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public abstract Collection<E> getOutgoingEdges()
public <DecorationT extends AbstractVertexDecoration> DecorationT getDecoration(Class<DecorationT> type)
type
- The type of the desired decoration
null
if no such type existspublic void addDecoration(AbstractVertexDecoration decoration)
decoration
- The decoration to addpublic Collection<AbstractVertexDecoration> getDecorations()
|
Kieker 1.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |