Bridges-Java-2.3.3  2.3.3
Bridges(JavaAPI)
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 Nbridges
 Nbase
 CArrayThis class can be used to create arrays of type Element<E>
 CArrayElement
 CArrayOfElement
 CAVLTreeElementThis class extends the BSTElement class by adding a height and balance factor fields that are useful in AVL trees
 CBinTreeElementThis class is extended from the TreeElement class and can be used to create binary tree element objects
 CBSTElementThe BSTElement class is the building block for creating binary search trees
 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
 CColorGridThis is a class in BRIDGES for representing an (n x n) grid
 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 maintains the visual attributes of each BRIDGES element
 CGraphAdjListThe GraphAdjList class can be used to represent adjacency list based graphs in BRIDGES
 CGraphAdjListSimpleThe GraphAdjListSimple class is a simplification of the GraphAdjList class; this class is useful in applications where vertex and edge specific information is not used; this class is thus a specialization of GraphAdjList with only a single generic parameter that specifies the key type
 CGraphAdjMatrixThe GraphAdjMatrix class can be used to represent adjacency matrix based graphs in BRIDGES
 CGraphAdjMatrixSimpleThe GraphAdjMatrixSimple class is a simplification of the GraphAdjList class; this class is useful in applications where vertex and edge specific information is not used; this class is thus a specialization of GraphAdjList with only a single generic parameter that specifies the key type
 CGridThis is a class in BRIDGES for representing an (n x n) grid
 CLinkVisualizerThis class maintains the visual attributes of links that join Bridges elements
 CMLelementThis class can be used to instantiate Multi-list Elements
 CSLelementThis class can be used to instantiate Singly Linked Elements
 CTreeElementThis class extends Element to represent general trees with arbitrary number of children
 Nconnect
 CBridgesThe Bridges class is the main class that provides interfaces to datasets, maintains user and assignment information, and connects to the Bridges server
 CConnector
 CDataFormatter
 Ndata_src_dependent
 CActor
 CActorMovieIMDB
 CCancerIncidence
 CEarthquakeTweet
 CEarthquakeUSGS
 CFollower
 CGame
 CGutenbergBook
 CIMDB
 CMovie
 CRottenTomatos
 CSampleDataGenerator
 CShakespeare
 CSong
 CTweet
 CTwitter
 CTwitterAccount
 CUSGSaccount
 CUsgsFoo
 CGeometry
 CCoordinates
 CProperties
 Nvalidation
 CDataFormatterException
 CInvalidValueException
 COutputLog
 CRateLimitException
 CValidation