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

D

d - Variable in class graphlab.gui.plugins.graphgenerator.Kn_dGenerator
 
d - Variable in class graphlab.gui.plugins.graphgenerator.RanTreeGenerator
 
dashed - Static variable in class graphlab.gui.core.graph.GStroke
 
dashed_dashed_dotted - Static variable in class graphlab.gui.core.graph.GStroke
 
dashed_dotted - Static variable in class graphlab.gui.core.graph.GStroke
 
dashed_dotted_dotted - Static variable in class graphlab.gui.core.graph.GStroke
 
data - Variable in class graphlab.gui.plugins.commandline.Run
 
deactivate() - Method in class graphlab.gui.core.graph.vertex.GResizer
Invoked when the tool is no longer being used.
DEBUG - Static variable in class graphlab.gui.plugins.main.saveload.xmlparser.GraphmlHandlerImpl
 
DEBUG - Static variable in class graphlab.gui.plugins.manageplugins.xml.GlupdateHandlerImpl
 
DEBUG - Static variable in class graphlab.ui.xml.UIHandlerImpl
 
defaultArrow - Static variable in class graphlab.gui.core.graph.ArrowHandler
 
defineAttributes() - Method in class graphlab.main.preferences.AbstractPreference
A Suggested implementation for this method will be like this: public void defineAttributes(){ putAttribute(Desired Objects Assigned name,Objects Value); }
defineAttributes() - Method in class graphlab.main.preferences.GraphPreferences
 
