ComponentGroup |
Base class for Groups (of Agents or Messages) in the
ComponentGroupMultiGraph.
|
ComponentGroupMultiGraph |
A generic Graph with edges and vertices consisting of groups of elements.
|
EdgeTransformer |
This is a collection of edge transformer that transforms message group
objects into other Objects.
|
EdgeTransformer.GradientPaint |
A transformer for gradient egdes that includes support for represent
picked state.
|
EdgeTransformer.Label |
A Transformer for creating labels for message groups.
|
EdgeTransformer.LabelFont |
A Transformer for assigning a normal or bold Font to the message group
labels.
|
EdgeTransformer.PaintMode |
A transformer for colored egdes in respect of conversationid, performativ
and protocol information.
|
EdgeTransformer.ToolTips |
A transformer for tool tips.
|
EdgeTransformer.WeightStroke |
A Transformer for assigning a weighted stroke to the message group (the
edge).
|
GraphCanvas |
The container for the graph.
|
GraphCanvas.DirectionDisplayPredicate |
A prdicate class that shows arrows for directed edges and hides them for
undirected edges.
|
GraphCircleLayout |
Subclassing to support locked vertices (so they get not shuffled) and
initializing random locations on setSize().
|
GraphEdgeBetweennessClusterer |
An algorithm for computing clusters (community structure) in graphs based on
edge betweenness.
|
GraphISOMLayout |
Implements a self-organizing map layout algorithm, based on Meyer's
self-organizing graph methods.
|
GraphISOMLayout.ISOMVertexData |
|
GraphLayoutTransition |
Added ConcurrentModificationException handling in method step()
|
GraphPanel |
The tooltab for displaying messages in a graph.
|
MessageNumberIndexFunction |
A class which creates and maintains indices for the edges so that parallel
edges are sorted.
|
MultidirectedMultiGraph |
Implementation of an Graph that can be used as a simple or a multi graph with
directed and undirected edges.
|
VertexTransformer |
This is a collection of vertex transformer that transforms agent group
objects into other Objects.
|
VertexTransformer.IconSize |
A transformer for assigning an icon of a specific size to the agent
group.
|
VertexTransformer.Label |
A Transformer for creating labels for agent groups.
|
VertexTransformer.LabelFont |
A Transformer for assigning a normal or bold Font to the agent group
labels.
|
VertexTransformer.ShapeSize |
A transformer for assigning the shape size.
|
VertexTransformer.ToolTips |
A transformer for tool tips.
|