A B C D E F G H I J K L M N O P R S T U V W X Y Z

B

BarButton - Class in graphlab.gui.plugins.visualization
 
BarButton() - Constructor for class graphlab.gui.plugins.visualization.BarButton
 
BaseEdge<VertexType extends BaseVertex> - Class in graphlab.library
The base class for all edges.
BaseEdge(VertexType, VertexType) - Constructor for class graphlab.library.BaseEdge
 
BaseEdge(VertexType, VertexType, BaseEdgeProperties) - Constructor for class graphlab.library.BaseEdge
 
BaseEdgeEvent - Class in graphlab.library.event.typedef
 
BaseEdgeEvent(BaseGraph<BaseVertex, BaseEdge<BaseVertex>>, BaseEdge<BaseVertex>) - Constructor for class graphlab.library.event.typedef.BaseEdgeEvent
 
BaseEdgeEvent(BaseGraph<BaseVertex, BaseEdge<BaseVertex>>, BaseEdge<BaseVertex>, EdgeEvent.EventType) - Constructor for class graphlab.library.event.typedef.BaseEdgeEvent
 
BaseEdgeProperties - Class in graphlab.library
Wrapper for basic properties of an edge.
BaseEdgeProperties(BaseEdgeProperties) - Constructor for class graphlab.library.BaseEdgeProperties
 
BaseEdgeProperties(int, int, boolean) - Constructor for class graphlab.library.BaseEdgeProperties
 
BaseEdgeRequest - Class in graphlab.library.event.typedef
 
BaseEdgeRequest(BaseGraph<BaseVertex, BaseEdge<BaseVertex>>) - Constructor for class graphlab.library.event.typedef.BaseEdgeRequest
 
BaseEdgeVertexGraphConverter - Class in graphlab.library.genericcloners
 
BaseEdgeVertexGraphConverter() - Constructor for class graphlab.library.genericcloners.BaseEdgeVertexGraphConverter
 
BaseGraph<VertexType extends BaseVertex,EdgeType extends BaseEdge<VertexType>> - Class in graphlab.library
Generic base class for representation of all types of graphs.
BaseGraph() - Constructor for class graphlab.library.BaseGraph
 
BaseGraphEvent - Class in graphlab.library.event.typedef
 
BaseGraphEvent(BaseGraph<BaseVertex, BaseEdge<BaseVertex>>, GraphEvent.EventType) - Constructor for class graphlab.library.event.typedef.BaseGraphEvent
 
BaseGraphEvent(BaseGraph<BaseVertex, BaseEdge<BaseVertex>>) - Constructor for class graphlab.library.event.typedef.BaseGraphEvent
 
BaseGraphRequest - Class in graphlab.library.event.typedef
 
BaseGraphRequest() - Constructor for class graphlab.library.event.typedef.BaseGraphRequest
 
BaseVertex - Class in graphlab.library
The base class for all vertices.
BaseVertex(BaseVertexProperties) - Constructor for class graphlab.library.BaseVertex
 
BaseVertex() - Constructor for class graphlab.library.BaseVertex
 
BaseVertexEvent - Class in graphlab.library.event.typedef
 
BaseVertexEvent(BaseGraph<BaseVertex, BaseEdge<BaseVertex>>, BaseVertex, VertexEvent.EventType) - Constructor for class graphlab.library.event.typedef.BaseVertexEvent
 
BaseVertexEvent(BaseGraph<BaseVertex, BaseEdge<BaseVertex>>, BaseVertex) - Constructor for class graphlab.library.event.typedef.BaseVertexEvent
 
BaseVertexProperties - Class in graphlab.library
 
BaseVertexProperties(BaseVertexProperties) - Constructor for class graphlab.library.BaseVertexProperties
 
BaseVertexProperties(int, boolean) - Constructor for class graphlab.library.BaseVertexProperties
 
BaseVertexRequest - Class in graphlab.library.event.typedef
 
BaseVertexRequest(BaseGraph<BaseVertex, BaseEdge<BaseVertex>>) - Constructor for class graphlab.library.event.typedef.BaseVertexRequest
 
bb - Variable in class graphlab.gui.plugins.main.saveload.xmlparser.GraphmlHandlerImpl
 
BellmanFord<VertexType extends BaseVertex,EdgeType extends BaseEdge<VertexType>> - Class in graphlab.library.algorithms.shortestpath
This method finds the shortest path from a source vertex v, to all vertices of the graph.
BellmanFord() - Constructor for class graphlab.library.algorithms.shortestpath.BellmanFord
 
BFSAnim - Class in graphlab.gui.plugins.algorithmanimator
 