defineListeners() - Method in class graphlab.main.preferences.AbstractPreference
A suggested implementation for this method would be like this: Class ReactionToChangeAttribute implements AttributeListener{ public void attributeUpdated(String name,Object oldValue,Object newValue){ // Any Desired Reaction, for instance: if(name.equals(myAttribute)){ System.out.print("Yahoo"); } } public vod defineListeneres(){ addAttributeListener(new ReactionToChangeAttribute(),String[] desiredAttributeNames); } You can leave this method without implementation if you dont need to listen to change o your properties!
defineListeners() - Method in class graphlab.main.preferences.GraphPreferences
 
degree - Variable in class graphlab.gui.plugins.graphgenerator.TreeGenerator
 
delay() - Static method in class graphlab.library.algorithms.spanningtree.Prim
 
delete(GraphType, VertexType) - Method in class graphlab.library.algorithms.goperators.GOperators
 
delete(GraphType, EdgeType) - Method in class graphlab.library.algorithms.goperators.GOperators
 
DeleteEdge - Class in graphlab.gui.plugins.main.core.actions.edge
 
DeleteEdge(BlackBoard) - Constructor for class graphlab.gui.plugins.main.core.actions.edge.DeleteEdge
 
deleteEdge(Edge) - Static method in class graphlab.gui.plugins.main.core.CorePluginMethods
 
DeleteSelected - Class in graphlab.gui.plugins.main.select
User: root
DeleteSelected(BlackBoard) - Constructor for class graphlab.gui.plugins.main.select.DeleteSelected
constructor
DeleteVertex - Class in graphlab.gui.plugins.main.core.actions.vertex
Author: Ruzbeh Ebrahimi
DeleteVertex(BlackBoard) - Constructor for class graphlab.gui.plugins.main.core.actions.vertex.DeleteVertex
 
deleteVertex(Vertex) - Static method in class graphlab.gui.plugins.main.core.CorePluginMethods
deletes a vertex from it's coressponding graph
depends - Variable in class graphlab.main.plugin.Plugger
 
deps - Variable in class graphlab.gui.plugins.manageplugins.Plugin
 
depth - Variable in class graphlab.gui.plugins.graphgenerator.TreeGenerator
 
DepthFirstSearch<VertexType extends BaseVertex,EdgeType extends BaseEdge<VertexType>> - Class in graphlab.library.algorithms.traversal
 
DepthFirstSearch(BaseGraph<VertexType, EdgeType>) - Constructor for class graphlab.library.algorithms.traversal.DepthFirstSearch
 
DepthFirstSearch() - Constructor for class graphlab.library.algorithms.traversal.DepthFirstSearch
 
depthFirstSearch(VertexType, PreWorkPostWorkHandler<VertexType>) - Method in class graphlab.library.MatrixGraph
Runs Depth First Search (DFS) algorithm on the graph starting from vertex vertexId.
desc - Variable in class graphlab.gui.plugins.manageplugins.Plugin
 
DeSelect - Class in graphlab.gui.plugins.main.select
Author: Azin Azadi
DeSelect(BlackBoard) - Constructor for class graphlab.gui.plugins.main.select.DeSelect
constructor
destroy() - Method in class graphlab.gui.core.graph.graph.Graph
 
destroyGraph(Graph) - Static method in class graphlab.gui.plugins.main.core.actions.graph.ClearGraph
 
dfs(String) - Method in class graphlab.main.plugin.Plugger
DFS to find a topological sort of plugins.
DFSAnim - Class in graphlab.gui.plugins.algorithmanimator
 
DFSAnim() - Constructor for class graphlab.gui.plugins.algorithmanimator.DFSAnim
 
Dijkstra<VertexType extends BaseVertex,EdgeType extends BaseEdge<VertexType>> - Class in graphlab.library.algorithms.shortestpath
This method finds the shortest path from a vertex to all vertices of a graph.
Dijkstra() - Constructor for class graphlab.library.algorithms.shortestpath.Dijkstra
 
DijkstraAnim - Class in graphlab.gui.plugins.algorithmanimator
 
DijkstraAnim() - Constructor for class graphlab.gui.plugins.algorithmanimator.DijkstraAnim
 
DIRECTED - Static variable in class graphlab.gui.core.graph.edge.EdgeModel
 
disable() - Method in class graphlab.gui.plugins.main.actiongrouping.ActionGrouper
 
DISABLE - Static variable in class graphlab.gui.plugins.main.core.actions.vertex.AddVertex
 
disable() - Method in class graphlab.main.core.action.AbstractAction
disables the action prevent it from doing anything.
disableActions() - Method in class graphlab.gui.plugins.main.actiongrouping.ActionGrouper
 
dispatchEvent(String, MouseEvent) - Method in class graphlab.gui.core.graph.graph.GraphControl
 
dispatchEvent(Event) - Method in class graphlab.gui.plugins.algorithmanimator.core.AlgorithmAnimator
 
dispatchEvent(Event) - Method in class graphlab.library.algorithms.Algorithm
Sends the event ae to the dispatcher.
dispatchEvent(Event) - Method in interface graphlab.library.event.EventDispatcher
Should take reactions (possibly to the gui) upon call by the algorithm.
doAlgorithm() - Method in class graphlab.gui.plugins.algorithmanimator.More
 
doAlgorithm() - Method in interface graphlab.library.algorithms.AutomatedAlgorithm
 
doAlgorithm() - Method in class graphlab.library.algorithms.coloring.SampleColoring
 
doAlgorithm() - Method in class graphlab.library.algorithms.graphdecomposition.BiconnectedComponents
 
doAlgorithm() - Method in class graphlab.library.algorithms.shortestpath.AcyclicSP
 
doAlgorithm() - Method in class graphlab.library.algorithms.shortestpath.BellmanFord
 
doAlgorithm() - Method in class graphlab.library.algorithms.shortestpath.Dijkstra
 
doAlgorithm() - Method in class graphlab.library.algorithms.spanningtree.AnimatedPrim
 
doAlgorithm() - Method in class graphlab.library.algorithms.spanningtree.Kruskal
 
doAlgorithm() - Method in class graphlab.library.algorithms.traversal.BreadthFirstSearch
 
doAlgorithm() - Method in class graphlab.library.algorithms.traversal.DepthFirstSearch
 
doAlgorithm() - Method in class graphlab.library.algorithms.vertexcover.AppVertexCover
 
doColoring() - Method in class graphlab.library.algorithms.coloring.SampleColoring
 
doJob(String) - Method in class graphlab.gui.core.graph.GraphRectRegionSelect
 
dojob(BlackBoard) - Static method in class graphlab.gui.plugins.main.core.actions.AddTab
 
dojob(BlackBoard) - Static method in class graphlab.gui.plugins.main.core.actions.CloseTab
 
doJob(Graph, Vertex, Vertex) - Static method in class graphlab.gui.plugins.main.core.actions.edge.AddEdge
 
doJob(Edge) - Static method in class graphlab.gui.plugins.main.core.actions.edge.DeleteEdge
 
doJob(BlackBoard) - Static method in class graphlab.gui.plugins.main.core.actions.graph.NewGraph
 
doJob(Graph, int, int) - Static method in class graphlab.gui.plugins.main.core.actions.vertex.AddVertex
adds a vertex to the given location of graph
doJob(Graph) - Static method in class graphlab.gui.plugins.main.core.actions.vertex.AddVertex
adds a vertex to a random position of the graph return the added vertex
doJob(Vertex) - Static method in class graphlab.gui.plugins.main.core.actions.vertex.DeleteVertex
 
doJob(Vertex, int, int) - Static method in class graphlab.gui.plugins.main.core.actions.vertex.MoveVertex
 
doJob(String) - Method in class graphlab.gui.plugins.main.GraphAction
 
doJob(String) - Method in class graphlab.main.core.action.AbstractAction
 
doJob(String) - Method in interface graphlab.main.core.action.Action
do the job of action.
doJob(String) - Method in interface graphlab.main.core.notifier.Notifiable
the event ocurred, i notify you to do your job!
DoMetr - Class in graphlab.gui.plugins.metrics.core
 
DoMetr() - Constructor for class graphlab.gui.plugins.metrics.core.DoMetr
 
doNotRepaint - Variable in class graphlab.gui.core.graph.graph.GraphView
 
doPostWork(VertexModel, VertexModel) - Method in class graphlab.gui.plugins.reports.basicreports.IsBiPartiteReport
 
doPostWork(VertexType, VertexType) - Method in interface graphlab.library.event.handlers.PostWorkHandler
Does postwork when traversing back from w to v.
doPreWork(VertexModel, VertexModel) - Method in class graphlab.gui.plugins.reports.basicreports.IsBiPartiteReport
 
doPreWork(VertexType, VertexType) - Method in interface graphlab.library.event.handlers.PreWorkHandler
Does prework on a vertex of a graph.
doReposition - Variable in class graphlab.gui.core.graph.graph.GraphView
 
doSearch(VertexType, PreWorkHandler<VertexType>) - Method in class graphlab.library.algorithms.traversal.BreadthFirstSearch
 
doSearch(VertexType, PreWorkPostWorkHandler<VertexType>) - Method in class graphlab.library.algorithms.traversal.DepthFirstSearch
Runs Depth First Search (DFS) algorithm on the graph starting from vertex vertexId.
dotted - Static variable in class graphlab.gui.core.graph.GStroke
 
DOWNWARDPARALLELOGRAM - Static variable in class graphlab.gui.core.graph.GShape
 
DOWNWARDTRAPEZOID - Static variable in class graphlab.gui.core.graph.GShape
 
DOWNWARDTRIANGLE - Static variable in class graphlab.gui.core.graph.GShape
 
draw(VertexView, Graphics, int, int) - Method in class graphlab.gui.core.graph.GShape
 
dump() - Method in class graphlab.library.BaseGraph
Prints the Adjacency Matrix to the standard output.
dump() - Method in class graphlab.library.ListGraph
 
dump() - Method in class graphlab.library.MatrixGraph
 
duplicate(ElementType) - Method in interface graphlab.library.simple.ElementDuplicator
 

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