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

A

a_list() - Method in class graphloaders.antlrDotParser.DOTParser
 
a_list() - Method in class graphloaders.antlrDotParser.DOTParser.Attr_listContext
 
a_list(int) - Method in class graphloaders.antlrDotParser.DOTParser.Attr_listContext
 
A_listContext(ParserRuleContext, int) - Constructor for class graphloaders.antlrDotParser.DOTParser.A_listContext
 
ABORT_OPTION - Static variable in class view.callassistant.ArgumentsPanel
 
ABOUT - Static variable in class view.guicomponents.AboutFrame
 
ABOUT - Static variable in class view.guicomponents.FormatInfoFrame
 
AboutFrame - Class in view.guicomponents
JDialog that contains information about Graphana as HTML output
AboutFrame() - Constructor for class view.guicomponents.AboutFrame
Creates an instance and builds the frame.
accept(File) - Method in class view.LdFileFilter
The method checks, if a given file is visible in the dialog.
ACCEPTED - Static variable in class genscript.parse.NTProductions
 
accepted(IndexReader) - Method in class genscript.parse.NTProductions
 
action(Reader) - Method in interface genscript.parse.ParseAction
 
action(GraphLibrary<VertexType, EdgeType>, DotReader) - Method in class graphloaders.oldDotParser.actions.AddEdgesAction
 
action(GraphLibrary<VertexType, EdgeType>, DotReader) - Method in class graphloaders.oldDotParser.actions.AddVertexAction
 
action(DotReader) - Method in class graphloaders.oldDotParser.actions.AttributeListActions.AddAttrAction
 
action(GraphLibrary<VertexType, EdgeType>, DotReader) - Method in class graphloaders.oldDotParser.actions.AttributeListActions.BeginGlobalAttrListAction
 
action(GraphLibrary<VertexType, EdgeType>, DotReader) - Method in class graphloaders.oldDotParser.actions.AttributeListActions.BeginLocalAttrListAction
 
action(GraphLibrary<VertexType, EdgeType>, DotReader) - Method in class graphloaders.oldDotParser.actions.AttributeListActions.EndGlobalAttrListAction
 
action(GraphLibrary<VertexType, EdgeType>, DotReader) - Method in class graphloaders.oldDotParser.actions.BeginSetAction
 
action(GraphLibrary<VertexType, EdgeType>, DotReader) - Method in class graphloaders.oldDotParser.actions.CreateGraphAction
 
action(DotReader) - Method in class graphloaders.oldDotParser.actions.DeleteTokenAction
 
action(DotReader) - Method in class graphloaders.oldDotParser.actions.EdgesStartAction
 
action(GraphLibrary<VertexType, EdgeType>, DotReader) - Method in class graphloaders.oldDotParser.actions.EndSetAction
 
action(GraphLibrary<VertexType, EdgeType>, DotReader) - Method in class graphloaders.oldDotParser.actions.SetGraphNameAction
 
action(GraphLibrary<VertexType, EdgeType>, DotReader) - Method in class graphloaders.oldDotParser.parser.DotGraphAction
 
action(DotReader) - Method in class graphloaders.oldDotParser.parser.DotGraphAction
 
actionPerformed(ActionEvent) - Method in class view.callassistant.ArgumentsFrame
 
actionPerformed(ActionEvent) - Method in class view.defaultargumentcomponents.ArgumentFiles
 
actionPerformed(ActionEvent) - Method in class view.fileset.FileSetPopUp
 
actionPerformed(ActionEvent) - Method in class view.fileset.GraphFilesTablePanel
 
actionPerformed(ActionEvent) - Method in class view.guicomponents.AboutFrame
 
actionPerformed(ActionEvent) - Method in class view.guicomponents.ComplexTypeField
 
actionPerformed(ActionEvent) - Method in class view.guicomponents.FileTextField
 
actionPerformed(ActionEvent) - Method in class view.guicomponents.FormatInfoFrame
 
actionPerformed(ActionEvent) - Method in class view.guicomponents.guiconsole.ConsolePanel
 
actionPerformed(ActionEvent) - Method in class view.guicomponents.guiconsole.StatusBar
 
actionPerformed(ActionEvent) - Method in class view.guicomponents.mainmenu.FileMenu
 
actionPerformed(ActionEvent) - Method in class view.guicomponents.mainmenu.OperationsMenu
 
actionPerformed(ActionEvent) - Method in class view.histograms.HistogramOutputPanel
 
actionPerformed(ActionEvent) - Method in class view.menuutil.keymainmenu.KeyMainMenu
 
actionPerformed(ActionEvent) - Method in class view.menuutil.MacroMenu
 
actionPerformed(ActionEvent) - Method in class view.menuutil.OperationSectionMenu
 
add(String, boolean, boolean) - Method in class graphana.model.InputHistory
Eventually adds the given string to the input history
add(String, boolean) - Method in class graphana.model.InputHistory
Calls add(input,forceInsertion,false)
add(double, double) - Method in class graphana.model.mathobjects.PairD
Adds the given values to the x and y values
add(Vector2D) - Method in class graphana.model.mathobjects.Position2D
Adds the given vector x and y values to the x and y values of this instance
add(E) - Method in class graphana.util.QuickList
Appends the specified element to the end of this list.
add(int, E) - Method in class graphana.util.QuickList
Inserts the specified element at the specified position in this list.
add(ExecutionResult<?>) - Method in class scriptinterface.defaulttypes.GSet
 
addAll(Collection<? extends E>) - Method in class graphana.util.QuickList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(int, Collection<? extends E>) - Method in class graphana.util.QuickList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
AddAttrAction(boolean) - Constructor for class graphloaders.oldDotParser.actions.AttributeListActions.AddAttrAction
 
addBefore(E, QuickList.Entry<E>) - Method in class graphana.util.QuickList
 
addBefore(QuickList.Entry<E>, QuickList.Entry<E>) - Method in class graphana.util.QuickList
 
addDefaultHistogram(String) - Method in class view.defaultargumentcomponents.HistogramArgumentFactory
 
addDialog() - Method in class view.fileset.GraphFilesTablePanel
Presents an open dialog to the user and adds all files the user selected to the list.
addDockingVector(Position2D, Vector2D, DimensionD) - Method in class graphana.graphs.visualization.drawmodifiers.VertexShape
Corrects the given position in order that it does not lay in the center but on the border of the shape depending on the direction
addEdge(VertexType, VertexType, double, Object) - Method in class graphana.graphs.GraphLibrary
Adds an edge into the graph or does nothing, if a respective edge already exists.
addEdge(VertexType, VertexType, double) - Method in class graphana.graphs.GraphLibrary
Adds an edge connecting the given vertices to the graph or does nothing if there is already an edge connecting the given vertices.
addEdge(VertexType, VertexType) - Method in class graphana.graphs.GraphLibrary
Calls addEdge(vertex1,vertex2,1).
addEdge(LibTWEdge) - Method in class libraries.libtw.LibTWVertex
 
