Bridges-Java-2.3.2  2.3.2
Bridges(JavaAPI)
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123456]
 Cbridges.data_src_dependent.Actor
 Cbridges.data_src_dependent.ActorMovieIMDB
 Cbridges.base.ADTVisualizer< K, E >The Bridges object uses this class to keep track of the Visualization representation prior to passing the information to the Bridges Server
 Cbridges.base.ArrayOfElement< E extends Comparable<?super E >
 Cbridges.connect.Bridges< K, E >
 Cbridges.base.ColorThis class is used to represent colors in BRIDGES
 CComparable
 Cbridges.connect.Connector
 Cbridges.data_src_dependent.UsgsFoo.Geometry.Coordinates
 Cbridges.connect.DataFormatter
 Cbridges.base.DataStructThis is an abstract super class that is extended by all Bridges subclasses and provides some methods that are used universally across BRIDGES
 Cbridges.base.Array< E >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
 Cbridges.base.Element< E >This is the main superclass in BRIDGES for deriving a number of objects used in building arrays, lists, trees and graph data structures
 Cbridges.base.ArrayElement< E >
 Cbridges.base.DLelement< E >This class is used to create doubly linked element objects
 Cbridges.base.CircDLelement< E >This class can be used to instantiate Circular Doubly Linked List Elements
 Cbridges.base.SLelement< E >This class can be used to instantiate Singly List Elements
 Cbridges.base.CircSLelement< E >This class can be used to instantiate Singly Linked Circular List Elements
 Cbridges.base.TreeElement< E >This class extends Element to represent general trees with arbitrary number of children
 Cbridges.base.BinTreeElement< E >This class can be used to create tree element objects with left and right pointers
 Cbridges.base.BSTElement< K, E >This class extends the BinTreeElement class by adding a 'key' value for use in a binary search tree implementations
 Cbridges.base.AVLTreeElement< K, E >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
 Cbridges.base.GraphAdjList< K, E >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
 Cbridges.base.GraphAdjMatrix< K, E >The GraphAdjMatrix class can be used to represent adjacency matrix based * graphs in BRIDGES
 Cbridges.base.Edge< Key >This class is used to represent the edges in a graph and will appear as links in the BRIDGES graph visualization
 Cbridges.base.ElementVisualizerThis class is used to store the visual attributes of BRIDGES elements
 Cbridges.data_src_dependent.Follower
 Cbridges.data_src_dependent.Game
 Cbridges.data_src_dependent.UsgsFoo.Geometry
 Cbridges.data_src_dependent.GutenbergBook
 Cbridges.data_src_dependent.IMDB
 Cbridges.base.LinkVisualizerThis class maintains visual properties of links in all relevant data structures using BRIDGES
 Cbridges.data_src_dependent.Movie
 COutputStream
 Cbridges.validation.OutputLog
 Cbridges.data_src_dependent.UsgsFoo.Properties
 Cbridges.data_src_dependent.RottenTomatos
 CRuntimeException
 Cbridges.validation.InvalidValueException
 Cbridges.data_src_dependent.SampleDataGenerator
 Cbridges.data_src_dependent.Shakespeare
 Cbridges.data_src_dependent.Tweet
 Cbridges.data_src_dependent.EarthquakeTweet
 Cbridges.data_src_dependent.EarthquakeUSGS
 Cbridges.data_src_dependent.Twitter
 Cbridges.data_src_dependent.TwitterAccount
 Cbridges.data_src_dependent.USGSaccount
 Cbridges.data_src_dependent.UsgsFoo
 Cbridges.validation.Validation
 CException
 Cbridges.validation.DataFormatterException
 Cbridges.validation.RateLimitException