Bridges-Java  3.4.4-dev2-4-g23cf54b
Bridges(Java API)
Packages
Here are the packages with brief descriptions (if available):
[detail level 1234]
 Nbridges
 Nbase
 CAbstrMap
 CArrayThis class can be used to create arrays of type Element<E>
 CArray1DThis is a class can be used to create 1 dimensional arrays of type Element<E>
 CArray2DThis class can be used to create arrays of type Element<E>
 CArray3DThis class can be used to create two dimensional arrays of type Element<E>
 CAudioChannelThis class provides support for audio API in bridges; this class stores the properties and audio data of a single channel
 CAudioClipThis class provides support for reading, modifying, and playing, audio waveform
 CAVLTreeElementThis class extends the BSTElement class by adding a height and balance factor fields that are useful in AVL tree implementations
 CBarChartSupport for drawing Bar charts
 CBinTreeElement
 CBSTElementThe BSTElement class is the building block for creating binary search trees
 CCircDLelementThis class can be used to instantiate Circular Doubly Linked List Elements
 CCircleThis class defines a circle and is part of the bridges::base::SymbolCollection
 CCircSLelementThis class can be used to instantiate Singly Linked Circular List Elements
 CColor
 CColorGridThis is a class in BRIDGES for representing an image
 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: GraphAdjList and GraphAdjMatrix
 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
 CGameCellThis class is used to represent cells in GameGrid in BRIDGES. It is part of the GameAPI. Each cell has a foreground color, background color, and a symbol shape
 CGameGridThis class in BRIDGES is part of the BRIDGS Game API. It is for representing an (m x n) game grid. Each position in the grid will hold a GameCell object, each of which has a foreground color, background color, and a symbol
 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 (m x n) grid
 CKdTreeElementThis class can be used to create K-d Tree elements, derived from BSTElement. K-D trees can be thought of as the spatial equivalent of binary search trees and operate on multiple dimensions (2D and 3D are most common). These trees serve as a representation of the underlying geometrically defined spaces. Specialized versions of these trees include quadtrees and octrees, which subdivide into equal sized quadrants and octants at each level, respectively
 CLineChartEnable plotting series of data or functions using a line chart
 CLinkVisualizerThis class maintains the visual attributes of links that join Bridges elements
 CMLelement
 CNamedColorThis enum is used to represent named, web-safe SVG colors in BRIDGES
 CNamedSymbolThis enum is used to represent named symbols for use in BRIDGES GameGrids
 CPolygonThis class defines a polygon and can be used as a part of a SymbolCollection
 CPolylineThis class defines a polyline and is used as part of a SymbolCollection
 CRectangleThis class defines a rectangle and is part of the bridges::base::SymbolCollection
 CSLelement
 CSymbolThis is a class in BRIDGES for deriving a number of Symbol objects for use in a SymbolCollection
 CSymbolCollectionSymbolCollection represents a collection of symbols to visualize in Bridges This class is a container for the different symbol types supported in BRIDGES
 CSymbolGroupThis class defines a group of Symbols and is part of the bridges::base::SymbolCollection
 CTextThis class used to render text as part of a SymbolCollection
 CTreeElementThis class extends Element to represent general trees with arbitrary number of children
 CUSMapThis class provides an API to building, displaying and manipulating US maps and counties in BRIDGES
 CWorldMapThis class provides an API to displaying world maps in BRIDGES
 Nbenchmark
 CBenchmarkBase class for a variety of benchmarks
 CBenchmarkParams
 CBFSBenchmarkBenchmarks Breadth First Search algorithms
 CBFSParams
 CGraphBenchmarkBase class for a variety of graph based benchmark
 CPageRankBenchmarkBenchmarks Page Rank algorithms
 CPageRankParams
 CShortestPathBenchmarkBenchmarks Shortest Path algorithms
 CShortestPathParams
 CSortingBenchmarkBenchmarks sorting algorithm
 Nconnect
 CBridges
 CConnector
 CDataSourceThis class is the main BRIDGES class that facilitates access to external datasets
 CKeypressListenerThis is an internal class to BRIDGES that is not intended to be seen by the end user
 CSocketConnectionThis is an internal class to BRIDGES that is not intended to be seen by the end user
 Ndata_src_dependent
 CActorMovieIMDBThis class represents an actor-movie pair object, to be used with the IMDB actor-movie dataset
 CActorMovieWikidataRepresent Actor Movie relations extacted from Wikidata
 CAmenityClass that hold individual Open Street Map Amenities
 CAssignmentStruct like class used to represent Bridges Assignments as they are returned from the server
 CAssignmentDataStruct like class used to represent Bridges Assignment Data as returned from the server
 CCancerIncidenceUnited States Cancer Statistics from the U.S. Center for Disease Control
 CCityClass that holds data of a city
 CEarthquakeUSGSThis class stores the information of an earthquake, retrieved from US Geological Survey Data tweet source
 CElevationDataObject that holds elevation data retrieved from NOAA repository
 CGameA Game object, used along with the Games data source
 CGutenbergMetaStores the meta data of a book as stored by project Gutenberg
 COsmDataClass that hold Open Street Map vertices
 COsmEdgeThis is a class that defines an OpenStreet Map edge
 COsmServerResponseEnd user should not see that class
 COsmServerResponseMetaEnd user should not see that class
 COsmVertexThis is a class that defines an OpenStreet Map node or vertex
 CRedditAn object to represent a Reddit post, used along with the Reddit data source
 CShakespeareA Shakespeare Data source object containing sonnets, poems and plays
 CSongA Song object, used along with the Songs data source (using the Genius API
 CUSCountyClass that holds US County information
 CUSStateClass for USState and its attributes
 Ngames
 CBlockingGame
 CGameBase
 CInputHelper
 CInputStateMachine
 CNonBlockingGameThis class provides the features necessary to implement simple non blocking games
 Nvalidation
 CDataFormatterException
 CInvalidValueException
 COutputLog
 CRateLimitException
 CValidation