addEdge(int, int) - Method in class operations.graphoperations.algorithms.AlgoCVDHeuristic.CVD
 
addEdgeByIdent(String, String, boolean, double) - Method in class graphana.graphs.GraphLibrary
Adds an edge into the graph or does nothing, if a respective edge already exists.
AddEdgesAction - Class in graphloaders.oldDotParser.actions
Adds edges to the currently loaded graph.
AddEdgesAction(boolean, boolean) - Constructor for class graphloaders.oldDotParser.actions.AddEdgesAction
 
addEdgeVisualData(EdgeType) - Method in class visualizations.stdlayout.StdLayout
Creates visual data for the given edge and registers it
addFile(File, FileFormat) - Method in class scriptinterface.defaulttypes.GCompoundFiles
 
addFile(File, FileFormat) - Method in class scriptinterface.defaulttypes.GFiles
 
addFile(File) - Method in class scriptinterface.defaulttypes.GFiles
 
addFile(GraphListElement) - Method in class view.fileset.GraphFileListBox
Adds the given file to the list if there is no equal file already included.
addFile(File) - Method in class view.fileset.GraphFileListBox
Adds the given file to the list if there is no equal file already included.
addFile(File, FileFormat) - Method in class view.fileset.GraphFileListBox
 
addFile(String) - Method in class view.fileset.GraphFileListBox
Adds a file with the given filename to the list, if there is not already an equal file in the list.
addFile(String, FileFormat) - Method in class view.fileset.GraphFileListBox
 
addFile(GraphListElement) - Method in class view.fileset.GraphFiles
Adds the given file to the list if an equal file is not already contained
addFile(File) - Method in class view.fileset.GraphFiles
Adds the given file to the list if an equal file is not already contained
addFile(File, FileFormat) - Method in class view.fileset.GraphFilesTable
 
addFile(GraphListElement) - Method in class view.fileset.GraphFilesTable
 
addFile(File, FileFormat) - Method in class view.fileset.GraphFilesTablePanel
 
addFile(File, FileFormat) - Method in class view.fileset.GraphFileTable
 
addFile(GraphListElement) - Method in class view.fileset.GraphFileTable
 
addFile(String) - Method in class view.fileset.GraphFileTable
 
addFiles(File[]) - Method in class scriptinterface.defaulttypes.GCompoundFiles
 
addFiles(File, FileFormat, boolean) - Method in class scriptinterface.defaulttypes.GCompoundFiles
 
addFiles(String, boolean) - Method in class scriptinterface.defaulttypes.GCompoundFiles
 
addFiles(File[]) - Method in class scriptinterface.defaulttypes.GFiles
 
addFiles(File, boolean) - Method in class scriptinterface.defaulttypes.GFiles
 
addFiles(String, boolean) - Method in class scriptinterface.defaulttypes.GFiles
 
addFirst(E) - Method in class graphana.util.QuickList
Inserts the specified element at the beginning of this list.
addFirst(QuickList.Entry<E>) - Method in class graphana.util.QuickList
 
addGraphLibrary(Class<? extends GraphLibrary<?, ?>>) - Method in class graphana.graphs.GraphLibManager
Registers a new GraphLibrary.
addGraphListener(GraphListener<VertexType, EdgeType>) - Method in class graphana.graphs.GraphLibrary
Adds a graph listener to the graph.
addHistogram(Histogram) - Method in class view.histograms.HistogramOutputPanel
Adds the given histogram to the view.
addHistogramByString(String, String) - Method in class view.histograms.HistogramOutputPanel
Creates a histogram by using the given CSV file and adds it.
addIngoingEdge(EdgeVisualData<VertexType, EdgeType>) - Method in class visualizations.stdlayout.VertexVisualData
Adds a visual edge to the list of ingoing edges.
addItem(JMenuItem, char) - Method in class view.menuutil.GraphanaMenu
Adds the given item and adds this instance as action listener to the item.
addItem(JMenuItem) - Method in class view.menuutil.GraphanaMenu
Adds the given item and adds this instance as action listener to the item.
addItem(String, String) - Method in class view.menuutil.keymainmenu.KeyMainMenu
Creates and returns a new item with the given values and associates it with the given key.
addItem(String, String, char) - Method in class view.menuutil.MacroMenu
Calls addOperationItem with an empty parameter tuple and the default argument settings.
addItem(String, String) - Method in class view.menuutil.MacroMenu
Calls addOperationItem with an empty parameter tuple, the default argument settings and no shortcut.
addKeyListener(KeyListener) - Method in class view.argumentcomponents.ArgumentComponent
Adds the given key listener to this and eventually inner components
addKeyListener(KeyListener) - Method in class view.callassistant.ArgumentsPanel
 
addLast(E) - Method in class graphana.util.QuickList
Appends the specified element to the end of this list.
addOperation(Operation) - Method in class graphana.operationsystem.OperationSet
Registers an operation in the program so the user can call it.
addOperationItem(String, ParameterTuple, String, char, ArgumentsPanelSettings) - Method in class view.menuutil.MacroMenu
Creates and adds a macro for an operation execution to the menu.
addOperationItem(String, ParameterTuple, String, char) - Method in class view.menuutil.MacroMenu
Calls addOperationItem with the given arguments and the default argument settings.
addOperationItem(String, String, String, char, ArgumentsPanelSettings) - Method in class view.menuutil.MacroMenu
Creates a parameter tuple by parsing the given parameters string and calls addOperationItem.
addOperationItem(String, String, String, char) - Method in class view.menuutil.MacroMenu
Calls addOperationItem with the given arguments and the default argument settings.
addOperationItem(String, Operation, char) - Method in class view.menuutil.MacroMenu
Extracts the statement and the parameter tuple from the given operation and calls addOperationItem with it and the other given values.
addOperationItem(String, String, char) - Method in class view.menuutil.MacroMenu
Extracts the statement and the parameter tuple from the operation associated with the given key and calls addOperationItem with it and the other given values.
addOperations(OperationGroup) - Method in class graphana.operationsystem.OperationSet
Registers every operation of the given operation group.
addOutgoingEdge(EdgeVisualData<VertexType, EdgeType>) - Method in class visualizations.stdlayout.VertexVisualData
Adds a visual edge to the list of outgoing edges.
addRandomDisjointClique(GraphLibrary<VertexType, EdgeType>, int, String, int, int) - Static method in class operations.graphoperations.GrOpsRandomGraphs
 
