Bridges-Java-2.3.2
2.3.2
Bridges(JavaAPI)
|
▼Nbridges | |
▼Nbase | |
CADTVisualizer | The Bridges object uses this class to keep track of the Visualization representation prior to passing the information to the Bridges Server |
CArray | This 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 | |
CAVLTreeElement | This 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 |
CBinTreeElement | This class can be used to create tree element objects with left and right pointers |
CBSTElement | This class extends the BinTreeElement class by adding a 'key' value for use in a binary search tree implementations |
CCircDLelement | This class can be used to instantiate Circular Doubly Linked List Elements |
CCircSLelement | This class can be used to instantiate Singly Linked Circular List Elements |
CColor | This class is used to represent colors in BRIDGES |
CDataStruct | This is an abstract super class that is extended by all Bridges subclasses and provides some methods that are used universally across BRIDGES |
CDLelement | This class is used to create doubly linked element objects |
CEdge | This class is used to represent the edges in a graph and will appear as links in the BRIDGES graph visualization |
CElement | This is the main superclass in BRIDGES for deriving a number of objects used in building arrays, lists, trees and graph data structures |
CElementVisualizer | This class is used to store the visual attributes of BRIDGES elements |
CGraphAdjList | The 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 |
CGraphAdjMatrix | The GraphAdjMatrix class can be used to represent adjacency matrix based * graphs in BRIDGES |
CLinkVisualizer | This class maintains visual properties of links in all relevant data structures using BRIDGES |
CSLelement | This class can be used to instantiate Singly List Elements |
CTreeElement | This 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 |