BFSAnim() - Constructor for class graphlab.gui.plugins.algorithmanimator.BFSAnim
 
Bicon(BaseGraph<VertexType, EdgeType>) - Method in class graphlab.library.algorithms.graphdecomposition.BiconnectedComponents
This is the main method, wich take the graph g as the input, and returns the biconnected components of g in a vector.
BiconnectedComponents<VertexType extends BaseVertex,EdgeType extends BaseEdge<VertexType>> - Class in graphlab.library.algorithms.graphdecomposition
This Method find the biconnected components of a graph.
BiconnectedComponents() - Constructor for class graphlab.library.algorithms.graphdecomposition.BiconnectedComponents
 
BiconnectedComponentsAnim - Class in graphlab.gui.plugins.algorithmanimator
 
BiconnectedComponentsAnim() - Constructor for class graphlab.gui.plugins.algorithmanimator.BiconnectedComponentsAnim
 
blackboard - Variable in class graphlab.gui.core.graph.edge.Edge
 
blackboard - Variable in class graphlab.gui.core.graph.edge.EdgeModel
 
blackboard - Variable in class graphlab.gui.core.graph.graph.Graph
 
blackboard - Variable in class graphlab.gui.core.graph.vertex.Vertex
 
BlackBoard - Class in graphlab.main.core.BlackBoard
 
BlackBoard() - Constructor for class graphlab.main.core.BlackBoard.BlackBoard
 
blackboard - Variable in class graphlab.ui.components.GFrame
 
blackboard - Variable in class graphlab.ui.xml.UIHandlerImpl
 
BlackBoardWatcher - Class in graphlab.gui.plugins.main.core.actions
 
BlackBoardWatcher(BlackBoard) - Constructor for class graphlab.gui.plugins.main.core.actions.BlackBoardWatcher
constructor
BoundedInteger - Class in graphlab.main.lang
represents a bounded integer: it's value only can be in the (max ,min) bound.
BoundedInteger(int) - Constructor for class graphlab.main.lang.BoundedInteger
sets the max and min to integer.maxvalue , minvalue
BoundedInteger(int, int, int) - Constructor for class graphlab.main.lang.BoundedInteger
 
BoundedIntegerEditor - Class in graphlab.ui.components.GPropertyEditor.editors.inplace
 
BoundedIntegerEditor() - Constructor for class graphlab.ui.components.GPropertyEditor.editors.inplace.BoundedIntegerEditor
 
BoundedIntegerRenderer - Class in graphlab.ui.components.GPropertyEditor.renderers
 
BoundedIntegerRenderer() - Constructor for class graphlab.ui.components.GPropertyEditor.renderers.BoundedIntegerRenderer
 
BreadthFirstSearch<VertexType extends BaseVertex,EdgeType extends BaseEdge<VertexType>> - Class in graphlab.library.algorithms.traversal
Description here.
BreadthFirstSearch(BaseGraph<VertexType, EdgeType>) - Constructor for class graphlab.library.algorithms.traversal.BreadthFirstSearch
 
BreadthFirstSearch() - Constructor for class graphlab.library.algorithms.traversal.BreadthFirstSearch
 
breadthFirstSearch(VertexType, PreWorkHandler<VertexType>) - Method in class graphlab.library.MatrixGraph
Runs Breadth First Search (BFS) algorithm on the graph starting from vertex vertexId.
browse(URL) - Static method in class graphlab.gui.plugins.main.reporter.Browser
 
browse(String) - Static method in class graphlab.gui.plugins.main.reporter.Browser
 
browse(String) - Static method in class graphlab.gui.plugins.main.reporter.ReporterPluginMethods
opens a browser for displaing the given htmltext it first tries to open an external browser then internal one
browse(URL) - Static method in class graphlab.gui.plugins.main.reporter.ReporterPluginMethods
opens a browser for displaing the given url it first tries to open an external browser then internal one
browseInternal(URL) - Method in class graphlab.gui.plugins.main.reporter.Browser
 
browseInternal(String) - Method in class graphlab.gui.plugins.main.reporter.Browser
 
Browser - Class in graphlab.gui.plugins.main.reporter
 
Browser() - Constructor for class graphlab.gui.plugins.main.reporter.Browser
 
button - Variable in class graphlab.gui.plugins.main.core.actions.edge.EdgeNotifyData
 
button - Variable in class graphlab.gui.plugins.main.core.actions.vertex.VertexNotifyData
 
button - Variable in class graphlab.gui.plugins.main.core.actions.vertex.VertexSelectData
 

A B C D E F G H I J K L M N O P R S T U V W X Y Z