addRandomEdge(GraphLibrary<VertexType, EdgeType>, double) - Static method in class operations.graphoperations.GrOpsRandomGraphs
 
addScriptItem(String, ScriptCallSignature, char) - Method in class view.menuutil.MacroMenu
Extracts the statement and parameter tuple from the given script signature and creates a TaskItem with it and the other given values.
addSeparator() - Method in class view.menuutil.keymainmenu.KeyMainMenu
Adds a separator line at the current sub menu.
addSyntaxItem(String, String) - Method in class view.menuutil.SyntaxSubMenu
 
addToGraph(GraphLibrary<VertexType, ?>) - Method in class graphana.model.MetaEdge
Adds this edge as a real edge in the given graph
addToGraph(GraphLibrary<VertexType, ?>) - Method in class graphana.model.MetaWeightedEdge
 
addToHistory(String, boolean) - Method in class view.guicomponents.guiconsole.ConsolePanel
Adds the given input to the input history.
addTokenIdentifier(String, TokenIdentifier) - Method in class genscript.syntax.tokens.TokenSet
 
addTokenIdentifier(String) - Method in class genscript.syntax.tokens.TokenSet
 
addType(String, ArgumentComponentFactory) - Method in class view.argumentcomponents.ArgumentComponentManager
Registers a new argument component factory and associates it with the given Graphana type
addType(String[], ArgumentComponentFactory) - Method in class view.argumentcomponents.ArgumentComponentManager
Calls addType for each of the entries of the given array with the given argument component factory
addType(String, Class<? extends ArgumentComponent>) - Method in class view.argumentcomponents.ArgumentComponentManager
Registers the given type key word with the given argument component class.
addType(String[], Class<? extends ArgumentComponent>) - Method in class view.argumentcomponents.ArgumentComponentManager
Calls addType with each of the entries of the given array with the given argument component class
addType(ScriptType, Class<? extends ArgumentComponent>) - Method in class view.argumentcomponents.ArgumentComponentManager
Calls addType with the name of the given type and the given argument component class
addVertex(String, boolean, Object) - Method in class graphana.graphs.GraphLibrary
Creates a vertex with the given identifier and inserts it into the graph.
addVertex(String, boolean) - Method in class graphana.graphs.GraphLibrary
Creates a vertex with the given identifier and inserts it into the graph.
addVertex() - Method in class graphana.graphs.GraphLibrary
Creates a vertex with a generated identifier and inserts it into the graph.
addVertex(String) - Method in class graphana.graphs.GraphLibrary
Creates a new vertex with the given identifier and inserts it into the graph.
addVertex(VertexType) - Method in class graphana.util.LegacyDegreeList
 
addVertex(String, Object) - Method in class graphloaders.oldDotParser.parser.DotReadLevel
 
addVertex(VertexType) - Method in class operations.graphoperations.StatusVertexList
 
addVertex(StdLayout<VertexType, EdgeType>.VisVertex) - Method in class visualizations.stdlayout.StdLayout
 
addVertex(VertexType) - Method in class visualizations.stdlayout.StdLayout
Creates visualization data for the given vertex and registers it
AddVertexAction - Class in graphloaders.oldDotParser.actions
 
AddVertexAction() - Constructor for class graphloaders.oldDotParser.actions.AddVertexAction
 
addVertexData(StdLayout<VertexType, EdgeType>.VisVertex) - Method in class visualizations.stdlayout.StdLayout
Registers the given visual data
addVertexData(VertexType, double, double) - Method in class visualizations.stdlayout.StdLayout
Creates visual data out of the given arguments and registers it
addVertexData(VertexType) - Method in class visualizations.stdlayout.StdLayout
Creates visual data out of the given vertex and registers it.
addVisualizer(GraphVisualizer) - Method in class graphana.graphs.visualization.VisualizationManager
Registers a new visualizer to the program.
addX(float) - Method in class visualizations.stdlayout.VertexVisualData
Adds the given value to the x position of the vertex
addY(float) - Method in class visualizations.stdlayout.VertexVisualData
Adds the given value to the y position of the vertex
AlgoAvrgDegree() - Constructor for class operations.graphoperations.algorithms.AlgosGraphStdProperties.AlgoAvrgDegree
 
AlgoBetweennessEdgeHistogram() - Constructor for class operations.graphoperations.algorithms.AlgosMiscellaneous.AlgoBetweennessEdgeHistogram
 
AlgoBetweennessVertexHistogram() - Constructor for class operations.graphoperations.algorithms.AlgosMiscellaneous.AlgoBetweennessVertexHistogram
 
AlgoCheckGomoryHu() - Constructor for class operations.graphoperations.algorithms.AlgosCuts.AlgoCheckGomoryHu
 
AlgoCombFAS() - Constructor for class operations.graphoperations.algorithms.AlgoFeedbackArcSet.AlgoCombFAS
 
AlgoCombFASSize() - Constructor for class operations.graphoperations.algorithms.AlgoFeedbackArcSet.AlgoCombFASSize
 
AlgoCompleteGraphEdges() - Constructor for class operations.graphoperations.algorithms.AlgosMiscellaneous.AlgoCompleteGraphEdges
 
AlgoConnectedComponentsCount() - Constructor for class operations.graphoperations.algorithms.AlgosConnectedComponents.AlgoConnectedComponentsCount
 
AlgoConnectivity - Class in operations.graphoperations.algorithms
 
AlgoConnectivity() - Constructor for class operations.graphoperations.algorithms.AlgoConnectivity
 
AlgoCVDHeuristic - Class in operations.graphoperations.algorithms
 
AlgoCVDHeuristic() - Constructor for class operations.graphoperations.algorithms.AlgoCVDHeuristic
 
AlgoCVDHeuristic.CVD<VertexType,EdgeType> - Class in operations.graphoperations.algorithms
 
AlgoCVDHeuristic.CVD.Result - Class in operations.graphoperations.algorithms
 
AlgoCVDHeuristic.Node - Class in operations.graphoperations.algorithms
 
AlgoCVDHeuristic.Node2 - Class in operations.graphoperations.algorithms
 
AlgoCVDHeuristic.P3 - Class in operations.graphoperations.algorithms
 
AlgoDegeneracy() - Constructor for class operations.graphoperations.algorithms.AlgosMiscellaneous.AlgoDegeneracy
 
AlgoDegreeDistributionUndirected() - Constructor for class operations.graphoperations.algorithms.AlgosGraphStdProperties.AlgoDegreeDistributionUndirected
 
AlgoDiameter - Class in operations.graphoperations.algorithms
 
