|
Kieker 1.11 | |||||||||
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.
Constructor Summary | |
---|---|
protected |
AbstractVertex(O origin,
IOriginRetentionPolicy originPolicy)
|
Method Summary | ||
---|---|---|
void |
addDecoration(AbstractVertexDecoration decoration)
Adds a decoration to this vertex. |
|
|
getDecoration(java.lang.Class<DecorationT> type)
Returns the decoration of this vertex of the given type. |
|
java.util.Collection<AbstractVertexDecoration> |
getDecorations()
Returns all decorations of this vertex. |
|
abstract java.util.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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractVertex(O origin, IOriginRetentionPolicy originPolicy)
Method Detail |
---|
public abstract java.util.Collection<E> getOutgoingEdges()
public <DecorationT extends AbstractVertexDecoration> DecorationT getDecoration(java.lang.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 java.util.Collection<AbstractVertexDecoration> getDecorations()
|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |