| Interface | Description |
|---|---|
| SocialNetwork<T> |
A social network is a directed graph having resources as vertices.
|
| SocialNetworkMetric<T> |
A SocialNetworkMetric is an entity that constructs and maintains a metric (as
represented by the internal Metric enum) based on a case trie that is derived
from a stream (to be changed to an arbitrary trace view of the stream...)
|
| SocialNetworkVisualization<T> |
A social network visualization is a graph-based visualization of the social
network.
|
| SocialNetworkVisualizationAlgorithm<T> |
A SocialNetworkVisualizationAlgorithm is responsible for visualizing the
(sequence of) social network(s) generated by the SocialNetworkMetric
entities.
|
| Class | Description |
|---|---|
| SocialNetwork.Factory | |
| SocialNetworkVisualization.Factory | |
| SocialNetworkVisualizationAlgorithm.Factory |