AlgoDiameter() - Constructor for class operations.graphoperations.algorithms.AlgoDiameter
 
AlgoDiameter.GetAlgoDiameter - Class in operations.graphoperations.algorithms
 
AlgoDiameter.GetApproxDiameter - Class in operations.graphoperations.algorithms
 
AlgoDiameter.GetMaxApproxComponentDiameter - Class in operations.graphoperations.algorithms
 
AlgoDiameter.GetMaxComponentDiameter - Class in operations.graphoperations.algorithms
 
AlgoDijkstraShortestPath() - Constructor for class operations.graphoperations.algorithms.AlgosDistances.AlgoDijkstraShortestPath
 
ALGODIR - Static variable in class graphana.operationsystem.OperationGroup
 
AlgoEdgeConnectivityDistribution() - Constructor for class operations.graphoperations.algorithms.AlgosCuts.AlgoEdgeConnectivityDistribution
 
AlgoEdgeWeightSum - Class in frameworksamples
Example graphana algorithm
AlgoEdgeWeightSum() - Constructor for class frameworksamples.AlgoEdgeWeightSum
 
AlgoFeedbackArcSet - Class in operations.graphoperations.algorithms
 
AlgoFeedbackArcSet() - Constructor for class operations.graphoperations.algorithms.AlgoFeedbackArcSet
 
AlgoFeedbackArcSet.AlgoCombFAS - Class in operations.graphoperations.algorithms
 
AlgoFeedbackArcSet.AlgoCombFASSize - Class in operations.graphoperations.algorithms
 
AlgoFeedbackArcSet.AlgoFVS2APX - Class in operations.graphoperations.algorithms
 
AlgoFeedbackArcSet.AlgoFVS2APXSize - Class in operations.graphoperations.algorithms
 
AlgoFeedbackArcSet.AlgoGetCycle - Class in operations.graphoperations.algorithms
 
AlgoFeedbackArcSet.AlgoGetGR - Class in operations.graphoperations.algorithms
 
AlgoFeedbackArcSet.AlgoGetGRSize - Class in operations.graphoperations.algorithms
 
AlgoFeedbackArcSet.AlgoSCCCount - Class in operations.graphoperations.algorithms
 
AlgoFeedbackArcSet.AlgoSifting - Class in operations.graphoperations.algorithms
 
AlgoFeedbackArcSet.AlgoSiftingSize - Class in operations.graphoperations.algorithms
 
AlgoFeedbackArcSet.Context - Class in operations.graphoperations.algorithms
 
AlgoFeedbackArcSet.Index - Class in operations.graphoperations.algorithms
 
AlgoFeedbackArcSet.InOut - Class in operations.graphoperations.algorithms
 
AlgoFeedbackArcSet.Status - Enum in operations.graphoperations.algorithms
 
AlgoFeedbackArcSet.UCycle - Class in operations.graphoperations.algorithms
 
AlgoFeedbackEdgeSetSize() - Constructor for class operations.graphoperations.algorithms.AlgosConnectedComponents.AlgoFeedbackEdgeSetSize
 
AlgoFVS2APX() - Constructor for class operations.graphoperations.algorithms.AlgoFeedbackArcSet.AlgoFVS2APX
 
AlgoFVS2APXSize() - Constructor for class operations.graphoperations.algorithms.AlgoFeedbackArcSet.AlgoFVS2APXSize
 
AlgoGetCycle() - Constructor for class operations.graphoperations.algorithms.AlgoFeedbackArcSet.AlgoGetCycle
 
AlgoGetDominatingSet() - Constructor for class operations.graphoperations.algorithms.AlgosMiscellaneous.AlgoGetDominatingSet
 
AlgoGetDominatingSetSize() - Constructor for class operations.graphoperations.algorithms.AlgosMiscellaneous.AlgoGetDominatingSetSize
 
AlgoGetGR() - Constructor for class operations.graphoperations.algorithms.AlgoFeedbackArcSet.AlgoGetGR
 
AlgoGetGreedyVertexCover() - Constructor for class operations.graphoperations.algorithms.AlgosMiscellaneous.AlgoGetGreedyVertexCover
 
AlgoGetGRSize() - Constructor for class operations.graphoperations.algorithms.AlgoFeedbackArcSet.AlgoGetGRSize
 
AlgoGetHIndexPlus() - Constructor for class operations.graphoperations.algorithms.AlgosMiscellaneous.AlgoGetHIndexPlus
 
AlgoGetInducedP4() - Constructor for class operations.graphoperations.algorithms.AlgosCoGraph.AlgoGetInducedP4
 
AlgoGetInducedP4Size() - Constructor for class operations.graphoperations.algorithms.AlgosCoGraph.AlgoGetInducedP4Size
 
AlgoGetKCore() - Constructor for class operations.graphoperations.algorithms.AlgosMiscellaneous.AlgoGetKCore
 
AlgoGetKCoreHistogram() - Constructor for class operations.graphoperations.algorithms.AlgosMiscellaneous.AlgoGetKCoreHistogram
 
AlgoGetKCoreSize() - Constructor for class operations.graphoperations.algorithms.AlgosMiscellaneous.AlgoGetKCoreSize
 
AlgoGomoryHuTree() - Constructor for class operations.graphoperations.algorithms.AlgosCuts.AlgoGomoryHuTree
 
AlgoHIndex() - Constructor for class operations.graphoperations.algorithms.AlgosMiscellaneous.AlgoHIndex
 
AlgoIngoingDegreeDistributionDirected() - Constructor for class operations.graphoperations.algorithms.AlgosGraphStdProperties.AlgoIngoingDegreeDistributionDirected
 
AlgoIsAcyclic() - Constructor for class operations.graphoperations.algorithms.AlgosConnectedComponents.AlgoIsAcyclic
 
AlgoIsClusterGraph() - Constructor for class operations.graphoperations.algorithms.AlgosConnectedComponents.AlgoIsClusterGraph
 
AlgoIsTree() - Constructor for class operations.graphoperations.algorithms.AlgosConnectedComponents.AlgoIsTree
 
AlgoKEdgeConnected() - Constructor for class operations.graphoperations.algorithms.AlgosCuts.AlgoKEdgeConnected
 
AlgoMaxDegreeUndirected() - Constructor for class operations.graphoperations.algorithms.AlgosGraphStdProperties.AlgoMaxDegreeUndirected
 
AlgoMaxIngoingDegreeDirected() - Constructor for class operations.graphoperations.algorithms.AlgosGraphStdProperties.AlgoMaxIngoingDegreeDirected
 
AlgoMaxOutgoingDegreeDirected() - Constructor for class operations.graphoperations.algorithms.AlgosGraphStdProperties.AlgoMaxOutgoingDegreeDirected
 
