Bridges-Java
3.4.4-dev2-4-g23cf54b
Bridges(Java API)
|
▼Nbridges | |
▼Nbase | |
CAbstrMap | |
CArray | This class can be used to create arrays of type Element<E> |
CArray1D | This is a class can be used to create 1 dimensional arrays of type Element<E> |
CArray2D | This class can be used to create arrays of type Element<E> |
CArray3D | This class can be used to create two dimensional arrays of type Element<E> |
CAudioChannel | This class provides support for audio API in bridges; this class stores the properties and audio data of a single channel |
CAudioClip | This class provides support for reading, modifying, and playing, audio waveform |
CAVLTreeElement | This class extends the BSTElement class by adding a height and balance factor fields that are useful in AVL tree implementations |
►CBarChart | Support for drawing Bar charts |
CBinTreeElement | |
CBSTElement | The BSTElement class is the building block for creating binary search trees |
►CCircDLelement | This class can be used to instantiate Circular Doubly Linked List Elements |
CCircle | This class defines a circle and is part of the bridges::base::SymbolCollection |
►CCircSLelement | This class can be used to instantiate Singly Linked Circular List Elements |
CColor | |
CColorGrid | This is a class in BRIDGES for representing an image |
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: GraphAdjList and GraphAdjMatrix |
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 maintains the visual attributes of each BRIDGES element |
CGameCell | This 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 |
CGameGrid | This 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 |
CGraphAdjList | The GraphAdjList class can be used to represent adjacency list based graphs in BRIDGES |
CGraphAdjListSimple | The 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 |
CGraphAdjMatrix | The GraphAdjMatrix class can be used to represent adjacency matrix based graphs in BRIDGES |
CGraphAdjMatrixSimple | The 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 |
CGrid | This is a class in BRIDGES for representing an (m x n) grid |
CKdTreeElement | This 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 |
CLineChart | Enable plotting series of data or functions using a line chart |
CLinkVisualizer | This class maintains the visual attributes of links that join Bridges elements |
CMLelement | |
CNamedColor | This enum is used to represent named, web-safe SVG colors in BRIDGES |
CNamedSymbol | This enum is used to represent named symbols for use in BRIDGES GameGrids |
CPolygon | This class defines a polygon and can be used as a part of a SymbolCollection |
CPolyline | This class defines a polyline and is used as part of a SymbolCollection |
CRectangle | This class defines a rectangle and is part of the bridges::base::SymbolCollection |
►CSLelement | |
CSymbol | This is a class in BRIDGES for deriving a number of Symbol objects for use in a SymbolCollection |
CSymbolCollection | SymbolCollection represents a collection of symbols to visualize in Bridges This class is a container for the different symbol types supported in BRIDGES |
CSymbolGroup | This class defines a group of Symbols and is part of the bridges::base::SymbolCollection |
CText | This class used to render text as part of a SymbolCollection |
CTreeElement | This class extends Element to represent general trees with arbitrary number of children |
CUSMap | This class provides an API to building, displaying and manipulating US maps and counties in BRIDGES |
CWorldMap | This class provides an API to displaying world maps in BRIDGES |
▼Nbenchmark | |
CBenchmark | Base class for a variety of benchmarks |
CBenchmarkParams | |
CBFSBenchmark | Benchmarks Breadth First Search algorithms |
CBFSParams | |
CGraphBenchmark | Base class for a variety of graph based benchmark |
CPageRankBenchmark | Benchmarks Page Rank algorithms |
CPageRankParams | |
CShortestPathBenchmark | Benchmarks Shortest Path algorithms |
CShortestPathParams | |
CSortingBenchmark | Benchmarks sorting algorithm |
▼Nconnect | |
CBridges | |
CConnector | |
CDataSource | This class is the main BRIDGES class that facilitates access to external datasets |
CKeypressListener | This is an internal class to BRIDGES that is not intended to be seen by the end user |
CSocketConnection | This is an internal class to BRIDGES that is not intended to be seen by the end user |
▼Ndata_src_dependent | |
CActorMovieIMDB | This class represents an actor-movie pair object, to be used with the IMDB actor-movie dataset |
CActorMovieWikidata | Represent Actor Movie relations extacted from Wikidata |
CAmenity | Class that hold individual Open Street Map Amenities |
CAssignment | Struct like class used to represent Bridges Assignments as they are returned from the server |
CAssignmentData | Struct like class used to represent Bridges Assignment Data as returned from the server |
CCancerIncidence | United States Cancer Statistics from the U.S. Center for Disease Control |
CCity | Class that holds data of a city |
CEarthquakeUSGS | This class stores the information of an earthquake, retrieved from US Geological Survey Data tweet source |
CElevationData | Object that holds elevation data retrieved from NOAA repository |
CGame | A Game object, used along with the Games data source |
CGutenbergMeta | Stores the meta data of a book as stored by project Gutenberg |
COsmData | Class that hold Open Street Map vertices |
COsmEdge | This is a class that defines an OpenStreet Map edge |
COsmServerResponse | End user should not see that class |
COsmServerResponseMeta | End user should not see that class |
COsmVertex | This is a class that defines an OpenStreet Map node or vertex |
CReddit | An object to represent a Reddit post, used along with the Reddit data source |
CShakespeare | A Shakespeare Data source object containing sonnets, poems and plays |
CSong | A Song object, used along with the Songs data source (using the Genius API |
CUSCounty | Class that holds US County information |
CUSState | Class for USState and its attributes |
▼Ngames | |
CBlockingGame | |
CGameBase | |
CInputHelper | |
►CInputStateMachine | |
CNonBlockingGame | This class provides the features necessary to implement simple non blocking games |
▼Nvalidation | |
CDataFormatterException | |
CInvalidValueException | |
COutputLog | |
CRateLimitException | |
CValidation |