See: Description
| Class | Description |
|---|---|
| AbstractSequentialNetworkCalculation<T> |
The Class AbstractSequentialNetworkCalculation.
|
| CalcEdgeRenderer<T> |
The Class GraphEnvironmentEdgeRenderer.
|
| CalcGraphFrame<T> |
The Class CalcGraphFrame.
|
| CalcGraphMousePlugin<T> |
Handling mouse interaction with graph visualizations in a StateGraphGUI.
|
| CalcGraphPanel<T> |
This class implements a GUI component for displaying visualizations for JUNG graphs.
|
| CalcGraphPopupPlugin<T> |
A CalcGraphPopupPlugin that brings up distinct pop up menus when an edge or vertex is
appropriately clicked in a graph.
|
| CalcGraphSettings |
The Class CalcGraphSettings.
|
| CalcGraphTools<T> |
The Class BasicGraphGuiTools consists on additional visual tools for
the configuration of the Graph- and Network model.
|
| CalcGraphVisViewer<V,E> |
The Class CalcGraphVisViewer was basically created to
apply and test
RenderingHints for the VisualizationViewer. |
| CalculationGraph<T> |
The Class CalculationGraph is used to describe the single calculation steps for a sequential network calculation
and consists of
CalculationStepNodes and CalculationTransitions. |
| CalculationStepNode<T> |
The Class CalculationStepNode contains the group tree node, the in-node states and the out-node state
for a single calculation step.
|
| CalculationTransition<T> |
The Class CalculationTransition is used to describe the connections
between the required calculations within a sequential network calculation.
|
| Enum | Description |
|---|---|
| CalcGraphSettings.EdgeShape | |
| CalcGraphSettings.NodeShape |
| Exception | Description |
|---|---|
| SequentialNetworkCalculationException |
The Class SequentialNetworkCalculationException is used as exception type for
sequential network calculations.
|