AlgoMinDegreeUndirected() - Constructor for class operations.graphoperations.algorithms.AlgosGraphStdProperties.AlgoMinDegreeUndirected
 
AlgoMinIngoingDegreeDirected() - Constructor for class operations.graphoperations.algorithms.AlgosGraphStdProperties.AlgoMinIngoingDegreeDirected
 
AlgoMinOutgoingDegreeDirected() - Constructor for class operations.graphoperations.algorithms.AlgosGraphStdProperties.AlgoMinOutgoingDegreeDirected
 
AlgoNeighborhoodDiversity() - Constructor for class operations.graphoperations.algorithms.AlgosMiscellaneous.AlgoNeighborhoodDiversity
 
AlgoOutgoingDegreeDistributionDirected() - Constructor for class operations.graphoperations.algorithms.AlgosGraphStdProperties.AlgoOutgoingDegreeDistributionDirected
 
algorithmMessage(String, String) - Method in class graphana.UserInterface
Within algorithm visualization, this method outputs the given message to the user.
algorithmOutputStep(String, String, boolean) - Method in class graphana.UserInterface
Refreshes the algorithm output and blocks, until the user wishes to continue.
algorithmOutputStep(String, String) - Method in class graphana.UserInterface
Refreshes the algorithm output associated with the given key and blocks, until the user wishes to continue.
algorithmOutputStep(String) - Method in class graphana.UserInterface
Calls algorithmOutputStep(titleKey,null)
algorithmOutputStep(String, String, boolean) - Method in class graphana.UserInterface.NullUserInterface
 
algorithmOutputStep(String, String, boolean) - Method in class view.VisualizingUserInterface
Refreshes the output of an algorithm visualization.
algorithmStartMessage(String) - Method in class graphana.UserInterface
Called, whenever an algorithm visualization is about to start.
algorithmStartMessage(String) - Method in class graphana.UserInterface.NullUserInterface
 
algorithmStartMessage(String) - Method in class view.VisualizingUserInterface
Called whenever an algorithm visualization starts.
algorithmTime - Variable in class graphana.ExecutionManager
 
algorithmTimeout - Variable in class graphana.ExecutionManager
 
AlgoSCCCount() - Constructor for class operations.graphoperations.algorithms.AlgoFeedbackArcSet.AlgoSCCCount
 
AlgosClusterEditing - Class in operations.graphoperations.algorithms
 
AlgosClusterEditing() - Constructor for class operations.graphoperations.algorithms.AlgosClusterEditing
 
AlgosClusterEditing.GetAPX - Class in operations.graphoperations.algorithms
 
AlgosClusterEditing.GetAPXCED - Class in operations.graphoperations.algorithms
 
AlgosClusterEditing.GetAPXCEDRuns - Class in operations.graphoperations.algorithms
 
AlgosClusterEditing.GetAPXCEDRunsSize - Class in operations.graphoperations.algorithms
 
AlgosClusterEditing.GetAPXCEDSize - Class in operations.graphoperations.algorithms
 
AlgosClusterEditing.GetAPXHEUR - Class in operations.graphoperations.algorithms
 
AlgosClusterEditing.GetAPXRuns - Class in operations.graphoperations.algorithms
 
AlgosClusterEditing.GetAPXRunsSize - Class in operations.graphoperations.algorithms
 
AlgosClusterEditing.GetAPXSize - Class in operations.graphoperations.algorithms
 
AlgosClusterEditing.GetCE - Class in operations.graphoperations.algorithms
 
AlgosClusterEditing.GetCESize - Class in operations.graphoperations.algorithms
 
AlgosCoGraph - Class in operations.graphoperations.algorithms
 
AlgosCoGraph() - Constructor for class operations.graphoperations.algorithms.AlgosCoGraph
 
AlgosCoGraph.AlgoGetInducedP4 - Class in operations.graphoperations.algorithms
 
AlgosCoGraph.AlgoGetInducedP4Size - Class in operations.graphoperations.algorithms
 
AlgosConnectedComponents - Class in operations.graphoperations.algorithms
 
AlgosConnectedComponents() - Constructor for class operations.graphoperations.algorithms.AlgosConnectedComponents
 
AlgosConnectedComponents.AlgoConnectedComponentsCount - Class in operations.graphoperations.algorithms
 
AlgosConnectedComponents.AlgoFeedbackEdgeSetSize - Class in operations.graphoperations.algorithms
 
AlgosConnectedComponents.AlgoIsAcyclic - Class in operations.graphoperations.algorithms
 
AlgosConnectedComponents.AlgoIsClusterGraph - Class in operations.graphoperations.algorithms
 
AlgosConnectedComponents.AlgoIsTree - Class in operations.graphoperations.algorithms
 
AlgosConnectedComponents.MaxComp - Class in operations.graphoperations.algorithms
 
AlgosConnectedComponents.MaxCompSize - Class in operations.graphoperations.algorithms
 
AlgosCuts - Class in operations.graphoperations.algorithms
 
AlgosCuts() - Constructor for class operations.graphoperations.algorithms.AlgosCuts
 
AlgosCuts.AlgoCheckGomoryHu - Class in operations.graphoperations.algorithms
 
AlgosCuts.AlgoEdgeConnectivityDistribution - Class in operations.graphoperations.algorithms
 
AlgosCuts.AlgoGomoryHuTree - Class in operations.graphoperations.algorithms
 
AlgosCuts.AlgoKEdgeConnected - Class in operations.graphoperations.algorithms
 
AlgosCVD - Class in operations.graphoperations.algorithms
 
AlgosCVD() - Constructor for class operations.graphoperations.algorithms.AlgosCVD
 
AlgosDistances - Class in operations.graphoperations.algorithms
 
AlgosDistances() - Constructor for class operations.graphoperations.algorithms.AlgosDistances
 
AlgosDistances.AlgoDijkstraShortestPath - Class in operations.graphoperations.algorithms
 
AlgosDistances.Matrix - Class in operations.graphoperations.algorithms
 
AlgosDistances.ResultDistance - Class in operations.graphoperations.algorithms
 
AlgosFeedbackVertexSet - Class in operations.graphoperations.algorithms.feedbackvertexset
 
AlgosFeedbackVertexSet() - Constructor for class operations.graphoperations.algorithms.feedbackvertexset.AlgosFeedbackVertexSet
 
AlgosGraphStdProperties - Class in operations.graphoperations.algorithms
 
AlgosGraphStdProperties() - Constructor for class operations.graphoperations.algorithms.AlgosGraphStdProperties
 
AlgosGraphStdProperties.AlgoAvrgDegree - Class in operations.graphoperations.algorithms
 
