|
Class Summary |
| AbstractEdge<V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O> |
Generic superclass for all graph edges in the visualization package. |
| AbstractGraph<V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O> |
Generic superclass for all graphs in the visualization package. |
| AbstractGraphElement<O> |
Superclass for graph elements, i.e. |
| AbstractOriginRetentionPolicy |
Abstract superclass for all origin retention policies. |
| AbstractPayloadedVertex<V extends AbstractPayloadedVertex<V,E,O,P>,E extends AbstractEdge<V,E,O>,O,P> |
Abstract superclass for "payloaded" vertices, i.e. |
| AbstractVertex<V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O> |
Generic superclass for all vertices in the visualization package. |
| AbstractVertexDecoration |
This is an abstract base for vertex decorations. |
| AbstractWeightedEdge<V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O> |
Abstract superclass for weighted edges in the visualization package. |
| Color |
(RGB-based) Color implementation for the visualization package. |
| CompleteOriginRetentionPolicy |
The complete origin retention policy represents the intention that every origin should be
retained in the graph model and corresponds to the kind OriginRetentionPolicyKind.ALL. |
| NoOriginRetentionPolicy |
The no-origin-retention policy represents the intention that no origins should be retained at all
and corresponds to the kind OriginRetentionPolicyKind.NONE. |
| SpecificOriginRetentionPolicy |
The specific origin retention policy represents the intention that only specific origins should
be retained and corresponds to the kind OriginRetentionPolicyKind.SPECIFIC. |