Bridges-Java-2.3.2  2.3.2
Bridges(JavaAPI)
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 Nbridges
 Nbase
 CADTVisualizerThe Bridges object uses this class to keep track of the Visualization representation prior to passing the information to the Bridges Server
 CArrayThis class can be used to create arrays of type Element<E> where E is a generic type representation application specific data. Arrays are internally represented as 1D arrays; currently 1D, 2D and 3D arrays are supported
 CArrayElement
 CArrayOfElement
 CAVLTreeElementThis class extends the BSTElement class for use in building AVL trees. AVL tree elements include a 'height' and a 'balFactor' value, representing the height and balance factor of the AVL tree at that node, respectively. This is useful in representing AVL trees
 CBinTreeElementThis class can be used to create tree element objects with left and right pointers
 CBSTElementThis class extends the BinTreeElement class by adding a 'key' value for use in a binary search tree implementations
 CCircDLelementThis class can be used to instantiate Circular Doubly Linked List Elements
 CCircSLelementThis class can be used to instantiate Singly Linked Circular List Elements
 CColorThis class is used to represent colors in BRIDGES
 CDataStructThis is an abstract super class that is extended by all Bridges subclasses and provides some methods that are used universally across BRIDGES
 CDLelementThis class is used to create doubly linked element objects
 CEdgeThis class is used to represent the edges in a graph and will appear as links in the BRIDGES graph visualization
 CElementThis is the main superclass in BRIDGES for deriving a number of objects used in building arrays, lists, trees and graph data structures
 CElementVisualizerThis class is used to store the visual attributes of BRIDGES elements
 CGraphAdjListThe GraphAdjList class can be used to represent adjacency list based graphs in BRIDGES with E represnting a data specific generic parameter. The class is simply a wrapper around the C++ STL unordered_map class and, thus, derives all its operations from it. BRIDGES provides methods to visualize the graph and its contents
 CGraphAdjMatrixThe GraphAdjMatrix class can be used to represent adjacency matrix based * graphs in BRIDGES
 CLinkVisualizerThis class maintains visual properties of links in all relevant data structures using BRIDGES
 CSLelementThis class can be used to instantiate Singly List Elements
 CTreeElementThis class extends Element to represent general trees with arbitrary number of children
 Nconnect
 CBridges
 CConnector
 CDataFormatter
 Ndata_src_dependent
 CActor
 CActorMovieIMDB
 CEarthquakeTweet
 CEarthquakeUSGS
 CFollower
 CGame
 CGutenbergBook
 CIMDB
 CMovie
 CRottenTomatos
 CSampleDataGenerator
 CShakespeare
 CTweet
 CTwitter
 CTwitterAccount
 CUSGSaccount
 CUsgsFoo
 CGeometry
 CCoordinates
 CProperties
 Nvalidation
 CDataFormatterException
 CInvalidValueException
 COutputLog
 CRateLimitException
 CValidation