AlgosGraphStdProperties.AlgoDegreeDistributionUndirected - Class in operations.graphoperations.algorithms
 
AlgosGraphStdProperties.AlgoIngoingDegreeDistributionDirected - Class in operations.graphoperations.algorithms
 
AlgosGraphStdProperties.AlgoMaxDegreeUndirected - Class in operations.graphoperations.algorithms
 
AlgosGraphStdProperties.AlgoMaxIngoingDegreeDirected - Class in operations.graphoperations.algorithms
 
AlgosGraphStdProperties.AlgoMaxOutgoingDegreeDirected - Class in operations.graphoperations.algorithms
 
AlgosGraphStdProperties.AlgoMinDegreeUndirected - Class in operations.graphoperations.algorithms
 
AlgosGraphStdProperties.AlgoMinIngoingDegreeDirected - Class in operations.graphoperations.algorithms
 
AlgosGraphStdProperties.AlgoMinOutgoingDegreeDirected - Class in operations.graphoperations.algorithms
 
AlgosGraphStdProperties.AlgoOutgoingDegreeDistributionDirected - Class in operations.graphoperations.algorithms
 
AlgoSifting() - Constructor for class operations.graphoperations.algorithms.AlgoFeedbackArcSet.AlgoSifting
 
AlgoSiftingSize() - Constructor for class operations.graphoperations.algorithms.AlgoFeedbackArcSet.AlgoSiftingSize
 
AlgosMiscellaneous - Class in operations.graphoperations.algorithms
 
AlgosMiscellaneous() - Constructor for class operations.graphoperations.algorithms.AlgosMiscellaneous
 
AlgosMiscellaneous.AlgoBetweennessEdgeHistogram - Class in operations.graphoperations.algorithms
 
AlgosMiscellaneous.AlgoBetweennessVertexHistogram - Class in operations.graphoperations.algorithms
 
AlgosMiscellaneous.AlgoCompleteGraphEdges - Class in operations.graphoperations.algorithms
 
AlgosMiscellaneous.AlgoDegeneracy - Class in operations.graphoperations.algorithms
 
AlgosMiscellaneous.AlgoGetDominatingSet - Class in operations.graphoperations.algorithms
 
AlgosMiscellaneous.AlgoGetDominatingSetSize - Class in operations.graphoperations.algorithms
 
AlgosMiscellaneous.AlgoGetGreedyVertexCover - Class in operations.graphoperations.algorithms
 
AlgosMiscellaneous.AlgoGetHIndexPlus - Class in operations.graphoperations.algorithms
 
AlgosMiscellaneous.AlgoGetKCore - Class in operations.graphoperations.algorithms
 
AlgosMiscellaneous.AlgoGetKCoreHistogram - Class in operations.graphoperations.algorithms
 
AlgosMiscellaneous.AlgoGetKCoreSize - Class in operations.graphoperations.algorithms
 
AlgosMiscellaneous.AlgoHIndex - Class in operations.graphoperations.algorithms
 
AlgosMiscellaneous.AlgoNeighborhoodDiversity - Class in operations.graphoperations.algorithms
 
AlgosMiscellaneous.AlgoTwoHopsHistogram - Class in operations.graphoperations.algorithms
 
AlgosMiscellaneous.AlgoVertexCoverSizeBothHeuristics - Class in operations.graphoperations.algorithms
 
AlgosMiscellaneous.ComplementaryGraph - Class in operations.graphoperations.algorithms
 
AlgosMiscellaneous.IsBipartite - Class in operations.graphoperations.algorithms
 
AlgosTreewidth - Class in operations.graphoperations.algorithms
 
AlgosTreewidth() - Constructor for class operations.graphoperations.algorithms.AlgosTreewidth
 
AlgosTreewidth.AlgoTreewidthBounds - Class in operations.graphoperations.algorithms
 
AlgosTreewidth.AlgoTreewidthExact - Class in operations.graphoperations.algorithms
 
AlgosTreewidth.AlgoTreewidthLowerBound - Class in operations.graphoperations.algorithms
 
AlgosTreewidth.AlgoTreewidthUpperBound - Class in operations.graphoperations.algorithms
 
AlgosTreewidth.TreewidthHeuristicLowerBound - Enum in operations.graphoperations.algorithms
 
AlgosTreewidth.TreewidthHeuristicUpperBound - Enum in operations.graphoperations.algorithms
 
algoTimerActive - Variable in class graphana.ExecutionManager
 
ALGOTITLE - Variable in class operations.graphoperations.algorithms.AlgosCoGraph
 
AlgoTreewidthBounds() - Constructor for class operations.graphoperations.algorithms.AlgosTreewidth.AlgoTreewidthBounds
 
AlgoTreewidthExact() - Constructor for class operations.graphoperations.algorithms.AlgosTreewidth.AlgoTreewidthExact
 
AlgoTreewidthLowerBound() - Constructor for class operations.graphoperations.algorithms.AlgosTreewidth.AlgoTreewidthLowerBound
 
AlgoTreewidthUpperBound() - Constructor for class operations.graphoperations.algorithms.AlgosTreewidth.AlgoTreewidthUpperBound
 
AlgoTwoHopsHistogram() - Constructor for class operations.graphoperations.algorithms.AlgosMiscellaneous.AlgoTwoHopsHistogram
 
AlgoVertexCoverSizeBothHeuristics() - Constructor for class operations.graphoperations.algorithms.AlgosMiscellaneous.AlgoVertexCoverSizeBothHeuristics
 
allLibsCompatible() - Method in class graphana.operationsystem.GraphOperation
Tells whether or not this graph operation can be called with any graph library.
allocFormatString(String) - Method in class graphana.model.string.FixedString
Allocates a format string.
allocString(int) - Method in class graphana.model.string.FixedString
 
allocString(String, int) - Method in class graphana.model.string.FixedString
Initializes with the given capacity and sets the initial string.
allocString(String) - Method in class graphana.model.string.FixedString
Initializes the string with the given string.
allPositionsSet(Iterable<StdLayout<VertexType, EdgeType>.VisVertex>) - Method in class visualizations.stdlayout.StdLayout
 
antlrDotLoader - Class in graphloaders
Created by Clemens Hoffmann on 8/8/16.
antlrDotLoader() - Constructor for class graphloaders.antlrDotLoader
 
ANY - Static variable in interface scriptinterface.ScriptSystemInterface
 
AnyToArray() - Constructor for class scriptinterface.defaulttypes.DefaultCasts.AnyToArray
 
AnyToSet() - Constructor for class scriptinterface.defaulttypes.DefaultCasts.AnyToSet
 
AnyToString() - Constructor for class scriptinterface.defaulttypes.DefaultCasts.AnyToString
 
AnyToVector() - Constructor for class scriptinterface.defaulttypes.DefaultCasts.AnyToVector
 
append(String, String) - Method in class descriptionfiles.Description
Appends the two given strings each to the plain version and to the latex version.
append(Object) - Method in class global.ListString
Appends the string representation of the given object to the result string.
append(String, Object) - Method in class global.ListString
Appends the given key and the given object separated by the key-value-separator.
appendAsLatex(String) - Method in class descriptionfiles.Description
Appends the given string to the latex version of the description.
appendAsPlain(String) - Method in class descriptionfiles.Description
Appends the given string to the plain version of the description.
appendFloat(float, int, int) - Method in class graphana.model.string.FixedString
Appends the string representation of the given float at the marker position
appendFloatAtMark(int, float, int) - Method in class graphana.model.string.FixedString
Appends a float at the given location
appendInt(int, int) - Method in class graphana.model.string.FixedString
Appends the given integer at the marker position.
appendIntAtMark(int, int) - Method in class graphana.model.string.FixedString
Appends the string representation of the given integer at the given position
appendOutput(String) - Method in class view.guicomponents.guiconsole.ConsolePanel
Appends the given string to the GUI console output.
appendString(String, int) - Method in class graphana.model.string.FixedString
Appends the given string at the marker position
appendString(String) - Method in class graphana.model.string.FixedString
Appends the given string at the marker position
appendStringAtMark(int, String) - Method in class graphana.model.string.FixedString
Appends the given string at the given position
appendZeros(int) - Method in class graphana.model.string.FixedString
Appends the given number of zeros.
appendZerosUntil(int) - Method in class graphana.model.string.FixedString
Fills the buffer with zeros beginning at the current mark ending at the given index.
apply(MainControl, String, ExecutionResult[], ExecuterTreeElem<?, ?>) - Static method in class graphana.script.bindings.basicops.GrOpApplication
 
approxDiameter(GraphLibrary<VertexType, EdgeType>, Progress) - Method in class operations.graphoperations.algorithms.AlgoDiameter
 
ARGUMENT_SETTINGS - Static variable in class view.guicomponents.mainmenu.SyntaxMenu
 
ArgumentBoolean - Class in view.defaultargumentcomponents
 
ArgumentBoolean() - Constructor for class view.defaultargumentcomponents.ArgumentBoolean
 
ArgumentComplexType - Class in view.defaultargumentcomponents
 
ArgumentComplexType() - Constructor for class view.defaultargumentcomponents.ArgumentComplexType
 
ArgumentComponent - Class in view.argumentcomponents
Java GUI component to let the user set a value of a graphana type.
ArgumentComponent() - Constructor for class view.argumentcomponents.ArgumentComponent
Creates an instance but does not initialize it.
ArgumentComponentComboBox - Class in view.defaultargumentcomponents
 
ArgumentComponentComboBox() - Constructor for class view.defaultargumentcomponents.ArgumentComponentComboBox
 
ArgumentComponentFactory - Class in view.argumentcomponents
Creates an instance of one specific argument component
ArgumentComponentFactory() - Constructor for class view.argumentcomponents.ArgumentComponentFactory
 
ArgumentComponentManager - Class in view.argumentcomponents
Stores and manages argument components to easily access and create components depending on the type
ArgumentComponentManager(MainControl) - Constructor for class view.argumentcomponents.ArgumentComponentManager
Creates an instance
argumentComponentManager - Variable in class view.menuutil.GraphanaMenu
 
ArgumentComponentSpinner - Class in view.defaultargumentcomponents
 
ArgumentComponentSpinner(double, double, double, double) - Constructor for class view.defaultargumentcomponents.ArgumentComponentSpinner
 
ArgumentComponentTextField - Class in view.defaultargumentcomponents
 
ArgumentComponentTextField(boolean) - Constructor for class view.defaultargumentcomponents.ArgumentComponentTextField
 
ArgumentComponentTextField() - Constructor for class view.defaultargumentcomponents.ArgumentComponentTextField
 
ArgumentExecuted - Class in view.argumentcomponents
Argument component which only holds a text field
ArgumentExecuted() - Constructor for class view.argumentcomponents.ArgumentExecuted
 
ArgumentFile - Class in view.defaultargumentcomponents
 
ArgumentFile(int, boolean, boolean) - Constructor for class view.defaultargumentcomponents.ArgumentFile
 
ArgumentFileFormat - Class in view.defaultargumentcomponents
 
ArgumentFileFormat() - Constructor for class view.defaultargumentcomponents.ArgumentFileFormat
 
ArgumentFiles - Class in view.defaultargumentcomponents
 
ArgumentFiles() - Constructor for class view.defaultargumentcomponents.ArgumentFiles
 
ArgumentFloat - Class in view.defaultargumentcomponents
 
ArgumentFloat() - Constructor for class view.defaultargumentcomponents.ArgumentFloat
 
ArgumentHistogram - Class in view.defaultargumentcomponents
 
ArgumentHistogram(Iterable<String>) - Constructor for class view.defaultargumentcomponents.ArgumentHistogram
 
ArgumentInteger - Class in view.defaultargumentcomponents
 
ArgumentInteger() - Constructor for class view.defaultargumentcomponents.ArgumentInteger
 
ArgumentPositiveInteger - Class in view.defaultargumentcomponents
 
ArgumentPositiveInteger() - Constructor for class view.defaultargumentcomponents.ArgumentPositiveInteger
 
ArgumentsFrame - Class in view.callassistant
Java frame that contains a call assistant
ArgumentsFrame() - Constructor for class view.callassistant.ArgumentsFrame
 
ArgumentsPanel - Class in view.callassistant
A panel containing a GUI list of argument components contained in a call assistant
ArgumentsPanel() - Constructor for class view.callassistant.ArgumentsPanel
 
ArgumentsPanelSettings - Class in view.argumentcomponents
Holds properties to determine which buttons will appear in a call assistant.
ArgumentsPanelSettings(boolean, boolean, boolean) - Constructor for class view.argumentcomponents.ArgumentsPanelSettings
Creates an instance with the given settings.
ArgumentsPanelSettings(boolean, boolean) - Constructor for class view.argumentcomponents.ArgumentsPanelSettings
Creates an instance with the given settings.
ArgumentsPopUp - Class in view.callassistant
A pop up containing a GUI list of argument.
ArgumentsPopUp() - Constructor for class view.callassistant.ArgumentsPopUp
 
argumentsToString(boolean, String, String) - Method in class view.callassistant.ArgumentsPanel
Creates and returns a user readable string representation of the arguments
argumentsToString(boolean) - Method in class view.callassistant.ArgumentsPanel
calls argumentsToString(includeKeys,", ","=")
argumentsToString() - Method in class view.callassistant.ArgumentsPanel
Calls argumentsToString(false,", ","=")
ArgumentString - Class in view.defaultargumentcomponents
 
ArgumentString() - Constructor for class view.defaultargumentcomponents.ArgumentString
 
ArgumentTextField - Class in view.callassistant
A GUI TextField with a certain pre set border and font
ArgumentTextField() - Constructor for class view.callassistant.ArgumentTextField
 
ArgumentVector - Class in view.defaultargumentcomponents
 
ArgumentVector() - Constructor for class view.defaultargumentcomponents.ArgumentVector
 
ArgumentVertex - Class in view.defaultargumentcomponents
 
ArgumentVertex() - Constructor for class view.defaultargumentcomponents.ArgumentVertex
 
ArrangeException - Exception in visualizations.stdlayout
Thrown, whenever a graph layout was not able to arrange the vertices due to invalid configuration or invalid graph properties
ArrangeException(String) - Constructor for exception visualizations.stdlayout.ArrangeException
Creates an instance and sets the given message as runtime exception message
arrangeVertices(String, Iterable<StdLayout<VertexType, EdgeType>.VisVertex>, Iterable<EdgeVisualData<VertexType, EdgeType>>) - Method in class visualizations.layouts.CycleLayout
 
arrangeVertices(String, Iterable<StdLayout<VertexType, EdgeType>.VisVertex>, Iterable<EdgeVisualData<VertexType, EdgeType>>) - Method in class visualizations.layouts.ExplicitPositionsLayout
 
arrangeVertices(String, Iterable<StdLayout<VertexType, EdgeType>.VisVertex>, Iterable<EdgeVisualData<VertexType, EdgeType>>) - Method in class visualizations.layouts.GridLayout
 
arrangeVertices(String, Iterable<StdLayout<VertexType, EdgeType>.VisVertex>, Iterable<EdgeVisualData<VertexType, EdgeType>>) - Method in class visualizations.layouts.LoadLayout
 
arrangeVertices(String, Iterable<StdLayout<VertexType, EdgeType>.VisVertex>, Iterable<EdgeVisualData<VertexType, EdgeType>>) - Method in class visualizations.layouts.TreeLayout
 
arrangeVertices(String, Iterable<StdLayout<VertexType, EdgeType>.VisVertex>, Iterable<EdgeVisualData<VertexType, EdgeType>>) - Method in class visualizations.stdlayout.StdLayout
 
arrangeVertices(String) - Method in class visualizations.stdlayout.StdLayout
Arranges the vertices
asBoolean() - Method in class scriptinterface.defaulttypes.GBoolean
 
asBoolean() - Method in class scriptinterface.defaulttypes.GFloat
 
asBoolean() - Method in class scriptinterface.defaulttypes.GInteger
 
asBoolean() - Method in interface scriptinterface.defaulttypes.ToBoolean
Casts the value to boolean.
asConfigurated(Option, Option, Option) - Method in class graphana.graphs.GraphLibrary
 
asDouble() - Method in class scriptinterface.defaulttypes.GFloat
 
asFloat() - Method in class global.ExtractedString
Returns the extracted string as a float.
asFloat() - Method in class scriptinterface.defaulttypes.GBoolean
 
asFloat() - Method in class scriptinterface.defaulttypes.GFloat
 
asFloat() - Method in class scriptinterface.defaulttypes.GInteger
 
asFloat() - Method in interface scriptinterface.defaulttypes.ToFloat
Casts the value to float.
asInteger() - Method in class global.ExtractedString
Returns the extracted string as an integer.
asInteger() - Method in class scriptinterface.defaulttypes.GBoolean
 
asInteger() - Method in class scriptinterface.defaulttypes.GFloat
 
asInteger() - Method in class scriptinterface.defaulttypes.GInteger
 
asInteger() - Method in interface scriptinterface.defaulttypes.ToInteger
Casts the value to int.
assignmentToString(String, String) - Method in class graphana.script.GraphanaDefaultScriptSystem
 
assignmentToString(String, String) - Method in interface scriptinterface.ScriptSystemInterface
Returns an assignment in valid script syntax.
attr_list() - Method in class graphloaders.antlrDotParser.DOTParser
 
attr_list() - Method in class graphloaders.antlrDotParser.DOTParser.Attr_stmtContext
 
attr_list() - Method in class graphloaders.antlrDotParser.DOTParser.Edge_stmtContext
 
attr_list() - Method in class graphloaders.antlrDotParser.DOTParser.Node_stmtContext
 
Attr_listContext(ParserRuleContext, int) - Constructor for class graphloaders.antlrDotParser.DOTParser.Attr_listContext
 
attr_stmt() - Method in class graphloaders.antlrDotParser.DOTParser
 
attr_stmt() - Method in class graphloaders.antlrDotParser.DOTParser.StmtContext
 
Attr_stmtContext(ParserRuleContext, int) - Constructor for class graphloaders.antlrDotParser.DOTParser.Attr_stmtContext
 
AttributeListActions - Class in graphloaders.oldDotParser.actions
 
AttributeListActions() - Constructor for class graphloaders.oldDotParser.actions.AttributeListActions
 
AttributeListActions.AddAttrAction - Class in graphloaders.oldDotParser.actions
 
AttributeListActions.BeginGlobalAttrListAction - Class in graphloaders.oldDotParser.actions
 
AttributeListActions.BeginLocalAttrListAction - Class in graphloaders.oldDotParser.actions
 
AttributeListActions.EndGlobalAttrListAction - Class in graphloaders.oldDotParser.actions
 
attributesToListString() - Method in class graphloaders.oldDotParser.attributes.GDotAttributes
 
AutoCompletion - Class in view
Handles automatic completion of operation calls etc.
AutoCompletion(MainControl) - Constructor for class view.AutoCompletion
 
AutosizeEllipseShape - Class in visualizations.drawmodifiers
Ellipse shape that adjusts its size according to the content in envelops
AutosizeEllipseShape(float, float) - Constructor for class visualizations.drawmodifiers.AutosizeEllipseShape
Creates an instance with the given border and Y-stretch
AutosizeRectShape - Class in visualizations.drawmodifiers
Rectangular shape that automatically adjusts its dimensions according to the content dimensions
AutosizeRectShape(double) - Constructor for class visualizations.drawmodifiers.AutosizeRectShape
Creates an instance with the given border
AutosizeRectShape() - Constructor for class visualizations.drawmodifiers.AutosizeRectShape
Creates an instance with a border of 0.02
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 
Skip navigation links