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 _ 

G

GArray - Class in scriptinterface.defaulttypes
Script type wrapper for arrays.
GArray(ArrayList<ExecutionResult<?>>) - Constructor for class scriptinterface.defaulttypes.GArray
 
GArray() - Constructor for class scriptinterface.defaulttypes.GArray
 
GBoolean - Class in scriptinterface.defaulttypes
Script type wrapper for Boolean.
GColor - Class in scriptinterface.defaulttypes
Script type wrapper for colors.
GColor(Color) - Constructor for class scriptinterface.defaulttypes.GColor
 
GColor(int, int, int) - Constructor for class scriptinterface.defaulttypes.GColor
 
GColor() - Constructor for class scriptinterface.defaulttypes.GColor
 
GComplexType - Class in scriptinterface.defaulttypes
Script type wrapper for any complex type.
GComplexType(ScriptComplexType, Vector<ExecutionResult<?>>) - Constructor for class scriptinterface.defaulttypes.GComplexType
 
GComplexType(ScriptComplexType) - Constructor for class scriptinterface.defaulttypes.GComplexType
 
GCompoundFile - Class in scriptinterface.defaulttypes
Created by ks on 18/06/14.
GCompoundFile(File, FileFormat) - Constructor for class scriptinterface.defaulttypes.GCompoundFile
 
GCompoundFile(CompoundFile) - Constructor for class scriptinterface.defaulttypes.GCompoundFile
 
GCompoundFile() - Constructor for class scriptinterface.defaulttypes.GCompoundFile
 
GCompoundFiles - Class in scriptinterface.defaulttypes
Script type wrapper for files.
GCompoundFiles(LinkedList<GCompoundFile>) - Constructor for class scriptinterface.defaulttypes.GCompoundFiles
 
GCompoundFiles() - Constructor for class scriptinterface.defaulttypes.GCompoundFiles
 
GDotAttributes - Class in graphloaders.oldDotParser.attributes
 
GDotAttributes() - Constructor for class graphloaders.oldDotParser.attributes.GDotAttributes
 
GDotEdgeAttributes - Class in graphloaders.oldDotParser.attributes
 
GDotEdgeAttributes() - Constructor for class graphloaders.oldDotParser.attributes.GDotEdgeAttributes
 
GDotVertexAttributes - Class in graphloaders.oldDotParser.attributes
 
GDotVertexAttributes() - Constructor for class graphloaders.oldDotParser.attributes.GDotVertexAttributes
 
GEdge<VertexType,EdgeType> - Class in graphana.script.bindings.basictypes
Script type wrapper for an edge.
GEdge(GraphLibrary<VertexType, EdgeType>, EdgeType) - Constructor for class graphana.script.bindings.basictypes.GEdge
 
GEdge(GraphLibrary<VertexType, EdgeType>) - Constructor for class graphana.script.bindings.basictypes.GEdge
 
genscript - package genscript
 
genscript.defaultops - package genscript.defaultops
 
genscript.defaultops.basic - package genscript.defaultops.basic
 
genscript.defaultops.factories - package genscript.defaultops.factories
 
genscript.defaultops.math - package genscript.defaultops.math
 
genscript.defaultreaders - package genscript.defaultreaders
 
genscript.defaulttokens - package genscript.defaulttokens
 
genscript.execution - package genscript.execution
 
genscript.parse - package genscript.parse
 
genscript.parse.exceptions - package genscript.parse.exceptions
 
genscript.syntax - package genscript.syntax
 
genscript.syntax.tokens - package genscript.syntax.tokens
 
genscript.types - package genscript.types
 
GErrorHolder - Class in graphana.script.bindings.basictypes
Script type wrapper for an execution error.
GErrorHolder(ExecutionError) - Constructor for class graphana.script.bindings.basictypes.GErrorHolder
 
GErrorHolder() - Constructor for class graphana.script.bindings.basictypes.GErrorHolder
 
get(int) - Method in class genscript.VectorStack
 
get(int) - Method in class graphana.model.InputHistory
Returns the i-th last input.
get(int) - Method in class graphana.util.QuickList
Returns the element at the specified position in this list.
get2ApproxVertexCover(GraphLibrary<VertexType, EdgeType>, Progress) - Method in class operations.graphoperations.algorithms.AlgosMiscellaneous
 
getAbsSourcePosition() - Method in class scriptinterface.execution.CallMetadata
Returns the absolute character position of the call where line breaks count as one (or two, respectively) characters.
GetAlgoDiameter() - Constructor for class operations.graphoperations.algorithms.AlgoDiameter.GetAlgoDiameter
 
getAlgorithmKeys() - Method in class graphana.operationsystem.OperationSet
Returns an Iterator of all algorithm keys, excluding aliases.
getAlgorithmName() - Method in class graphana.operationsystem.GraphAlgorithm
Returns the name of the algorithm.
getAlgorithmResult(String) - Method in class graphana.graphs.GraphLibrary
Returns the algorithm result which is associated with the given string.
getAlgorithmTime() - Method in class graphana.ExecutionManager
Returns the current timer value of the algorithm timer.
getAlgorithmTimeout() - Method in class graphana.ExecutionManager
Returns the maximum algorithm computation time.
getAlgoVisualizationHeight() - Method in class graphana.UserInterface
Returns the current height for algorithm visualizations.
getAlgoVisualizationLayout() - Method in class graphana.UserInterface
Returns the current layout string for algorithm visualizations.
getAlgoVisualizationWidth() - Method in class graphana.UserInterface
Returns the current width for algorithm visualizations.
getAlternativeParser() - Method in class genscript.parse.NTProductions
 
getAngle(Position2D) - Method in class graphana.model.mathobjects.Position2D
Calculates and returns the angle to the given position, whereas right is zero.
GetApproxDiameter() - Constructor for class operations.graphoperations.algorithms.AlgoDiameter.GetApproxDiameter
 
GetAPX() - Constructor for class operations.graphoperations.algorithms.AlgosClusterEditing.GetAPX
 
GetAPXCED() - Constructor for class operations.graphoperations.algorithms.AlgosClusterEditing.GetAPXCED
 
GetAPXCEDRuns() - Constructor for class operations.graphoperations.algorithms.AlgosClusterEditing.GetAPXCEDRuns
 
GetAPXCEDRunsSize() - Constructor for class operations.graphoperations.algorithms.AlgosClusterEditing.GetAPXCEDRunsSize
 
GetAPXCEDSize() - Constructor for class operations.graphoperations.algorithms.AlgosClusterEditing.GetAPXCEDSize
 
GetAPXHEUR() - Constructor for class operations.graphoperations.algorithms.AlgosClusterEditing.GetAPXHEUR
 
GetAPXRuns() - Constructor for class operations.graphoperations.algorithms.AlgosClusterEditing.GetAPXRuns
 
GetAPXRunsSize() - Constructor for class operations.graphoperations.algorithms.AlgosClusterEditing.GetAPXRunsSize
 
GetAPXSize() - Constructor for class operations.graphoperations.algorithms.AlgosClusterEditing.GetAPXSize
 
getArg(int) - Method in class graphana.operationsystem.OperationArguments
Returns the argument with the given index beginning at zero.
getArgNr() - Method in exception scriptinterface.execution.parseerrors.ParameterParseException
 
getArgNr() - Method in class scriptinterface.execution.returnvalues.ExecutionInvalidArg
 
getArgNr() - Method in class scriptinterface.execution.returnvalues.ExecutionWrongArgType
 
getArgString() - Method in exception scriptinterface.execution.parseerrors.ParameterParseException
 
getArgumentComponent(ScriptType, Container) - Method in class view.argumentcomponents.ArgumentComponentManager
Creates and returns an argument component its class is associated with the given type
getArgumentComponentManager() - Method in class view.VisualizingUserInterface
Returns the argument components manager instance
getArgumentCount() - Method in class view.callassistant.ArgumentsPanel
Returns the number of parameters of the call
getArgumentsPanel() - Method in class view.callassistant.ArgumentsPopUp
Returns the inner arguments panel
getArgumentsPanel() - Method in class view.guicomponents.ComplexTypeField
Returns the arguments panel of the pop up
getArgumentsPanelSettings() - Method in class view.menuutil.MacroItem
Returns the settings for the arguments setup.
getArgumentsPopUp() - Method in class view.guicomponents.ComplexTypeField
Returns the pop up
getArrowLength() - Method in class graphana.graphs.visualization.drawmodifiers.defaultmodifiers.DefaultEdgeArrow
 
getArrowLength() - Method in class graphana.graphs.visualization.drawmodifiers.EdgeArrow
Returns the length of the arrow
getAsLatex() - Method in class descriptionfiles.Description
 
getAsPlain() - Method in class descriptionfiles.Description
 
getATN() - Method in class graphloaders.antlrDotParser.DOTLexer
 
getATN() - Method in class graphloaders.antlrDotParser.DOTParser
 
getAutosizeScale(double, double, DimensionD) - Method in class graphana.graphs.visualization.drawmodifiers.VertexAutosizeShape
Calculates the scale of the shape depending on an inner bounding box
getAutosizeScale(double, double, DimensionD) - Method in class visualizations.drawmodifiers.AutosizeEllipseShape
 
getAutosizeScale(double, double, DimensionD) - Method in class visualizations.drawmodifiers.AutosizeRectShape
 
getAverageDegree(DegreeType) - Method in class graphana.graphs.GraphLibrary
Returns the average degree
getBackArcs(GraphLibrary<VertexType, EdgeType>) - Method in class operations.graphoperations.algorithms.AlgoFeedbackArcSet
 
getBoolArg(int) - Method in class graphana.operationsystem.OperationArguments
Returns the argument with the given index beginning at zero as a Boolean.
getBoolVal() - Method in class graphloaders.oldDotParser.tokens.DotIdeBoolean
 
getBottomLevelIntervalStartPos() - Method in class genscript.parse.IndexReader
 
getBottomLevelPosition(int) - Method in class genscript.defaultreaders.FlexibleTokenizer
 
getBottomLevelPosition(int) - Method in class genscript.defaultreaders.PreScanTokenizer
 
getBottomLevelPosition(int) - Method in class genscript.defaultreaders.ScanTokenizer
 
getBottomLevelPosition(int) - Method in class genscript.defaultreaders.SourceReader
 
getBottomLevelPosition(int) - Method in class genscript.parse.IndexReader
 
getBottomLevelPosition() - Method in class genscript.parse.IndexReader
 
getBottomLevelSource() - Method in class genscript.defaultreaders.SourceReader
 
getBottomLevelSource() - Method in class genscript.parse.IndexReader
 
getBottomLevelSource() - Method in class genscript.syntax.tokens.Tokenizer
 
getBoundsArg(int) - Method in class graphana.operationsystem.OperationArguments
Returns the argument with the given index beginning at zero as a Bounds instance.
getBuffer() - Method in class genscript.defaultreaders.SourceReader
 
getBufferSize() - Method in class genscript.defaultreaders.FlexibleTokenizer
 
getBufferSize() - Method in class genscript.defaultreaders.PreScanTokenizer
 
getBufferSize() - Method in class genscript.defaultreaders.ScanTokenizer
 
getBufferSize() - Method in class genscript.defaultreaders.SourceReader
 
getBufferSize() - Method in class genscript.parse.IndexReader
 
getBufferSize() - Method in interface scriptinterface.ReaderInterface
 
getCallable() - Method in class graphana.operationsystem.ExecuterThread
Creates and returns a Callable of the executer to be executed using a FutureTask
getCallable() - Method in class graphana.operationsystem.GraphanaThread
 
getCallable() - Method in class graphana.operationsystem.OperationThread
 
getCallMetadata() - Method in class graphana.operationsystem.OperationArguments
Returns the meta data of the call.
getCallMetadata() - Method in class graphana.script.bindings.basictypes.ExecuterCallData
 
getCallMetadata() - Method in class scriptinterface.execution.returnvalues.ExecutionError
 
getCallPanel() - Method in class view.callassistant.ArgumentsFrame
 
getCallPanel() - Method in class view.callassistant.CallBorder
Returns the inner call panel
getCancelButton() - Method in class view.callassistant.CallBorder
Returns the cancel button.
getCaption() - Method in class view.menuutil.keymainmenu.KeyItem
Returns the caption.
GetCE() - Constructor for class operations.graphoperations.algorithms.AlgosClusterEditing.GetCE
 
GetCESize() - Constructor for class operations.graphoperations.algorithms.AlgosClusterEditing.GetCESize
 
getChar(String, int, char) - Static method in class global.StringOps
Returns the character of the given string at the given position.
getChar(String, int) - Static method in class global.StringOps
Returns the character of the given string at the given position.
getCharArg(int) - Method in class graphana.operationsystem.OperationArguments
Returns the argument with the given index beginning at zero as a Character.
getChild(int) - Method in class genscript.parse.SearchGraph.Node
 
getChild(Index) - Method in class genscript.parse.SearchGraph.Node
 
getChildByIndex(int) - Method in class genscript.execution.ExecuterTreeNodeLazy
 
getChildCount() - Method in class genscript.execution.ExecuterTreeNodeLazy
 
getChildCount() - Method in class genscript.parse.SearchGraph.Node
 
getChildren() - Method in class genscript.execution.ExecuterTreeNodeLazy
 
getChildren() - Method in class genscript.parse.SearchGraph.Node
 
getColor() - Method in class graphana.graphs.defaultstates.StatusDeleted
 
getColor() - Method in class graphana.script.bindings.visualization.VertexNodeHolder
 
getColor() - Method in class graphloaders.oldDotParser.attributes.GDotEdgeAttributes
 
getColor() - Method in class graphloaders.oldDotParser.tokens.DotIdeColor
 
getColor() - Method in class operations.graphoperations.StatusVertexList
 
getColor() - Method in interface scriptinterface.defaulttypes.ColorHolder
 
getColor() - Method in class scriptinterface.defaulttypes.GColor
 
getColorArg(int) - Method in class graphana.operationsystem.OperationArguments
Returns the argument with the given index beginning at zero as a Color.
getColumn() - Method in class scriptinterface.SourcePosition
Returns the column.
getColumnCount(int) - Method in class operations.graphoperations.algorithms.AlgosDistances.Matrix
 
getColumnCount() - Method in class view.fileset.GraphFilesTable
 
getColumnName(int) - Method in class view.fileset.GraphFilesTable
 
getComboBox() - Method in class view.defaultargumentcomponents.ArgumentComponentComboBox
 
getCompatibleLib(int) - Method in class graphana.operationsystem.GraphOperation
Returns the compatible graph library with the given index.
getCompatibleLibCount() - Method in class graphana.operationsystem.GraphOperation
Returns the number of graph libraries with which the graph operation can be called or -1 if it is compatible with all graph libraries.
getComplexName() - Method in class scriptinterface.ScriptComplexType
Returns the name of the complex type.
getComplexType(String) - Method in class genscript.types.DefaultTypeSystem
 
getComplexType() - Method in class scriptinterface.defaulttypes.GComplexType
 
getComponent() - Method in class view.argumentcomponents.ArgumentComponent
Returns the topmost component to add it into a GUI
getComponent() - Method in class view.defaultargumentcomponents.ArgumentBoolean
 
getComponent() - Method in class view.defaultargumentcomponents.ArgumentComplexType
 
getComponent() - Method in class view.defaultargumentcomponents.ArgumentComponentComboBox
 
getComponent() - Method in class view.defaultargumentcomponents.ArgumentComponentSpinner
 
getComponent() - Method in class view.defaultargumentcomponents.ArgumentComponentTextField
 
getComponent() - Method in class view.defaultargumentcomponents.ArgumentFile
 
getComponent() - Method in class view.defaultargumentcomponents.ArgumentFileFormat
 
getComponent() - Method in class view.defaultargumentcomponents.ArgumentFiles
 
getComponentHeight() - Method in class view.argumentcomponents.ArgumentComponent
Returns the height of the component in pixels
getComponentMinWidth() - Method in class view.argumentcomponents.ArgumentComponent
Returns the width of the component in pixels
getCompoundFile(int) - Method in class graphana.operationsystem.OperationArguments
 
getConsoleInput() - Method in class view.guicomponents.mainmenu.GraphanaMainMenu
Returns the console input text field.
getConsoleInputField() - Method in class view.guicomponents.guiconsole.ConsoleFrame
Returns the inner console input field.
getConsoleInputField() - Method in class view.guicomponents.guiconsole.ConsolePanel
Returns the inner console input text field.
getConsolePanel() - Method in class view.guicomponents.guiconsole.ConsoleFrame
Returns the inner console panel.
getConstant(String) - Method in class graphana.script.bindings.GraphanaScriptScope
 
getContourColor() - Method in interface graphana.graphs.visualization.output.GraphOutputContourColor
 
getContourColor() - Method in class graphloaders.oldDotParser.attributes.GDotVertexAttributes
 
getCurElemType() - Method in class graphloaders.oldDotParser.parser.DotReader
 
getCurLine() - Method in class genscript.defaultreaders.SourceReader
 
getCurPrior() - Method in class genscript.defaultreaders.SourceReader
 
getCurrentDegree(VertexType) - Method in class graphana.util.LegacyDegreeList
Returns the degree of the vertex by reading its status.
getCurrentDirectory() - Method in class graphana.MainControl
Returns the current directory where to find sub directories etc.
getCurrentElem() - Method in class graphloaders.oldDotParser.parser.DotReader
 
getCurrentGraph() - Method in class graphana.MainControl
Returns the current graph on which graph operations are applied.
getCurrentInput() - Method in class graphana.model.InputHistory
 
getCVDQuick(GraphLibrary<VertexType, EdgeType>, AlgoCVDHeuristic) - Method in class operations.graphoperations.algorithms.AlgosCVD
 
getCycleEdges() - Method in class graphana.util.CycleFinder
Enables iterating over the edges of the found cycle.
getCycleVertices() - Method in class graphana.util.CycleFinder
Enables iterating over the vertices of the found cycle.
getData() - Method in interface genscript.parse.Value
 
getData() - Method in class genscript.syntax.tokens.DataToken
 
getData() - Method in class genscript.syntax.tokens.Token
 
getData() - Method in class graphana.graphs.defaulttypes.StdEdge
Returns the edge data.
getData() - Method in class graphana.graphs.defaulttypes.StdVertex
Returns the vertex data.
getData() - Method in class libraries.jgrapht.JGraphTWeightedEdge
 
getData() - Method in class libraries.libtw.LibTWEdge
 
getData() - Method in class libraries.libtw.LibTWVertex
 
getDefaultArg(int) - Method in class scriptinterface.ParameterTuple
Returns the evaluated default argument of the parameter at the given index.
getDefaultArgs() - Method in class scriptinterface.ParameterTuple
Returns the evaluated default arguments as an array, whereas the first entry is the first default argument, not necessarily the first parameter.
getDefaultGraphConfiguration() - Method in class graphana.graphs.GraphLibrary
Returns a GraphConfiguration which is working with the respective graph.
getDefaultGraphConfiguration() - Method in class libraries.jgrapht.JGraphTLib
 
getDefaultGraphConfiguration() - Method in class libraries.jung.JungLib
 
getDefaultGraphConfiguration() - Method in class libraries.libtw.LibTW
 
getDefaultLib() - Method in class graphana.graphs.GraphLibManager
Returns the default graph library.
getDefaultVisualizer() - Method in class graphana.graphs.visualization.VisualizationManager
Returns the default visualizer of the program.
getDegreeList(int) - Method in class graphana.util.DegreeLists
Returns the list of vertices that have the given degree.
getDegreeList(int) - Method in class graphana.util.LegacyDegreeList
Returns the list of vertices that have the given degree.
getDegreeVertices(int) - Method in class graphana.util.DegreeLists
Returns all vertices which have the given degree.
getDegreeVertices(int) - Method in class graphana.util.LegacyDegreeList
Returns all vertices which have the given degree.
getDesc(String) - Method in class descriptionfiles.DescriptionFiles
 
getDescArea() - Method in class view.callassistant.HelpPanel
Returns the inner GUI text area which contains the description
getDescFile(File) - Method in class descriptionfiles.DescriptionFiles
 
getDescFiles() - Method in class graphana.operationsystem.OperationSet
Returns the DescriptionFiles reference which can be used to add entries and access descriptions.
getDesciptions() - Method in class descriptionfiles.DescriptionFile
Returns an Iterable to iterate over all descriptions of the file
getDescription(String) - Method in class descriptionfiles.DescriptionFile
Returns the description associated with the given key or null, if there is no such description
getDescription(String, DescSourceType) - Method in class descriptionfiles.DescriptionFile
Returns the description associated with the given key in the chosen syntax
getDescription(MainControl, String, DescSourceType, boolean) - Static method in class graphana.model.HelpSystem
Creates and returns a string representation of the description or section associated with the given key in the chosen syntax.
getDescription() - Method in class view.LdFileFilter
Returns the description, which was set in the constructor
getDescriptionFilename() - Method in class graphana.operationsystem.Operation
Returns the filename of the XML file which contains the description of the operation.
getDescriptionFilename() - Method in interface graphana.operationsystem.OperationDescFile
Returns the filename of the description file containing a help entry for the operation.
getDescriptionFilename() - Method in class operations.commands.CmdsColor
 
getDescriptionFilename() - Method in class operations.commands.CmdsConvert
 
getDescriptionFilename() - Method in class operations.commands.CmdsCounter
 
getDescriptionFilename() - Method in class operations.commands.CmdsErrors
 
getDescriptionFilename() - Method in class operations.commands.CmdsGUI
 
getDescriptionFilename() - Method in class operations.commands.CmdsHistogram
 
getDescriptionFilename() - Method in class operations.commands.CmdsInput
 
getDescriptionFilename() - Method in class operations.commands.CmdsLibrary
 
getDescriptionFilename() - Method in class operations.commands.CmdsManual
 
getDescriptionFilename() - Method in class operations.commands.CmdsMath
 
getDescriptionFilename() - Method in class operations.commands.CmdsOutput
 
getDescriptionFilename() - Method in class operations.commands.CmdsProgress
 
getDescriptionFilename() - Method in class operations.commands.CmdsSystem
 
getDescriptionFilename() - Method in class operations.commands.CmdsVisualization
 
getDescriptionFilename() - Method in class operations.graphoperations.algorithms.AlgoConnectivity
 
getDescriptionFilename() - Method in class operations.graphoperations.algorithms.AlgoDiameter
 
getDescriptionFilename() - Method in class operations.graphoperations.algorithms.AlgoFeedbackArcSet
 
getDescriptionFilename() - Method in class operations.graphoperations.algorithms.AlgosClusterEditing
 
getDescriptionFilename() - Method in class operations.graphoperations.algorithms.AlgosConnectedComponents
 
getDescriptionFilename() - Method in class operations.graphoperations.algorithms.AlgosCuts
 
getDescriptionFilename() - Method in class operations.graphoperations.algorithms.AlgosCVD
 
getDescriptionFilename() - Method in class operations.graphoperations.algorithms.AlgosDistances
 
getDescriptionFilename() - Method in class operations.graphoperations.algorithms.AlgosGraphStdProperties
 
getDescriptionFilename() - Method in class operations.graphoperations.algorithms.AlgosMiscellaneous
 
getDescriptionFilename() - Method in class operations.graphoperations.algorithms.AlgosTreewidth
 
getDescriptionFilename() - Method in class operations.graphoperations.algorithms.feedbackvertexset.AlgosFeedbackVertexSet
 
getDescriptionFilename() - Method in class operations.graphoperations.GrOpsGraphCreation
 
getDescriptionFilename() - Method in class operations.graphoperations.GrOpsGraphElements
 
getDescriptionFilename() - Method in class operations.graphoperations.GrOpsGraphloader
 
getDescriptionFilename() - Method in class operations.graphoperations.GrOpsRandomGraphs
 
getDescriptions() - Method in class descriptionfiles.DescSection
Returns the list of descriptions contained in this section
getDescriptionType() - Method in class descriptionfiles.Description
 
getDescText(DescSourceType) - Method in class descriptionfiles.Description
Returns the description text in the chosen syntax
getDiameter(GraphLibrary<VertexType, EdgeType>, double[]) - Method in class operations.graphoperations.algorithms.AlgoDiameter
 
getDirection(boolean) - Method in interface graphana.graphs.visualization.drawmodifiers.EdgeArealData
Returns the normalized direction vector of the edge stroke, pointing from the start to the end point.
getDirection(boolean) - Method in class visualizations.stdlayout.EdgeVisualData
 
getDistance(Position2D) - Method in class graphana.model.mathobjects.Position2D
Calculates and returns the distance from this position to the given position
getDistanceMatrix(GraphLibrary<VertexType, EdgeType>, Progress) - Method in class operations.graphoperations.algorithms.AlgoDiameter
 
getDivision() - Method in class operations.graphoperations.algorithms.AlgosDistances.Matrix
 
getDockingCoordinates(Vector2D, double, double) - Static method in class visualizations.drawmodifiers.FixedRectShape
Given a direction from the center, returns the position on the edge of the rectangle with the given dimensions
getDominatingSet(GraphLibrary<VertexType, EdgeType>, Progress, boolean) - Method in class operations.graphoperations.algorithms.AlgosMiscellaneous
 
getDoubleArg(int) - Method in class graphana.operationsystem.OperationArguments
Returns the argument with the given index beginning at zero as a Double.
getEdge(VertexType, VertexType) - Method in class graphana.graphs.GraphLibrary
Returns the edge which contains the given vertices.
getEdge(StdVertex, StdVertex) - Method in class libraries.jgrapht.JGraphTLib
 
getEdge(StdVertex, StdVertex) - Method in class libraries.jung.JungLib
 
getEdge(LibTWVertex, LibTWVertex) - Method in class libraries.libtw.LibTW
 
getEdge() - Method in class visualizations.stdlayout.EdgeVisualData
Returns the original edge of the graph
getEdgeArg(int) - Method in class graphana.operationsystem.OperationArguments
Returns the argument with the given index beginning at zero as an Edge.
getEdgeArrow(EdgeType) - Method in class graphana.graphs.visualization.GraphVisualElements
Returns the arrow of the end of the connection line of the given (directed) edge.
getEdgeArrow() - Method in interface graphana.graphs.visualization.output.GraphOutputEdgeArrow
 
getEdgeByIdent(String, String) - Method in class graphana.graphs.GraphLibrary
Returns the edge which connects the vertices with the given identifiers.
getEdgeCaption(EdgeType) - Method in class graphana.graphs.visualization.GraphVisualElements
Returns the caption of the given edge.
getEdgeColor(EdgeType, boolean) - Method in class graphana.graphs.visualization.GraphVisualElements
Returns the edge color of the given edge.
getEdgeCount() - Method in class graphana.graphs.GraphLibrary
 
getEdgeCount() - Method in class libraries.jgrapht.JGraphTLib
 
getEdgeCount() - Method in class libraries.jung.JungLib
 
getEdgeCount() - Method in class libraries.libtw.LibTW
 
getEdgeData(EdgeType) - Method in class graphana.graphs.GraphLibrary
Returns the data of the given edge.
getEdgeData(JGraphTWeightedEdge) - Method in class libraries.jgrapht.JGraphTLib
 
getEdgeData(StdEdge) - Method in class libraries.jung.JungLib
 
getEdgeData(LibTWEdge) - Method in class libraries.libtw.LibTW
 
getEdgeFont(EdgeType) - Method in class graphana.graphs.visualization.GraphVisualElements
Returns the font of the given edge.
getEdgeFontColor(EdgeType, boolean) - Method in class graphana.graphs.visualization.GraphVisualElements
Returns the font color of the given edge.
getEdgeName(EdgeType) - Method in class graphana.graphs.GraphLibrary
Returns the name of the given edge or null, if the graph library does not support edge names.
getEdgeName(KNeighborhoodFilter.EdgeType) - Method in class libraries.jung.JungLib
 
getEdges() - Method in class graphana.graphs.GraphLibrary
 
getEdges() - Method in class graphloaders.antlrDotParser.NodeAndSubgraphParser
 
getEdges() - Method in class libraries.jgrapht.JGraphTLib
 
getEdges() - Method in class libraries.jung.JungLib
 
getEdges() - Method in class libraries.libtw.LibTW
 
getEdges() - Method in class libraries.libtw.LibTWVertex
 
getEdgeStatus(EdgeType) - Method in class graphana.graphs.GraphLibrary
Returns the status of the given edge in O(1).
getEdgeStatus(JGraphTWeightedEdge) - Method in class libraries.jgrapht.JGraphTLib
 
getEdgeStatus(StdEdge) - Method in class libraries.jung.JungLib
 
getEdgeStatus(LibTWEdge) - Method in class libraries.libtw.LibTW
 
getEdgeStroke(EdgeType) - Method in class graphana.graphs.visualization.GraphVisualElements
Returns the stroke of the connection line of the given edge.
getEdgeStroke() - Method in interface graphana.graphs.visualization.output.GraphOutputEdgeStroke
 
getEdgeWeight(EdgeType) - Method in class graphana.graphs.GraphLibrary
Returns the weight of the given edge.
getEdgeWeight(VertexType, VertexType) - Method in class graphana.graphs.GraphLibrary
Returns the weight of the edge which connects the given vertices.
getEdgeWeight() - Method in class graphloaders.oldDotParser.parser.DotReader
 
getEdgeWeight() - Method in class graphloaders.oldDotParser.parser.DotReadLevel
 
getEdgeWeightByIdent(String, String) - Method in class graphana.graphs.GraphLibrary
Returns the weight of the edge which connects the vertices with the given identifiers.
getElemCount() - Method in class global.ListString
Returns the number of elements which were appended.
getElementAt(int) - Method in class view.fileset.GraphFiles
 
getEndChar() - Method in class global.ExtractedString
Returns the character of the end of the extraction, which is usually a terminal character and not included in the extracted string.
getEndLinePosition() - Method in interface graphana.graphs.visualization.drawmodifiers.EdgeArealData
Returns the end position of the edge stroke.
getEndLinePosition() - Method in class visualizations.stdlayout.ConnectingEdgeVisualData
 
getEndLinePosition() - Method in class visualizations.stdlayout.LoopEdgeVisualData
 
getEndPoint() - Method in class graphana.model.MetaEdge
 
getEndPosition() - Method in interface graphana.graphs.visualization.drawmodifiers.EdgeArealData
Returns the center of the end vertex
getEndPosition() - Method in class visualizations.stdlayout.EdgeVisualData
 
getEndVertex(EdgeType) - Method in class graphana.graphs.GraphLibrary
Returns the end vertex (or "end point") of the given edge.
getEndVertex(EdgeType, VertexType) - Method in class graphana.graphs.GraphLibrary
Returns the end vertex (or "end point") of the given edge, assuming that the given vertex is the start vertex of the edge.
getEndVertex() - Method in class graphana.script.bindings.basictypes.GEdge
 
getEndVertex() - Method in class visualizations.stdlayout.ConnectingEdgeVisualData
 
getEndVertex() - Method in class visualizations.stdlayout.EdgeVisualData
 
getEndVertex(StdLayout<VertexType, EdgeType>.VisVertex) - Method in class visualizations.stdlayout.EdgeVisualData
 
getEndVertex() - Method in class visualizations.stdlayout.LoopEdgeVisualData
 
getEndVisVertex(EdgeType) - Method in class visualizations.stdlayout.StdLayout
Returns the visual data of the end vertex of the given edge
getEnteredInput() - Method in class view.guicomponents.guiconsole.ConsolePanel
Returns the instance holding the last user input.
getErrorArg(int) - Method in class graphana.operationsystem.OperationArguments
Returns the argument with the given index beginning at zero as a Histogram.
getErrorKey() - Method in class scriptinterface.execution.returnvalues.ExecutionError
Returns the keyword containing the type of the error
getErrorMessage() - Method in class genscript.execution.ExecuterTree
 
getErrorMessage() - Method in interface scriptinterface.execution.ExecuterInterface
 
getErrorPosition() - Method in class genscript.parse.IndexReader
 
getErrorPosition() - Method in interface scriptinterface.ReaderInterface
If an error occured while parsing, this method will afterwards return the position of the error.
getEvaluatedArguments() - Method in class view.callassistant.ArgumentsFrame
 
getEvaluatedArguments() - Method in class view.callassistant.ArgumentsPanel
Returns the evaluated arguments in its correct types.
getExecuteButton() - Method in class view.callassistant.CallBorder
Returns the execute button.
getExecuter() - Method in class graphana.script.bindings.basictypes.ExecuterCallData
 
getExecutionError() - Method in exception graphana.model.GraphanaRuntimeException
Returns the meta information of the error
getExecutionTime() - Method in class graphana.operationsystem.GraphanaThread
Returns the time the execution took
getExLength() - Method in class global.ExtractedString
Returns the length of the extracted sub string.
getExpectedArgNr() - Method in class scriptinterface.execution.returnvalues.ExecutionWrongArgCount
 
getExpectedParam() - Method in class scriptinterface.execution.returnvalues.ExecutionWrongArgType
 
getExtracted() - Method in class global.ExtractedString
Returns the extracted string.
getFile() - Method in class scriptinterface.defaulttypes.CompoundFile
 
getFile() - Method in class scriptinterface.defaulttypes.GCompoundFile
 
getFile() - Method in class view.fileset.GraphListElement
Returns the graph file
getFile() - Method in class view.guicomponents.FileTextField
Returns the chosen file.
getFileArg(int) - Method in class graphana.operationsystem.OperationArguments
Returns the argument with the given index beginning at zero as a File.
getFileInputArg(int) - Method in class graphana.operationsystem.OperationArguments
Returns the argument with the given index beginning at zero as a FileReader.
getFilename() - Method in exception descriptionfiles.HelpFileException
Returns the filename of the file in which the error occurred
getFilename() - Method in class genscript.defaultreaders.SourceReader
 
getFilename() - Method in class genscript.execution.ExecuterTree
 
getFilename() - Method in class genscript.parse.IndexReader
 
getFilename() - Method in class genscript.syntax.tokens.Tokenizer
 
getFilename() - Method in interface scriptinterface.execution.ExecuterInterface
 
getFilename() - Method in interface scriptinterface.ReaderInterface
 
getFilename() - Method in class scriptinterface.ScriptCallSignature
Returns the filename of the script file.
getFileOutputArg(int) - Method in class graphana.operationsystem.OperationArguments
Returns the argument with the given index beginning at zero as a FileWriter.
getFilePosition() - Method in class scriptinterface.execution.CallMetadata
Returns line and column of the call.
getFiles() - Method in class view.fileset.GraphFiles
Returns an Iterable to iterate over all files
getFiles() - Method in class view.fileset.GraphFilesTable
 
getFiles() - Method in class view.guicomponents.FileTextField
Returns all selected files.
getFilesStringRepresentation() - Method in class view.fileset.GraphFiles
Returns a user readable string representation of the list of graph files
getFilesStringRepresentation() - Method in class view.fileset.GraphFilesTable
 
getFillColor() - Method in interface graphana.graphs.visualization.output.GraphOutputFillColor
 
getFillColor() - Method in class graphloaders.oldDotParser.attributes.GDotVertexAttributes
 
getFinishType() - Method in class graphana.operationsystem.GraphanaThread
Returns the status after execution
getFirst() - Method in class graphana.util.QuickList
Returns the first element in this list.
getFirstValueIndex() - Method in class graphana.model.Histogram
Returns the smallest index that contains a non-zero value
getFirstValueIndexUnscaled() - Method in class graphana.model.Histogram
Returns the smallest index that contains a non-zero value without taking the x-scale into account
getFirstVertex() - Method in class operations.graphoperations.StatusVertexList
 
getFloatArg(int) - Method in class graphana.operationsystem.OperationArguments
Returns the argument with the given index beginning at zero as a Float.
getFlowJGraphT(GraphLibrary<VertexType, EdgeType>, VertexType, VertexType) - Method in class operations.graphoperations.algorithms.AlgosCuts
 
getFlowJung(DirectedGraph<StdVertex, StdEdge>, StdVertex, StdVertex) - Method in class operations.graphoperations.algorithms.AlgosCuts
 
getFlowJung(GraphLibrary<VertexType, EdgeType>, VertexType, VertexType) - Method in class operations.graphoperations.algorithms.AlgosCuts
 
getFloydDiameter(GraphLibrary<VertexType, EdgeType>, Progress) - Method in class operations.graphoperations.algorithms.AlgoDiameter
 
getFont() - Method in interface graphana.graphs.visualization.output.GraphOutputFont
 
getFont() - Method in class graphloaders.oldDotParser.attributes.GDotAttributes
 
getFontColor() - Method in class graphana.graphs.defaultstates.StatusDeleted
 
getFontColor() - Method in interface graphana.graphs.visualization.output.GraphOutputFontColor
 
getFontColor() - Method in class graphloaders.oldDotParser.attributes.GDotAttributes
 
getFormat() - Method in class scriptinterface.defaulttypes.CompoundFile
 
getFormat() - Method in class scriptinterface.defaulttypes.GCompoundFile
 
getFormat() - Method in class scriptinterface.defaulttypes.GFile
 
getFormat() - Method in class view.fileset.GraphListElement
 
getFormatArg(int) - Method in class graphana.operationsystem.OperationArguments
Returns the argument with the given index beginning at zero as a File.
getFormatChooser() - Method in class view.fileset.GraphListElement
 
getGivenArgNr() - Method in class scriptinterface.execution.returnvalues.ExecutionWrongArgCount
 
getGlobalEdgeAttributes(boolean) - Method in class graphloaders.oldDotParser.parser.DotReadLevel
 
getGlobalEdgeAttributesCopy(boolean) - Method in class graphloaders.oldDotParser.parser.DotReadLevel
 
getGlobalVertexAttributes(boolean) - Method in class graphloaders.oldDotParser.parser.DotReadLevel
 
getGlobalVertexAttributesCopy(boolean) - Method in class graphloaders.oldDotParser.parser.DotReadLevel
 
getGomoryHuTree(JungLib, UserInterface, boolean) - Method in class operations.graphoperations.algorithms.AlgosCuts
 
getGrammarFileName() - Method in class graphloaders.antlrDotParser.DOTLexer
 
getGrammarFileName() - Method in class graphloaders.antlrDotParser.DOTParser
 
getGraph() - Method in interface graphana.graphs.GraphListener
Returns the graph in which this listener was added.
getGraph() - Method in class system.GraphanaAccess
Returns the graph which is currently set in the main control.
getGraph() - Method in class visualizations.stdlayout.StdLayout
 
getGraphArg(int) - Method in class graphana.operationsystem.OperationArguments
Returns the argument with the given index beginning at zero as a GraphLibrary.
getGraphFiles() - Method in class view.fileset.GraphFileListBox
Returns the inner datastructure that holds all graph files
getGraphFiles() - Method in class view.fileset.GraphFilesTablePanel
 
getGraphFiles() - Method in class view.fileset.GraphFileTable
 
getGraphFileSet() - Method in class view.VisualizingUserInterface
Initializes the graph files list (if not already initialized) and returns the list
getGraphId() - Method in class graphana.graphs.GraphLibrary
The graph id indicates how many GraphLibrary instances were instantiated when the current one was created
getGraphLibManager() - Method in class graphana.MainControl
Returns the manager for the graph libraries.
getGraphList() - Method in class view.fileset.GraphFilesTablePanel
Returns the inner graph list
getGraphsPanel() - Method in class view.fileset.FileSetPopUp
Returns the inner graph files panel
getGraphsPanel() - Method in class view.fileset.GraphFilesFrame
Returns the inner graph files panel
getGreedyVertexCover(GraphLibrary<VertexType, EdgeType>, Progress, boolean) - Method in class operations.graphoperations.algorithms.AlgosMiscellaneous
 
getHash() - Method in class graphloaders.oldDotParser.parser.DotReadLevel
 
getHeight() - Method in class graphana.graphs.visualization.drawmodifiers.defaultmodifiers.CycleShape
 
getHeight() - Method in class graphana.graphs.visualization.drawmodifiers.VertexFixedSizeShape
Returns the normalized height of the shape
getHeight() - Method in class visualizations.drawmodifiers.FixedEllipseShape
 
getHeight() - Method in class visualizations.drawmodifiers.FixedRectShape
 
getHelpAsExecReturn(MainControl, String, DescSourceType) - Static method in class graphana.model.HelpSystem
Creates a string representation of the description or section associated with the given key and returns the string wrapped into an ExecutionReturn to further process it within a script
getHelpKey() - Method in class view.menuutil.MacroItem
Returns the help key leading to the description of the macro.
getHelpPanel() - Method in class view.callassistant.ArgumentsFrame
 
getHelpPanel() - Method in class view.callassistant.CallBorder
Returns the panel that contains the description.
getHistogram(int) - Method in class view.histograms.HistogramOutputPanel
Returns the histogram with the given index.
getHistogramArg(int) - Method in class graphana.operationsystem.OperationArguments
Returns the argument with the given index beginning at zero as a Histogram.
getHistogramCount() - Method in class view.histograms.HistogramOutputPanel
Returns the number of histograms set.
getHistogramPanel() - Method in class view.histograms.HistogramViewer
Returns the inner histogram panel.
getHyperRef(String, DescriptionType) - Static method in class descriptionfiles.DescriptionFile
Creates a reference to the given key
getId() - Method in class graphana.graphs.defaultstates.StatusId
Returns the ID
getId() - Method in class scriptinterface.ScriptType
Returns the (unique) id of the type.
getIdent() - Method in interface genscript.defaulttokens.ScriptIdentifier
 
getIdent() - Method in class graphana.script.bindings.basicops.GrOpIdentifier
 
getIdent() - Method in class graphloaders.oldDotParser.tokens.DotIdentifier
 
getIdent() - Method in class libraries.libtw.LibTWVertex
 
getIdentifier() - Method in class graphana.graphs.defaulttypes.StdVertex
Returns the identifier of the vertex.
getIncidentEdges(VertexType) - Method in class graphana.graphs.GraphLibrary
Makes it possible to iterate over all incident edges of the given vertex.
getIndex() - Method in class genscript.parse.NumIndex
 
getIndex() - Method in class genscript.syntax.tokens.Token
 
getIndex() - Method in class genscript.syntax.tokens.TokenIdentifier
 
getIndex() - Method in interface scriptinterface.Index
Returns the index.
getInfixError(ExecutionReturn, ExecutionReturn) - Static method in class genscript.defaultops.InfixOperation
 
getIngoingEdgeCount(VertexType) - Method in class graphana.graphs.GraphLibrary
Returns the amount of ingoing edges of the given vertex.
getIngoingEdgeCount(StdVertex) - Method in class libraries.jgrapht.JGraphTLib
 
getIngoingEdgeCount(StdVertex) - Method in class libraries.jung.JungLib
 
getIngoingEdgeCount(LibTWVertex) - Method in class libraries.libtw.LibTW
 
getIngoingEdges(VertexType) - Method in class graphana.graphs.GraphLibrary
Returns all ingoing edges of the given vertex.
getIngoingEdges(StdVertex) - Method in class libraries.jgrapht.JGraphTLib
 
getIngoingEdges(StdVertex) - Method in class libraries.jung.JungLib
 
getIngoingEdges(LibTWVertex) - Method in class libraries.libtw.LibTW
 
getIngoingEdges() - Method in class visualizations.stdlayout.VertexVisualData
Returns the list of the visual dates of all ingoing edges
getInnerComponent() - Method in class view.argumentcomponents.ArgumentComponent
Returns the inner component of this component or the component itself, if there is no inner component.
getInnerComponent() - Method in class view.defaultargumentcomponents.ArgumentComplexType
 
getInnerComponent() - Method in class view.defaultargumentcomponents.ArgumentComponentSpinner
 
getInnerComponent() - Method in class view.defaultargumentcomponents.ArgumentFile
 
getInnerComponent() - Method in class view.defaultargumentcomponents.ArgumentFiles
 
getInnerComponent() - Method in class view.guicomponents.ComplexTypeField
Returns the text field
getInnerError() - Method in class scriptinterface.execution.returnvalues.ExecutionStackError
 
getInnerPanel() - Method in class view.histograms.HistogramOutputPanel
Returns the inner visualization panel.
getInput() - Method in class view.guicomponents.guiconsole.ConsoleUserInput
Returns the recent user input.
getInputHistory() - Method in class graphana.UserInterface
Returns the users input history.
getInputHistory() - Method in class view.guicomponents.guiconsole.ConsolePanel
Returns the input history.
getInputKey() - Method in class genscript.execution.ExecuterTreeElem
 
getInputKey() - Method in exception graphana.model.GraphanaRuntimeException
Returns the input key which is assumed to caused the error or null, if no input key is set
getInputKey() - Method in class graphana.operationsystem.OperationArguments
Returns the original string with which the operation was called in the script or by the user, respectively.
getInputKey() - Method in class graphana.script.bindings.basicops.GrOpApplication
 
getInputKey() - Method in class graphana.script.bindings.basicops.GrOpIdentifier
 
getInputKey() - Method in class scriptinterface.execution.CallMetadata
Returns the input key of the call.
getInputKey() - Method in exception scriptinterface.ParseExceptionInterface
Returns the input key of the user, which is assumed to have led to the error
getInputStreamFile() - Method in class graphana.MainControl
Returns the current input stream file.
getInsertButton() - Method in class view.callassistant.CallBorder
Returns the insert button.
getIntArg(int) - Method in class graphana.operationsystem.OperationArguments
Returns the argument with the given index beginning at zero as an Integer.
getInternalGraph() - Method in class graphana.graphs.GraphLibrary
Returns the internal graph.
getInternalGraph() - Method in class libraries.jgrapht.JGraphTLib
 
getInternalGraph() - Method in class libraries.jung.JungLib
 
getInternalGraph() - Method in class libraries.libtw.LibTW
 
getIntervalEndPos() - Method in class genscript.defaultreaders.FlexibleTokenizer
 
getIntervalEndPos() - Method in class genscript.defaultreaders.PreScanTokenizer
 
getIntervalEndPos() - Method in class genscript.defaultreaders.ScanTokenizer
 
getIntervalEndPos() - Method in class genscript.defaultreaders.SourceReader
 
getIntervalEndPos() - Method in class genscript.parse.IndexReader
 
getIntervalStartPos() - Method in class genscript.defaultreaders.FlexibleTokenizer
 
getIntervalStartPos() - Method in class genscript.defaultreaders.PreScanTokenizer
 
getIntervalStartPos() - Method in class genscript.defaultreaders.ScanTokenizer
 
getIntervalStartPos() - Method in class genscript.defaultreaders.SourceReader
 
getIntervalStartPos() - Method in class genscript.parse.IndexReader
 
getItem(String) - Method in class view.menuutil.keymainmenu.KeyMainMenu
Returns the item which is associated with the given key or null if no such item exists.
getIterArg(int) - Method in class graphana.operationsystem.OperationArguments
Returns the argument with the given index beginning at zero as an IterableAndSize.
getKCore(GraphLibrary<VertexType, EdgeType>, UserInterface, int) - Method in class operations.graphoperations.algorithms.AlgosMiscellaneous
 
getKey() - Method in class descriptionfiles.Description
Returns the key with which this description is associated
getKey() - Method in class graphana.script.execution.ExecutionKeyExists
 
getKey() - Method in class view.menuutil.keymainmenu.KeyItem
Returns the key.
getKeyAndAliases() - Method in class graphana.operationsystem.Operation
Returns the keys with which this operation can be called at runtime.
getKeyArray() - Method in class scriptinterface.DefaultSignature
 
getKeyArray() - Method in interface scriptinterface.SignatureInterface
Returns the main key and the aliases as an array.
getKeyHeading() - Method in class graphana.model.Histogram
Returns the key heading of the CSV output.
getKeys() - Method in class graphana.graphs.GraphLibManager
Enables iterating over all registered graph library keys.
getKeys() - Method in class visualizations.StdGraphLayouts
Returns an Iterable to iterate over all layout keys
getKeysAsString() - Method in class scriptinterface.DefaultSignature
 
getKeysAsString() - Method in interface scriptinterface.SignatureInterface
Returns the main key and the aliases separated by a |.
getKeySubString(String, char, Object, char, char[], char[]) - Method in class global.StringOps
Extracts a string from an input string.
getLabel() - Method in class graphloaders.oldDotParser.attributes.GDotAttributes
 
getLabelPosition(Position2D, EdgeArealData, boolean) - Method in class graphana.graphs.visualization.drawmodifiers.EdgeStroke
Tells, depending on the given areal data, where the center of the edge label should be placed
getLabelPosition(Position2D, EdgeArealData, boolean) - Method in class graphana.graphs.visualization.drawmodifiers.StraightEdgeStroke
 
getLast() - Method in class graphana.util.QuickList
Returns the last element in this list.
getLastCompletetionPos() - Method in class view.AutoCompletion
Returns the position of the last character of the inserted string
getLastError() - Method in class system.GraphanaAccess
Returns the last error that occurred.
getLayout(String) - Method in class visualizations.StdGraphLayouts
Returns the layout class associated with the given key (not case sensitive), or null, if no layout is associated with the key
getLayoutGraph() - Method in class genscript.syntax.tokens.TokenSet
 
getLayoutKeys() - Method in interface graphana.graphs.visualization.GraphVisualizer
Enables iterating over all layout keys of the visualizer.
getLayoutKeys() - Method in class visualizations.JungVisualizer
 
getLayoutKeys() - Method in class visualizations.StdVisualizer
 
getLayouts() - Method in class visualizations.StdVisualizer
Returns all supported layouts
getLeftPriority() - Method in class genscript.parse.Priority
 
getLibClassByName(String) - Method in class graphana.graphs.GraphLibManager
Returns the class of the GraphLibrary associated with the given (unique) name.
getLibInstance(int) - Method in class graphana.operationsystem.GraphOperation
Returns an instance of a subclass of GraphLibrary of the compatible graph library at the given index.
getLibInstanceByName(String) - Method in class graphana.graphs.GraphLibManager
Returns a new instance of the GraphLibrary associated with the given (unique) name.
getLibName() - Method in class graphana.graphs.GraphLibrary
Returns the (constant) name of the graph library.
getLibName() - Method in class libraries.jgrapht.JGraphTLib
 
getLibName() - Method in class libraries.jung.JungLib
 
getLibName() - Method in class libraries.libtw.LibTW
 
getLibraries() - Method in class graphana.graphs.GraphLibManager
Enables iterating over all registered graph libraries.
getLine() - Method in exception operations.commands.exceptions.ParseDIMACSException
Returns the line of the DIMACS file in which the error occured.
getLine() - Method in class scriptinterface.SourcePosition
Returns the line.
getLineBreak() - Static method in class graphana.operationsystem.Operation
Returns a constant line break.
getLineCount() - Method in class operations.graphoperations.algorithms.AlgosDistances.Matrix
 
getLoadButton() - Method in class view.guicomponents.FileTextField
Returns the inner load button.
getLocalDotAttributes() - Method in class graphloaders.oldDotParser.parser.DotReader
 
getLocalEdgeWeight() - Method in class graphloaders.oldDotParser.parser.DotReader
 
getLoopInAngle() - Method in interface graphana.graphs.visualization.drawmodifiers.LoopArealData
Returns the end angle of the loop arc
getLoopInAngle() - Method in class visualizations.stdlayout.LoopEdgeVisualData
 
getLoopLabelPosition(Position2D, LoopArealData, boolean) - Method in class graphana.graphs.visualization.drawmodifiers.EdgeStroke
Tells, depending on the given loop areal data, where the center of the edge label should be placed
getLoopLabelPosition(Position2D, LoopArealData, boolean) - Method in class graphana.graphs.visualization.drawmodifiers.StraightEdgeStroke
 
getLoopOutAngle() - Method in interface graphana.graphs.visualization.drawmodifiers.LoopArealData
Returns the start angle of the loop arc
getLoopOutAngle() - Method in class visualizations.stdlayout.LoopEdgeVisualData
 
getLoopRadius() - Method in interface graphana.graphs.visualization.drawmodifiers.LoopArealData
Returns the radius of the loop arc
getLoopRadius() - Method in class visualizations.stdlayout.LoopEdgeVisualData
 
getLowerBound() - Method in class graphana.model.Bounds
 
getLowerBound(NGraph<GraphInput.InputData>) - Method in class operations.graphoperations.algorithms.AlgosTreewidth
 
getMainControl() - Method in class graphana.script.bindings.GraphanaScriptScope
 
getMainControl() - Method in class graphana.script.bindings.GraphanaScriptSystem
 
getMainControl() - Method in interface graphana.script.bindings.GraphanaScriptSystemInterface
 
getMainControl() - Method in class graphana.UserInterface
Returns the main control of the program.
getMainControl() - Method in class system.GraphanaAccess
Returns the main control of Graphana which enables lower level access.
getMainControl() - Method in class view.argumentcomponents.ArgumentComponentManager
 
getMainControl() - Method in class view.guicomponents.mainmenu.GraphanaMainMenu
Returns the main control of Graphana
getMainKey() - Method in class graphana.operationsystem.Operation
Returns only the main key of the signature without aliases.
getMainKey() - Method in class scriptinterface.DefaultSignature
 
getMainKey() - Method in interface scriptinterface.SignatureInterface
Returns the main key of the signature.
getMainMenu() - Method in class view.guicomponents.guiconsole.ConsoleFrame
Returns the inner main menu
getMark() - Method in class genscript.parse.SearchGraph.Node
 
getMarkedEdgeCount() - Method in class graphana.graphs.GraphLibrary
Returns the number of edges which are marked as deleted.
getMarkedStackSize() - Method in class genscript.parse.ReaderStack
 
getMarkedVertexCount() - Method in class graphana.graphs.GraphLibrary
Returns the number of vertices which are marked as deleted.
getMaxApproxComponentDiameter(GraphLibrary<VertexType, EdgeType>, Progress) - Method in class operations.graphoperations.algorithms.AlgoDiameter
 
GetMaxApproxComponentDiameter() - Constructor for class operations.graphoperations.algorithms.AlgoDiameter.GetMaxApproxComponentDiameter
 
getMaxComponentDiameter(GraphLibrary<VertexType, EdgeType>, Progress) - Method in class operations.graphoperations.algorithms.AlgoDiameter
 
GetMaxComponentDiameter() - Constructor for class operations.graphoperations.algorithms.AlgoDiameter.GetMaxComponentDiameter
 
getMaxDegree() - Method in class graphana.util.DegreeLists
Returns the maximum degree of the graph.
getMaxDegree() - Method in class graphana.util.LegacyDegreeList
Returns the maximum degree of the graph.
getMaximumDegree(DegreeType) - Method in class graphana.graphs.GraphLibrary
Returns the maximum vertex degree
getMaxIndex() - Method in class graphana.model.Histogram
Returns the largest index with an explicit value.
getMaxValue() - Method in class graphana.model.Histogram
Returns the maximum value of all entries.
getMembers() - Method in class graphloaders.antlrDotParser.NodeAndSubgraphParser.Node
 
getMessage() - Method in class scriptinterface.execution.parseerrors.ContextError
Returns the message of the error
getMessage() - Method in class scriptinterface.execution.returnvalues.ExecutionError
 
getMessage() - Method in class scriptinterface.execution.returnvalues.ExecutionErrorMessage
 
getMiddlePoint() - Method in interface graphana.graphs.visualization.drawmodifiers.LoopArealData
Returns the middle point of the loop arc
getMiddlePoint() - Method in class visualizations.stdlayout.LoopEdgeVisualData
 
getMinArgumentCount() - Method in class scriptinterface.ParameterTuple
Returns the minimum number of arguments a caller has to pass.
getMinDegree() - Method in class graphana.util.DegreeLists
Returns the minimum degree of the graph.
getMinDegree() - Method in class graphana.util.LegacyDegreeList
Returns the minimum degree of the graph.
getMinimumDegree(DegreeType) - Method in class graphana.graphs.GraphLibrary
Returns the minimum vertex degree
getModeNames() - Method in class graphloaders.antlrDotParser.DOTLexer
 
getName() - Method in class descriptionfiles.DescSection
Returns the name of the section, which is the heading at the same time
getName() - Method in class genscript.defaultops.basic.OpBrackets
 
getName() - Method in class genscript.defaultops.basic.OpForLoop
 
getName() - Method in class genscript.defaultops.basic.OpGroupBasicSyntax.OpAnd
 
getName() - Method in class genscript.defaultops.basic.OpGroupBasicSyntax.OpIfThen
 
getName() - Method in class genscript.defaultops.basic.OpGroupBasicSyntax.OpIfThenElse
 
getName() - Method in class genscript.defaultops.basic.OpGroupBasicSyntax.OpOr
 
getName() - Method in class genscript.defaultops.basic.OpGroupBasicSyntax.OpTry
 
getName() - Method in class genscript.defaultops.basic.OpStatements
 
getName() - Method in class genscript.defaultops.basic.OpStatementsClosed
 
getName() - Method in class genscript.defaultops.basic.OpWhileLoop
 
getName() - Method in class genscript.defaultops.math.OpAddition
 
getName() - Method in class genscript.defaultops.math.OpBigger
 
getName() - Method in class genscript.defaultops.math.OpBiggerEq
 
getName() - Method in class genscript.defaultops.math.OpDivision
 
getName() - Method in class genscript.defaultops.math.OpEagerAnd
 
getName() - Method in class genscript.defaultops.math.OpEagerOr
 
getName() - Method in class genscript.defaultops.math.OpEqual
 
getName() - Method in class genscript.defaultops.math.OpGetVectorElem
 
getName() - Method in class genscript.defaultops.math.OpGroupArithmetics.OpDegrees
 
getName() - Method in class genscript.defaultops.math.OpModulu
 
getName() - Method in class genscript.defaultops.math.OpMultiplication
 
getName() - Method in class genscript.defaultops.math.OpNot
 
getName() - Method in class genscript.defaultops.math.OpSet
 
getName() - Method in class genscript.defaultops.math.OpSmaller
 
getName() - Method in class genscript.defaultops.math.OpSmallerEq
 
getName() - Method in class genscript.defaultops.math.OpSubtraction
 
getName() - Method in class genscript.defaultops.math.OpUnaryMinus
 
getName() - Method in class genscript.defaultops.math.OpVector
 
getName() - Method in class genscript.defaultops.OpConst
 
getName() - Method in class genscript.defaultops.OpQuit
 
getName() - Method in class genscript.defaultops.OpUndef
 
getName() - Method in class genscript.defaultops.OpVoid
 
getName() - Method in class genscript.execution.ExecuterTreeElem
 
getName() - Method in class genscript.execution.ExecuterTreeNodeEager
 
getName() - Method in class genscript.parse.SearchGraph
 
getName() - Method in class genscript.syntax.tokens.Token
 
getName() - Method in class genscript.syntax.tokens.TokenIdentifier
 
getName() - Method in class graphana.graphs.defaulttypes.StdEdge
Returns the name of the edge.
getName() - Method in class graphana.graphs.GraphLibrary
Returns the name of the graph.
getName() - Method in class graphana.script.bindings.basicops.GrOpApplication
 
getName() - Method in class graphana.script.bindings.basicops.GrOpAssignment
 
getName() - Method in class graphana.script.bindings.basicops.GrOpAssignmentAddition
 
getName() - Method in class graphana.script.bindings.basicops.GrOpAssignmentDivision
 
getName() - Method in class graphana.script.bindings.basicops.GrOpAssignmentModulu
 
getName() - Method in class graphana.script.bindings.basicops.GrOpAssignmentMultiplication
 
getName() - Method in class graphana.script.bindings.basicops.GrOpAssignmentSubtraction
 
getName() - Method in class graphana.script.bindings.basicops.GrOpConstEdge
 
getName() - Method in class graphana.script.bindings.basicops.GrOpConstVertex
 
getName() - Method in class graphana.script.bindings.basicops.GrOpForEach
 
getName() - Method in class graphana.script.bindings.basicops.GrOpGroupBasics.GrOpDefined
 
getName() - Method in class graphana.script.bindings.basicops.GrOpGroupBasics.GrOpPostfixDecrease
 
getName() - Method in class graphana.script.bindings.basicops.GrOpGroupBasics.GrOpPostfixIncrease
 
getName() - Method in class graphana.script.bindings.basicops.GrOpGroupBasics.GrOpPrefixDecrease
 
getName() - Method in class graphana.script.bindings.basicops.GrOpGroupBasics.GrOpPrefixIncrease
 
getName() - Method in class graphana.script.bindings.basicops.GrOpGroupBasics.OpTryCatch
 
getName() - Method in class graphana.script.bindings.basicops.GrOpGroupOutput.GrOpPrint
 
getName() - Method in class graphana.script.bindings.basicops.GrOpGroupOutput.GrOpWrite
 
getName() - Method in class graphana.script.bindings.basicops.GrOpIdentifier
 
getName() - Method in class graphana.script.bindings.basicops.GrOpMeasureAlgorithmTime
 
getName() - Method in class graphloaders.antlrDotParser.NodeAndSubgraphParser.Node
 
getName() - Method in class scriptinterface.ScriptType
Returns the name of the type.
getNeighborCount(VertexType) - Method in class graphana.graphs.GraphLibrary
Returns the number of neighbors of the given vertex.
getNeighborDiversity(GraphLibrary<VertexType, EdgeType>, Progress) - Method in class operations.graphoperations.algorithms.AlgosMiscellaneous
 
getNeighbors(VertexType) - Method in class graphana.graphs.GraphLibrary
Makes it possible to iterate over the neighbors of the given vertex.
getNeighbors(StdVertex) - Method in class libraries.jung.JungLib
 
getNextNode() - Method in class genscript.parse.SearchGraph.NonTerminal
 
getNextPos(char[]) - Method in class global.ExtractedString
Returns the next position for example to begin the next extraction and skips all characters contained in the given array.
getNextPos(char) - Method in class global.ExtractedString
Returns the next position for example to begin the next extraction and skips all characters which are equal to the given one.
getNextPos() - Method in class global.ExtractedString
Returns the next position for example to begin the next extraction.
getNextVertexIdentifier() - Method in class graphana.graphs.GraphLibrary
Returns the default identifier of a new vertex.
getNode1() - Method in class graphloaders.antlrDotParser.EdgeParser.WeightedDotEdge
 
getNode2() - Method in class graphloaders.antlrDotParser.EdgeParser.WeightedDotEdge
 
getNodes() - Method in class graphloaders.antlrDotParser.NodeAndSubgraphParser
 
getNonTerminal() - Method in class genscript.parse.SearchGraph.Node
 
getObjectArg(int) - Method in class graphana.operationsystem.OperationArguments
Returns the argument with the given index beginning at zero as an Object.
getOkSignal() - Method in class view.callassistant.ArgumentsFrame
 
getOkSignal() - Method in class view.callassistant.CallBorder
Returns the object which is notified once the user clicks a button
getOperation(String) - Method in class graphana.operationsystem.OperationSet
Returns the operation which has the given key and was registered before.
getOperationDescription(MainControl, String) - Static method in class graphana.model.HelpSystem
Returns the description associated with the given key.
getOperationDescriptionString(MainControl, String, DescSourceType, boolean, boolean) - Static method in class graphana.model.HelpSystem
Creates and returns the signature string and the description of the operation associated with the given key
getOperationKeys() - Method in class graphana.operationsystem.OperationSet
Returns an Iterator of all operation keys, excluding algorithm keys and aliases.
getOperations() - Method in class graphana.operationsystem.OperationGroup
Returns instances of all operations of the group.
getOperations() - Method in class graphana.operationsystem.OperationSet
Returns an Iterator of all registered operations.
getOperations() - Method in class operations.commands.CmdsColor
 
getOperations() - Method in class operations.commands.CmdsConvert
 
getOperations() - Method in class operations.commands.CmdsCounter
 
getOperations() - Method in class operations.commands.CmdsErrors
 
getOperations() - Method in class operations.commands.CmdsGUI
 
getOperations() - Method in class operations.commands.CmdsHistogram
 
getOperations() - Method in class operations.commands.CmdsInput
 
getOperations() - Method in class operations.commands.CmdsLibrary
 
getOperations() - Method in class operations.commands.CmdsManual
 
getOperations() - Method in class operations.commands.CmdsMath
 
getOperations() - Method in class operations.commands.CmdsOutput
 
getOperations() - Method in class operations.commands.CmdsProgress
 
getOperations() - Method in class operations.commands.CmdsSystem
 
getOperations() - Method in class operations.commands.CmdsVisualization
 
getOperations() - Method in class operations.graphoperations.algorithms.AlgoConnectivity
 
getOperations() - Method in class operations.graphoperations.algorithms.AlgoDiameter
 
getOperations() - Method in class operations.graphoperations.algorithms.AlgoFeedbackArcSet
 
getOperations() - Method in class operations.graphoperations.algorithms.AlgosClusterEditing
 
getOperations() - Method in class operations.graphoperations.algorithms.AlgosCoGraph
 
getOperations() - Method in class operations.graphoperations.algorithms.AlgosConnectedComponents
 
getOperations() - Method in class operations.graphoperations.algorithms.AlgosCuts
 
getOperations() - Method in class operations.graphoperations.algorithms.AlgosCVD
 
getOperations() - Method in class operations.graphoperations.algorithms.AlgosDistances
 
getOperations() - Method in class operations.graphoperations.algorithms.AlgosGraphStdProperties
 
getOperations() - Method in class operations.graphoperations.algorithms.AlgosMiscellaneous
 
getOperations() - Method in class operations.graphoperations.algorithms.AlgosTreewidth
 
getOperations() - Method in class operations.graphoperations.algorithms.feedbackvertexset.AlgosFeedbackVertexSet
 
getOperations() - Method in class operations.graphoperations.GrOpsGraphCreation
 
getOperations() - Method in class operations.graphoperations.GrOpsGraphElements
 
getOperations() - Method in class operations.graphoperations.GrOpsGraphloader
 
getOperations() - Method in class operations.graphoperations.GrOpsRandomGraphs
 
getOperationSet() - Method in class graphana.MainControl
Returns the operation set which contains all registered operations.
getOperationThread() - Method in class graphana.UserInterface
 
getOperationThread() - Method in class view.guicomponents.guiconsole.StatusBar
Returns the operation thread which was set before.
getOperationThread() - Method in class view.userinterfaces.GUIUserInterface
 
getOperationTypeAsString() - Method in class graphana.operationsystem.Command
 
getOperationTypeAsString() - Method in class graphana.operationsystem.GraphAlgorithm
 
getOperationTypeAsString() - Method in class graphana.operationsystem.GraphOperation
 
getOperationTypeAsString() - Method in class graphana.operationsystem.Operation
Returns the operation type as a string.
getOriginalEdge(GraphLibrary<VertexType, EdgeType>, EdgeType) - Method in class graphana.operationsystem.OperationArguments
Given the copied edge of the copied graph returns the original edge of the original graph.
getOriginalEdges(GraphLibrary<VertexType, EdgeType>, LinkedList<EdgeType>) - Method in class graphana.operationsystem.OperationArguments
 
getOriginalEdgesAsGVector(GraphLibrary<VertexType, EdgeType>, Vector<EdgeType>) - Method in class graphana.operationsystem.OperationArguments
 
getOriginalEdgesAsGVector(GraphLibrary<VertexType, EdgeType>, Iterable<EdgeType>, int) - Method in class graphana.operationsystem.OperationArguments
 
getOriginalGEdge(GraphLibrary<VertexType, EdgeType>, EdgeType) - Method in class graphana.operationsystem.OperationArguments
Given the copied edge of the copied graph creates and returns a GEdge wrapper containing the original edge of the original graph.
getOriginalGraph() - Method in class graphana.operationsystem.OperationArguments
Returns the original graph on which the operation was called.
getOriginalGVertex(GraphLibrary<VertexType, ?>, VertexType) - Method in class graphana.operationsystem.OperationArguments
Given the copied vertex of the copied graph creates and returns a GVertex wrapper containing the original vertex of the original graph.
getOriginalMetaEdgesAsGVector(GraphLibrary<VertexType, EdgeType>, Iterable<MetaEdge<VertexType>>, int) - Method in class graphana.operationsystem.OperationArguments
 
getOriginalVertex(GraphLibrary<VertexType, ?>, VertexType) - Method in class graphana.operationsystem.OperationArguments
Given the copied vertex of the copied graph returns the original vertex of the original graph.
getOriginalVerticesAsGArray(GraphLibrary<VertexType, ?>, ArrayList<VertexType>) - Method in class graphana.operationsystem.OperationArguments
 
getOriginalVerticesAsGSet(GraphLibrary<VertexType, ?>, LinkedList<VertexType>) - Method in class graphana.operationsystem.OperationArguments
 
getOriginalVerticesAsGVector(GraphLibrary<VertexType, ?>, Vector<VertexType>) - Method in class graphana.operationsystem.OperationArguments
 
getOriginalVerticesAsList(GraphLibrary<VertexType, ?>, LinkedList<VertexType>) - Method in class graphana.operationsystem.OperationArguments
 
getOutgoingEdgeCount(VertexType) - Method in class graphana.graphs.GraphLibrary
Returns the amount of outgoing edges of the given vertex.
getOutgoingEdgeCount(StdVertex) - Method in class libraries.jgrapht.JGraphTLib
 
getOutgoingEdgeCount(StdVertex) - Method in class libraries.jung.JungLib
 
getOutgoingEdgeCount(LibTWVertex) - Method in class libraries.libtw.LibTW
 
getOutgoingEdges(VertexType) - Method in class graphana.graphs.GraphLibrary
Returns all outgoing edges of the given vertex.
getOutgoingEdges(StdVertex) - Method in class libraries.jgrapht.JGraphTLib
 
getOutgoingEdges(StdVertex) - Method in class libraries.jung.JungLib
 
getOutgoingEdges(LibTWVertex) - Method in class libraries.libtw.LibTW
 
getOutgoingEdges() - Method in class visualizations.stdlayout.VertexVisualData
Returns the list of the visual dates of all outgoing edges
getOutputArea() - Method in class view.guicomponents.guiconsole.ConsoleOutputPanel
Returns the text area holding the console output.
getOutputStreamFile() - Method in class graphana.MainControl
Returns the current output stream file.
getOutputStreamFile() - Method in class graphana.UserInterface
Returns the current output stream file.
getParamCount(boolean) - Method in class scriptinterface.ParameterTuple
Returns the number of parameters.
getParameterNames() - Method in class scriptinterface.ParameterTuple
Returns the names of the parameters as an array.
getParameters() - Method in class graphana.operationsystem.Operation
Returns the list of parameters to call this operation
getParameterTuple() - Method in class scriptinterface.DefaultSignature
 
getParameterTuple() - Method in class scriptinterface.ScriptComplexType
Returns the names and types of the entries.
getParameterTuple() - Method in interface scriptinterface.SignatureInterface
Returns the parameter tuple, including parameter keys, types and default values.
getParameterTuple() - Method in class view.callassistant.ArgumentsPanel
Returns the parameters of the call
getParameterTuple() - Method in class view.menuutil.MacroItem
Returns the parameters of the macro.
getParameterTypes() - Method in class scriptinterface.ParameterTuple
Returns the types of the parameters as an array.
getParamName(int) - Method in class scriptinterface.ParameterTuple
Returns the name of the parameter at the given index.
getParamType(int) - Method in class scriptinterface.ParameterTuple
Returns the type of the parameter at the given index.
getParseEvent() - Method in class genscript.parse.SearchGraph.Node
 
getParseSystem() - Method in class genscript.StdExecutionScope
 
getParseSystem() - Method in class graphana.script.bindings.GraphanaScriptScope
 
getParseSystem() - Static method in class graphloaders.oldDotParser.DotLoader
Deprecated.
Returns the dot parser
getParseSystem() - Method in class scriptinterface.execution.ExecutionScope
 
getPos() - Method in exception scriptinterface.ParseExceptionInterface
Returns the error position
getPosition() - Method in class genscript.defaultreaders.FlexibleTokenizer
 
getPosition() - Method in class genscript.defaultreaders.PreScanTokenizer
 
getPosition() - Method in class genscript.defaultreaders.ScanTokenizer
 
getPosition() - Method in class genscript.defaultreaders.SourceReader
 
getPosition() - Method in class genscript.parse.IndexReader
 
getPosition() - Method in interface graphana.graphs.visualization.output.GraphOutputPosition
The position of the vertex on a 2D plane
getPosition() - Method in class graphloaders.oldDotParser.attributes.GDotVertexAttributes
 
getPosition() - Method in interface scriptinterface.ReaderInterface
 
getPrimaryColor() - Method in class graphloaders.oldDotParser.attributes.GDotAttributes
 
getPriority() - Method in class genscript.parse.SearchGraph.Node
 
getPriority() - Method in class genscript.parse.SearchGraph.NonTerminal
 
getProgressSender() - Method in class graphana.UserInterface
 
getQuitNotification() - Method in class view.guicomponents.guiconsole.ConsolePanel
Returns the object that is notified when a Quit is the result of an execution.
getReadStack() - Method in class graphloaders.oldDotParser.parser.DotReader
 
getReadStackTopElem() - Method in class graphloaders.oldDotParser.parser.DotReader
 
getReadStartPosition() - Method in class genscript.defaultreaders.SourceReader
 
getResult() - Method in class global.ListString
Returns the resulting string representation.
getResult(int) - Method in class global.ListString
Returns the resulting string representation, whereas the number of characters is limited to the given value.
getResult() - Method in class graphana.operationsystem.GraphanaThread
Returns the result.
getResultStackSize() - Method in class genscript.parse.ReaderStack
 
getReturnValue() - Method in class scriptinterface.DefaultSignature
Returns the return type of the signature.
getReturnValue() - Method in class view.callassistant.ArgumentsPanel
Returns the value indicating which button the user pressed to confirm the input or to abort
getReturnValueAsString() - Method in class scriptinterface.DefaultSignature
 
getReturnValueAsString() - Method in interface scriptinterface.SignatureInterface
Returns the string representation of the return type, whereas no return type yields "void".
getRightPriority() - Method in class genscript.parse.Priority
 
getRoot() - Method in class genscript.execution.ExecuterTree
 
getRoot() - Method in class genscript.parse.SearchGraph
 
getRowCount() - Method in class view.fileset.GraphFilesTable
 
getRowCount() - Method in class view.fileset.GraphFilesTablePanel
 
getRuleIndex() - Method in class graphloaders.antlrDotParser.DOTParser.A_listContext
 
getRuleIndex() - Method in class graphloaders.antlrDotParser.DOTParser.Attr_listContext
 
getRuleIndex() - Method in class graphloaders.antlrDotParser.DOTParser.Attr_stmtContext
 
getRuleIndex() - Method in class graphloaders.antlrDotParser.DOTParser.Edge_stmtContext
 
getRuleIndex() - Method in class graphloaders.antlrDotParser.DOTParser.EdgeopContext
 
getRuleIndex() - Method in class graphloaders.antlrDotParser.DOTParser.EdgeRHSContext
 
getRuleIndex() - Method in class graphloaders.antlrDotParser.DOTParser.GraphContext
 
getRuleIndex() - Method in class graphloaders.antlrDotParser.DOTParser.IdContext
 
getRuleIndex() - Method in class graphloaders.antlrDotParser.DOTParser.Node_idContext
 
getRuleIndex() - Method in class graphloaders.antlrDotParser.DOTParser.Node_stmtContext
 
getRuleIndex() - Method in class graphloaders.antlrDotParser.DOTParser.PortContext
 
getRuleIndex() - Method in class graphloaders.antlrDotParser.DOTParser.Stmt_listContext
 
getRuleIndex() - Method in class graphloaders.antlrDotParser.DOTParser.StmtContext
 
getRuleIndex() - Method in class graphloaders.antlrDotParser.DOTParser.SubgraphContext
 
getRuleNames() - Method in class graphloaders.antlrDotParser.DOTLexer
 
getRuleNames() - Method in class graphloaders.antlrDotParser.DOTParser
 
getScale() - Method in interface graphana.graphs.visualization.drawmodifiers.VertexArealData
Returns the normalized scale of the vertex
getScale() - Method in class visualizations.stdlayout.VertexVisualData
Returns the dimensions of the visual vertex appearance
getScriptConstantRepresentation() - Method in class graphana.script.bindings.basictypes.GHistogram
 
getScriptConstantRepresentation() - Method in class graphana.script.bindings.basictypes.GVertex
 
getScriptConstantRepresentation() - Method in class scriptinterface.defaulttypes.GCompoundFile
 
getScriptConstantRepresentation() - Method in class scriptinterface.defaulttypes.GCompoundFiles
 
getScriptConstantRepresentation() - Method in class scriptinterface.defaulttypes.GFile
 
getScriptConstantRepresentation() - Method in class scriptinterface.defaulttypes.GFiles
 
getScriptConstantRepresentation() - Method in class scriptinterface.defaulttypes.GFloat
 
getScriptConstantRepresentation() - Method in class scriptinterface.defaulttypes.GFormat
 
getScriptConstantRepresentation() - Method in class scriptinterface.defaulttypes.GString
 
getScriptConstantRepresentation() - Method in class scriptinterface.defaulttypes.GVector
 
getScriptConstantRepresentation() - Method in class scriptinterface.execution.returnvalues.ExecutionReturn
Returns the value as a constant in valid script syntax.
getScriptFile() - Method in class scriptinterface.execution.CallMetadata
Returns the script file in which the call took place.
getScriptSignature() - Method in class view.menuutil.TaskItem
Returns the script signature of the task
getScriptSignatures() - Method in class graphana.MainControl
Returns all registered script signatures.
getScriptSystem() - Method in class genscript.syntax.TreeBuildingParser
 
getScriptSystem() - Method in class graphana.MainControl
Returns the script system of the main control.
getScriptThread() - Method in class view.guicomponents.guiconsole.StatusBar
Returns the script thread that was set before.
getScriptTimeout() - Method in class graphana.MainControl
Returns the maximum script execution time.
getScriptType(String) - Method in class genscript.types.DefaultTypeSystem
 
getScriptType(int) - Method in class genscript.types.DefaultTypeSystem
 
getScriptType(String) - Method in interface scriptinterface.ScriptSystemInterface
Returns the script type associated with the given type key.
getScriptTypes() - Method in class genscript.types.DefaultTypeSystem
 
getScrollPane() - Method in class view.callassistant.HelpPanel
 
getSearchGraph() - Method in class genscript.parse.SearchGraph.Node
 
getSearchNode() - Method in class graphana.script.bindings.visualization.VertexNodeHolder
 
getSection() - Method in class descriptionfiles.Description
 
getSection(String) - Method in class descriptionfiles.DescriptionFiles
 
getSectionAsExecReturn(MainControl, String, DescSourceType, boolean) - Static method in class graphana.model.HelpSystem
Creates a string representation of the section associated with the given key and returns the string wrapped into an ExecutionReturn to further process it within a script
getSectionListAsExecReturn(MainControl, String, DescSourceType) - Static method in class graphana.model.HelpSystem
Returns a list of sections as an ExecutionReturn to further process it within a script.
getSelectedElement() - Method in class view.fileset.GraphFileTable
 
getSelectedRow(int) - Method in class view.fileset.GraphFilesTable
 
getSelectedValue() - Method in class view.fileset.GraphFileListBox
 
getSelectionCount() - Method in class view.fileset.GraphFilesTablePanel
Returns the number of items the user selected in the graph files list.
getSerializedATN() - Method in class graphloaders.antlrDotParser.DOTLexer
 
getSerializedATN() - Method in class graphloaders.antlrDotParser.DOTParser
 
getSetArg(int) - Method in class graphana.operationsystem.OperationArguments
Returns the argument with the given index beginning at zero as a LinkedList which represents a set.
getSign() - Method in class genscript.defaultops.basic.OpBrackets
 
getSign() - Method in class genscript.defaultops.math.OpAddition
 
getSign() - Method in class genscript.defaultops.math.OpBigger
 
getSign() - Method in class genscript.defaultops.math.OpBiggerEq
 
getSign() - Method in class genscript.defaultops.math.OpDivision
 
getSign() - Method in class genscript.defaultops.math.OpEagerAnd
 
getSign() - Method in class genscript.defaultops.math.OpEagerOr
 
getSign() - Method in class genscript.defaultops.math.OpEqual
 
getSign() - Method in class genscript.defaultops.math.OpGetVectorElem
 
getSign() - Method in class genscript.defaultops.math.OpGroupArithmetics.OpDegrees
 
getSign() - Method in class genscript.defaultops.math.OpModulu
 
getSign() - Method in class genscript.defaultops.math.OpMultiplication
 
getSign() - Method in class genscript.defaultops.math.OpNot
 
getSign() - Method in class genscript.defaultops.math.OpSet
 
getSign() - Method in class genscript.defaultops.math.OpSmaller
 
getSign() - Method in class genscript.defaultops.math.OpSmallerEq
 
getSign() - Method in class genscript.defaultops.math.OpSubtraction
 
getSign() - Method in class genscript.defaultops.math.OpUnaryMinus
 
getSign() - Method in class genscript.defaultops.math.OpVector
 
getSign() - Method in class genscript.defaultops.OpConst
 
getSign() - Method in class genscript.defaultops.OpUndef
 
getSign() - Method in class genscript.defaultops.OpVoid
 
getSign() - Method in class genscript.execution.ExecuterTreeElem
 
getSign() - Method in class graphana.script.bindings.basicops.GrOpConstEdge
 
getSign() - Method in class graphana.script.bindings.basicops.GrOpIdentifier
 
getSign() - Method in class scriptinterface.defaulttypes.GString
 
getSign() - Method in class scriptinterface.execution.returnvalues.ExecutionResult
Returns the short sign of the type.
getSign() - Method in class scriptinterface.ScriptType
Returns the abbreviation of the name.
getSignature() - Method in class graphana.operationsystem.Operation
Returns the signature as a data structure.
getSignature(String) - Method in class graphana.script.ScriptSignatureSet
Returns the script signature associated with the given key.
getSignature() - Method in class scriptinterface.ScriptCallSignature
Returns the inner signature.
getSignatureString() - Method in class frameworksamples.AlgoEdgeWeightSum
 
getSignatureString() - Method in class genscript.defaultops.math.OpGetVectorElem
 
getSignatureString() - Method in class genscript.defaultops.math.OpGroupArithmetics.OpDegrees
 
getSignatureString() - Method in class genscript.defaultops.math.OpNot
 
getSignatureString() - Method in class genscript.execution.ExecuterTreeElem
 
getSignatureString() - Method in class graphana.operationsystem.Operation
Every operation must define a signature especially containing a unique key.
getSignatureString() - Method in class graphana.script.bindings.basicops.GrOpConstEdge
 
getSignatureString() - Method in class operations.commands.CmdsHistogram.ExecHistogram
 
getSignatureString() - Method in class operations.commands.CmdsHistogram.ExecSetHistogramMode
 
getSignatureString() - Method in class operations.commands.CmdsSystem.ExecExecuteString
 
getSignatureString() - Method in class operations.commands.CmdsSystem.ExecScript
 
getSignatureString() - Method in class operations.commands.ExecImport
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgoDiameter.GetAlgoDiameter
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgoDiameter.GetApproxDiameter
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgoDiameter.GetMaxApproxComponentDiameter
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgoDiameter.GetMaxComponentDiameter
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgoFeedbackArcSet.AlgoCombFAS
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgoFeedbackArcSet.AlgoCombFASSize
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgoFeedbackArcSet.AlgoFVS2APX
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgoFeedbackArcSet.AlgoFVS2APXSize
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgoFeedbackArcSet.AlgoGetCycle
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgoFeedbackArcSet.AlgoGetGR
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgoFeedbackArcSet.AlgoGetGRSize
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgoFeedbackArcSet.AlgoSCCCount
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgoFeedbackArcSet.AlgoSifting
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgoFeedbackArcSet.AlgoSiftingSize
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgoFeedbackArcSet.UCycle
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosClusterEditing.GetAPX
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosClusterEditing.GetAPXCED
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosClusterEditing.GetAPXCEDRuns
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosClusterEditing.GetAPXCEDRunsSize
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosClusterEditing.GetAPXCEDSize
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosClusterEditing.GetAPXHEUR
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosClusterEditing.GetAPXRuns
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosClusterEditing.GetAPXRunsSize
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosClusterEditing.GetAPXSize
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosClusterEditing.GetCE
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosClusterEditing.GetCESize
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosCoGraph.AlgoGetInducedP4
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosCoGraph.AlgoGetInducedP4Size
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosConnectedComponents.AlgoConnectedComponentsCount
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosConnectedComponents.AlgoFeedbackEdgeSetSize
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosConnectedComponents.AlgoIsAcyclic
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosConnectedComponents.AlgoIsClusterGraph
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosConnectedComponents.AlgoIsTree
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosConnectedComponents.MaxComp
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosConnectedComponents.MaxCompSize
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosCuts.AlgoCheckGomoryHu
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosCuts.AlgoEdgeConnectivityDistribution
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosCuts.AlgoGomoryHuTree
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosCuts.AlgoKEdgeConnected
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosDistances.AlgoDijkstraShortestPath
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosGraphStdProperties.AlgoAvrgDegree
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosGraphStdProperties.AlgoDegreeDistributionUndirected
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosGraphStdProperties.AlgoIngoingDegreeDistributionDirected
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosGraphStdProperties.AlgoMaxDegreeUndirected
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosGraphStdProperties.AlgoMaxIngoingDegreeDirected
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosGraphStdProperties.AlgoMaxOutgoingDegreeDirected
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosGraphStdProperties.AlgoMinDegreeUndirected
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosGraphStdProperties.AlgoMinIngoingDegreeDirected
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosGraphStdProperties.AlgoMinOutgoingDegreeDirected
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosGraphStdProperties.AlgoOutgoingDegreeDistributionDirected
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosMiscellaneous.AlgoBetweennessEdgeHistogram
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosMiscellaneous.AlgoBetweennessVertexHistogram
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosMiscellaneous.AlgoCompleteGraphEdges
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosMiscellaneous.AlgoDegeneracy
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosMiscellaneous.AlgoGetDominatingSet
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosMiscellaneous.AlgoGetDominatingSetSize
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosMiscellaneous.AlgoGetGreedyVertexCover
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosMiscellaneous.AlgoGetHIndexPlus
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosMiscellaneous.AlgoGetKCore
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosMiscellaneous.AlgoGetKCoreHistogram
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosMiscellaneous.AlgoGetKCoreSize
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosMiscellaneous.AlgoHIndex
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosMiscellaneous.AlgoNeighborhoodDiversity
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosMiscellaneous.AlgoTwoHopsHistogram
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosMiscellaneous.AlgoVertexCoverSizeBothHeuristics
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosMiscellaneous.ComplementaryGraph
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosMiscellaneous.IsBipartite
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosTreewidth.AlgoTreewidthBounds
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosTreewidth.AlgoTreewidthExact
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosTreewidth.AlgoTreewidthLowerBound
 
getSignatureString() - Method in class operations.graphoperations.algorithms.AlgosTreewidth.AlgoTreewidthUpperBound
 
getSignatureString() - Method in class operations.graphoperations.GrOpsGraphCreation.ExecCreateGraph
 
getSignatureString() - Method in class operations.graphoperations.GrOpsGraphCreation.ExecGraphAsDIMACS
 
getSignatureString() - Method in class operations.graphoperations.GrOpsGraphCreation.ExecNewGraph
 
getSink(GraphLibrary<VertexType, EdgeType>) - Method in class operations.graphoperations.algorithms.AlgoFeedbackArcSet
 
getSize() - Method in class scriptinterface.defaulttypes.GArray
 
getSize() - Method in class scriptinterface.defaulttypes.GCompoundFiles
 
getSize() - Method in class scriptinterface.defaulttypes.GFiles
 
getSize() - Method in class scriptinterface.defaulttypes.GIterable
 
getSize() - Method in class scriptinterface.defaulttypes.GList
 
getSize() - Method in class scriptinterface.defaulttypes.GSet
 
getSize() - Method in class scriptinterface.defaulttypes.GVector
 
getSize() - Method in interface scriptinterface.defaulttypes.IterableAndSize
Returns the number of elements to iterate.
getSize() - Method in class view.fileset.GraphFiles
 
getSource() - Method in class genscript.execution.ExecuterTree
 
getSource() - Method in exception genscript.parse.exceptions.ParseException
 
getSource(GraphLibrary<VertexType, EdgeType>) - Method in class operations.graphoperations.algorithms.AlgoFeedbackArcSet
 
getSourcePosition() - Method in class genscript.execution.ExecuterTreeElem
 
getSourcePosition() - Method in class genscript.syntax.tokens.Token
 
getStackMark() - Method in class genscript.parse.ReaderStack
 
getStartLinePosition() - Method in interface graphana.graphs.visualization.drawmodifiers.EdgeArealData
Returns the start position of the edge stroke.
getStartLinePosition() - Method in class visualizations.stdlayout.ConnectingEdgeVisualData
 
getStartLinePosition() - Method in class visualizations.stdlayout.LoopEdgeVisualData
 
getStartParser() - Method in class genscript.ParseSystem
 
getStartPoint() - Method in class graphana.model.MetaEdge
 
getStartPosition() - Method in interface graphana.graphs.visualization.drawmodifiers.EdgeArealData
Returns the center of the start vertex
getStartPosition() - Method in class visualizations.stdlayout.EdgeVisualData
 
getStartVertex(EdgeType) - Method in class graphana.graphs.GraphLibrary
Returns the start vertex (or "start point") of the given edge.
getStartVertex() - Method in class graphana.script.bindings.basictypes.GEdge
 
getStartVertex() - Method in class visualizations.stdlayout.ConnectingEdgeVisualData
 
getStartVertex() - Method in class visualizations.stdlayout.EdgeVisualData
 
getStartVertex() - Method in class visualizations.stdlayout.LoopEdgeVisualData
 
getStartVisVertex(EdgeType) - Method in class visualizations.stdlayout.StdLayout
Returns the visual data of the start vertex of the given edge
getStatement() - Method in class view.menuutil.MacroItem
Returns the statement of the macro.
getStatus() - Method in class graphana.graphs.defaulttypes.StdEdge
Returns the current status of the edge.
getStatus() - Method in class graphana.graphs.defaulttypes.StdVertex
Returns the current status of the vertex.
getStatus() - Method in class libraries.jgrapht.JGraphTWeightedEdge
 
getStatus() - Method in class libraries.libtw.LibTWEdge
 
getStatus() - Method in class libraries.libtw.LibTWVertex
 
getStatusBar() - Method in class view.guicomponents.guiconsole.ConsoleFrame
Returns the inner status bar
getStdLibInstance() - Method in class graphana.operationsystem.GraphOperation
Returns an instance of a subclass of GraphLibrary of the preferred compatible graph library.
getStringArg(int) - Method in class graphana.operationsystem.OperationArguments
Returns the argument with the given index beginning at zero in its string representation.
getStringArguments() - Method in class view.callassistant.ArgumentsFrame
 
getStringArguments() - Method in class view.callassistant.ArgumentsPanel
Returns the evaluated arguments in its string representation.
getStringEnd() - Method in class global.ExtractedString
Returns the position of the end of the extraction.
getStringRepresentation() - Method in exception genscript.parse.exceptions.ContextException
 
getStringRepresentation() - Method in exception genscript.parse.exceptions.SyntaxException
 
getStringRepresentation() - Method in interface global.StringRepresentation
Returns a user-readable string representation of the object.
getStringRepresentation() - Method in class graphana.model.InputHistory
Returns the history of user inputs line wise as a string.
getStringRepresentation() - Method in class graphana.script.bindings.basictypes.GEdge
 
getStringRepresentation() - Method in class graphana.script.bindings.basictypes.GMetaEdge
 
getStringRepresentation() - Method in class graphana.script.bindings.basictypes.GVertex
 
getStringRepresentation() - Method in class graphana.script.execution.ExecutionFileNotFound
 
getStringRepresentation() - Method in class graphana.script.execution.ExecutionUnknownIdentifier
 
getStringRepresentation() - Method in exception operations.commands.exceptions.ParseDIMACSException
Converts the exception to a user-readable string.
getStringRepresentation() - Method in exception operations.commands.exceptions.ParseDIMACSInvalidWeight
 
getStringRepresentation() - Method in exception operations.commands.exceptions.ParseDIMACSTooManyArgs
 
getStringRepresentation() - Method in exception operations.commands.exceptions.ParseMETISException
Converts the exception to a user-readable string.
getStringRepresentation() - Method in class scriptinterface.DefaultSignature
 
getStringRepresentation() - Method in class scriptinterface.defaulttypes.GCompoundFile
 
getStringRepresentation() - Method in class scriptinterface.defaulttypes.GCompoundFiles
 
getStringRepresentation() - Method in class scriptinterface.defaulttypes.GFile
 
getStringRepresentation() - Method in class scriptinterface.defaulttypes.GFiles
 
getStringRepresentation() - Method in class scriptinterface.defaulttypes.GFormat
 
getStringRepresentation() - Method in class scriptinterface.defaulttypes.GVector
 
getStringRepresentation() - Method in class scriptinterface.execution.CallMetadata
Returns a user-readable string representation of the call meta data.
getStringRepresentation() - Method in class scriptinterface.execution.parseerrors.ParseError
Returns a user-readable string representation of the error.
getStringRepresentation() - Method in class scriptinterface.execution.returnvalues.ExecutionErrorMessage
 
getStringRepresentation() - Method in class scriptinterface.execution.returnvalues.ExecutionResult
 
getStringRepresentation() - Method in class scriptinterface.execution.returnvalues.ExecutionReturn
Returns a user-readable string representation of this instance.
getStringRepresentation() - Method in class scriptinterface.execution.returnvalues.ExecutionRuntimeError
 
getStringRepresentation() - Method in class scriptinterface.execution.returnvalues.ExecutionStackError
 
getStringRepresentation() - Method in class scriptinterface.execution.returnvalues.ExecutionWrongArgCount
 
getStringRepresentation() - Method in class scriptinterface.execution.returnvalues.ExecutionWrongArgType
 
getStringRepresentation() - Method in class scriptinterface.ParameterTuple
 
getStringRepresentation() - Method in exception scriptinterface.ParseExceptionInterface
Returns a user readable string representation of the error
getStringRepresentation() - Method in class scriptinterface.ScriptType
 
getStringRepresentation() - Method in class scriptinterface.SourcePosition
 
getStringRepresentation() - Method in exception visualizations.stdlayout.ArrangeException
Creates and returns a user readable string representation of the exception
getStringStart() - Method in class global.ExtractedString
Returns the position of the start of the extraction.
getStringWidth(Graphics, String, Font) - Static method in class global.StringOps
Computes the width of a written string.
getSubGraphs() - Method in class graphloaders.antlrDotParser.NodeAndSubgraphParser
 
getSubSearchGraph() - Method in class genscript.parse.SearchGraph.NonTerminal
 
getSuggestions(String) - Method in class view.AutoCompletion
Returns a list of all possible strings that begin with the given string
getSyncObject() - Method in interface graphana.graphs.GraphListener
Returns the object to synchronize with when invoking the listener and the graph elements in parallel.
getTargetGraph() - Method in class graphloaders.oldDotParser.parser.DotReader
 
getText(String, Object) - Method in class graphana.graphs.defaultstates.StatusFullText
 
getText() - Method in class graphana.graphs.defaultstates.StatusId
Returns the ID as a String
getText() - Method in class graphana.graphs.defaultstates.StatusText
 
getText(String, Object) - Method in interface graphana.graphs.visualization.output.GraphOutputFullText
Creates and returns a string containing the given name, the string representation of the given status and possibly some more information
getText() - Method in class graphana.script.bindings.basictypes.GEdge
 
getText() - Method in class graphana.script.bindings.basictypes.GMetaEdge
 
getText() - Method in class graphana.script.bindings.basictypes.GVertex
 
getText(String, Object) - Method in class graphana.script.bindings.visualization.VertexNodeHolder
 
getText(String, Object) - Method in class graphloaders.oldDotParser.attributes.GDotAttributes
 
getText(String, Object) - Method in class operations.graphoperations.StatusVertexList
 
getText() - Method in class scriptinterface.defaulttypes.GArray
 
getText() - Method in class scriptinterface.defaulttypes.GBoolean
 
getText() - Method in class scriptinterface.defaulttypes.GCompoundFile
 
getText() - Method in class scriptinterface.defaulttypes.GFile
 
getText() - Method in class scriptinterface.defaulttypes.GFloat
 
getText() - Method in class scriptinterface.defaulttypes.GFormat
 
getText() - Method in class scriptinterface.defaulttypes.GInteger
 
getText() - Method in class scriptinterface.defaulttypes.GIterable
 
getText() - Method in class scriptinterface.defaulttypes.GList
 
getText() - Method in class scriptinterface.defaulttypes.GObject
 
getText() - Method in class scriptinterface.defaulttypes.GPositiveInteger
 
getText() - Method in class scriptinterface.defaulttypes.GSet
 
getText() - Method in class scriptinterface.defaulttypes.GString
 
getText() - Method in class scriptinterface.defaulttypes.GVector
 
getText() - Method in interface scriptinterface.defaulttypes.TextHolder
Returns the text.
getText() - Method in class view.defaultargumentcomponents.ArgumentComponentComboBox
 
getTextField() - Method in class view.guicomponents.ComplexTypeField
Returns the text field
getTextField() - Method in class view.guicomponents.FileTextField
Returns the inner text field.
getTextVariables() - Method in class descriptionfiles.DescriptionFiles
 
getTimeout() - Method in class graphana.script.execution.ExecutionTimeout
 
getTokenGraph() - Method in class genscript.syntax.tokens.TokenSet
 
getTokenIdentifier(String) - Method in class genscript.syntax.tokens.TokenSet
 
getTokenIdentifier(int) - Method in class genscript.syntax.tokens.TokenSet
 
getTokenNames() - Method in class graphloaders.antlrDotParser.DOTLexer
Deprecated.
getTokenNames() - Method in class graphloaders.antlrDotParser.DOTParser
Deprecated.
getTokenSet() - Method in class genscript.syntax.TokenizedParser
 
getTop() - Method in class graphana.model.InputHistory
Returns the last input
getTopParent() - Method in class view.argumentcomponents.ArgumentComponent
Returns the parent of this component.
getTopScope() - Method in class genscript.TreeBuildingScriptSystem
 
getTopScope() - Method in class graphana.script.bindings.GraphanaScriptSystem
 
getTopScope() - Method in interface graphana.script.bindings.GraphanaScriptSystemInterface
 
getTopScope() - Method in interface scriptinterface.ScriptSystemInterface
Returns the global scope of the script.
getTreeArg(int) - Method in class graphana.operationsystem.OperationArguments
Returns the argument with the given index beginning at zero as an ExecuterTree.
getTriangle() - Method in class operations.graphoperations.algorithms.AlgosDistances.Matrix
 
getType() - Method in class graphana.script.bindings.basictypes.GEdge
 
getType() - Method in class graphana.script.bindings.basictypes.GErrorHolder
 
getType() - Method in class graphana.script.bindings.basictypes.GExecuterCall
 
getType() - Method in class graphana.script.bindings.basictypes.GGraph
 
getType() - Method in class graphana.script.bindings.basictypes.GHistogram
 
getType() - Method in class graphana.script.bindings.basictypes.GInterval
 
getType() - Method in class graphana.script.bindings.basictypes.GMetaEdge
 
getType() - Method in class graphana.script.bindings.basictypes.GParseTree
 
getType() - Method in class graphana.script.bindings.basictypes.GVertex
 
getType() - Method in class graphloaders.oldDotParser.attributes.GDotEdgeAttributes
 
getType() - Method in class graphloaders.oldDotParser.attributes.GDotVertexAttributes
 
getType() - Method in class scriptinterface.defaulttypes.GArray
 
getType() - Method in class scriptinterface.defaulttypes.GBoolean
 
getType() - Method in class scriptinterface.defaulttypes.GColor
 
getType() - Method in class scriptinterface.defaulttypes.GComplexType
 
getType() - Method in class scriptinterface.defaulttypes.GCompoundFile
 
getType() - Method in class scriptinterface.defaulttypes.GCompoundFiles
 
getType() - Method in class scriptinterface.defaulttypes.GExistingFile
 
getType() - Method in class scriptinterface.defaulttypes.GFile
 
getType() - Method in class scriptinterface.defaulttypes.GFiles
 
getType() - Method in class scriptinterface.defaulttypes.GFloat
 
getType() - Method in class scriptinterface.defaulttypes.GFormat
 
getType() - Method in class scriptinterface.defaulttypes.GInteger
 
getType() - Method in class scriptinterface.defaulttypes.GIterable
 
getType() - Method in class scriptinterface.defaulttypes.GList
 
getType() - Method in class scriptinterface.defaulttypes.GObject
 
getType() - Method in class scriptinterface.defaulttypes.GPositiveInteger
 
getType() - Method in class scriptinterface.defaulttypes.GSet
 
getType() - Method in class scriptinterface.defaulttypes.GString
 
getType() - Method in class scriptinterface.defaulttypes.GVector
 
getType() - Method in class scriptinterface.execution.returnvalues.ExecutionResult
Returns the type of the result.
getTypeCast(ScriptType, ScriptType) - Method in class genscript.types.DefaultTypeSystem
 
getTypeCast(ScriptType, ScriptType) - Method in class genscript.types.TypeCaster
 
getTypeCount() - Method in class genscript.types.DefaultTypeSystem
 
getTypeName() - Method in class scriptinterface.defaulttypes.GObject
 
getTypeName() - Method in class scriptinterface.execution.returnvalues.ExecutionResult
Returns the name of the type.
getTypeStatic() - Static method in class graphana.script.bindings.basictypes.GVertex
 
getTypeStatic() - Static method in class scriptinterface.defaulttypes.GArray
 
getTypeStatic() - Static method in class scriptinterface.defaulttypes.GBoolean
 
getTypeStatic() - Static method in class scriptinterface.defaulttypes.GFloat
 
getTypeStatic() - Static method in class scriptinterface.defaulttypes.GInteger
 
getTypeStatic() - Static method in class scriptinterface.defaulttypes.GIterable
 
getTypeStatic() - Static method in class scriptinterface.defaulttypes.GList
 
getTypeStatic() - Static method in class scriptinterface.defaulttypes.GSet
 
getTypeStatic() - Static method in class scriptinterface.defaulttypes.GString
 
getUndescribedExecuters(MainControl, boolean) - Static method in class graphana.model.HelpSystem
Creates and returns a list of all operations or only the algorithms that have no description
getUnmarkedNeighborCount(VertexType) - Method in class graphana.graphs.GraphLibrary
Counts the neighbors of the given vertex which do not have a status.
getUpperBound() - Method in class graphana.model.Bounds
 
getUpperBound(NGraph<GraphInput.InputData>) - Method in class operations.graphoperations.algorithms.AlgosTreewidth
 
getUserInterface() - Method in class graphana.ExecutionManager
Returns the user interface which handles user input and output.
getUserInterface() - Method in class system.GraphanaAccess
Returns the programs user interface.
getValue(BufferedReader, boolean) - Method in class genscript.parse.SearchGraph
 
getValue(String, boolean) - Method in class genscript.parse.SearchGraph
 
getValue() - Method in class genscript.parse.SearchGraph.Node
 
getValue(IndexReader) - Method in class genscript.syntax.tokens.TokenSet
 
getValue(float) - Method in class graphana.model.Histogram
Returns the value at the given index.
getValue() - Method in class graphana.script.bindings.basictypes.GEdge
 
getValue() - Method in class graphana.script.bindings.basictypes.GErrorHolder
 
getValue() - Method in class graphana.script.bindings.basictypes.GExecuterCall
 
getValue() - Method in class graphana.script.bindings.basictypes.GGraph
 
getValue() - Method in class graphana.script.bindings.basictypes.GHistogram
 
getValue() - Method in class graphana.script.bindings.basictypes.GInterval
 
getValue() - Method in class graphana.script.bindings.basictypes.GMetaEdge
 
getValue() - Method in class graphana.script.bindings.basictypes.GParseTree
 
getValue() - Method in class graphana.script.bindings.basictypes.GVertex
 
getValue() - Method in class graphloaders.oldDotParser.attributes.GDotAttributes
 
getValue(int, int) - Method in class operations.graphoperations.algorithms.AlgosDistances.Matrix
 
getValue() - Method in class scriptinterface.defaulttypes.GArray
 
getValue() - Method in class scriptinterface.defaulttypes.GBoolean
 
getValue() - Method in class scriptinterface.defaulttypes.GColor
 
getValue() - Method in class scriptinterface.defaulttypes.GCompoundFile
 
getValue() - Method in class scriptinterface.defaulttypes.GCompoundFiles
 
getValue() - Method in class scriptinterface.defaulttypes.GFile
 
getValue() - Method in class scriptinterface.defaulttypes.GFiles
 
getValue() - Method in class scriptinterface.defaulttypes.GFloat
 
getValue() - Method in class scriptinterface.defaulttypes.GFormat
 
getValue() - Method in class scriptinterface.defaulttypes.GInteger
 
getValue() - Method in class scriptinterface.defaulttypes.GIterable
 
getValue() - Method in class scriptinterface.defaulttypes.GList
 
getValue() - Method in class scriptinterface.defaulttypes.GObject
 
getValue() - Method in class scriptinterface.defaulttypes.GPositiveInteger
 
getValue() - Method in class scriptinterface.defaulttypes.GSet
 
getValue() - Method in class scriptinterface.defaulttypes.GString
 
getValue() - Method in class scriptinterface.defaulttypes.GVector
 
getValue() - Method in class scriptinterface.execution.returnvalues.ExecutionFunctionReturn
 
getValue() - Method in class scriptinterface.execution.returnvalues.ExecutionResult
Returns the internal value.
getValueAt(int, int) - Method in class view.fileset.GraphFilesTable
 
getValueCount() - Method in class graphana.model.Histogram
Returns the current amount of allocated values.
getValueHeading() - Method in class graphana.model.Histogram
Returns the value heading of the CSV output.
getValueUnscaled(int) - Method in class graphana.model.Histogram
Same as getValue, but does not multiply the given index with the x-scale factor.
getVariable(String) - Method in class graphana.script.bindings.GraphanaScriptScope
 
getVariable(KeyType) - Method in interface scriptinterface.execution.VariableSystem
 
getVecArg(int) - Method in class graphana.operationsystem.OperationArguments
Returns the argument with the given index beginning at zero as a Vector.
getVertex(String) - Method in class graphloaders.oldDotParser.parser.DotReadLevel
 
getVertex() - Method in class visualizations.stdlayout.VertexVisualData
Returns the vertex associated with this visual data
getVertexArg(int) - Method in class graphana.operationsystem.OperationArguments
Returns the argument with the given index beginning at zero as a Vertex.
getVertexByIdent(String, boolean) - Method in class graphana.graphs.GraphLibrary
Returns the vertex which has the given identifier.
getVertexByIdent(String) - Method in class graphana.graphs.GraphLibrary
Returns the vertex which has the given identifier.
getVertexCaption(VertexType) - Method in class graphana.graphs.visualization.GraphVisualElements
Generates and returns the caption of the given vertex.
getVertexColor(VertexType, boolean) - Method in class graphana.graphs.visualization.GraphVisualElements
Returns the color of the given vertex.
getVertexContourColor(VertexType, boolean) - Method in class graphana.graphs.visualization.GraphVisualElements
Returns the contour color of the given vertex.
getVertexCount() - Method in class graphana.graphs.GraphLibrary
 
getVertexCount() - Method in class graphana.util.DegreeLists
Returns the number of vertices.
getVertexCount() - Method in class graphana.util.LegacyDegreeList
Returns the number of vertices.
getVertexCount() - Method in class libraries.jgrapht.JGraphTLib
 
getVertexCount() - Method in class libraries.jung.JungLib
 
getVertexCount() - Method in class libraries.libtw.LibTW
 
getVertexCount() - Method in class operations.graphoperations.StatusVertexList
 
getVertexData(VertexType) - Method in class graphana.graphs.GraphLibrary
Returns the data of the given vertex.
getVertexData(StdVertex) - Method in class libraries.jgrapht.JGraphTLib
 
getVertexData(StdVertex) - Method in class libraries.jung.JungLib
 
getVertexData(LibTWVertex) - Method in class libraries.libtw.LibTW
 
getVertexDegree(VertexType) - Method in class graphana.util.DegreeLists
Returns the degree of the given vertex.
getVertexFillColor(VertexType, boolean) - Method in class graphana.graphs.visualization.GraphVisualElements
Returns the fill color of the given vertex.
getVertexFont(VertexType) - Method in class graphana.graphs.visualization.GraphVisualElements
Returns the font of the given vertex.
getVertexFontColor(VertexType, boolean) - Method in class graphana.graphs.visualization.GraphVisualElements
Returns the font color of the given vertex.
getVertexIdent(VertexType) - Method in class graphana.graphs.GraphLibrary
Returns the identifier of the given vertex.
getVertexIdent(StdVertex) - Method in class libraries.jgrapht.JGraphTLib
 
getVertexIdent(StdVertex) - Method in class libraries.jung.JungLib
 
getVertexIdent(LibTWVertex) - Method in class libraries.libtw.LibTW
 
getVertexIdentUnchecked(LocalVertexType) - Method in class graphana.graphs.GraphLibrary
Returns the name of the given vertex which is assumed to be of type VertexType.
getVertexPosition(VertexType) - Method in class graphana.graphs.visualization.GraphVisualElements
Returns the layout position of the given vertex if it was set.
getVertexShape(VertexType) - Method in class graphana.graphs.visualization.GraphVisualElements
Returns the shape of the given vertex.
getVertexShape() - Method in interface graphana.graphs.visualization.output.GraphOutputVertexShape
 
getVertexStatus(VertexType) - Method in class graphana.graphs.GraphLibrary
Returns the status of the given vertex in O(1).
getVertexStatus(StdVertex) - Method in class libraries.jgrapht.JGraphTLib
 
getVertexStatus(StdVertex) - Method in class libraries.jung.JungLib
 
getVertexStatus(LibTWVertex) - Method in class libraries.libtw.LibTW
 
getVertexStdPrefix() - Method in class graphana.graphs.GraphLibrary
If a vertex is added without giving an identifier then the identifier is set to the default prefix concatenated with an id.
getVertices() - Method in class graphana.graphs.GraphLibrary
 
getVertices() - Method in class graphloaders.oldDotParser.parser.DotReadLevel
 
getVertices() - Method in class libraries.jgrapht.JGraphTLib
 
getVertices() - Method in class libraries.jung.JungLib
 
getVertices() - Method in class libraries.libtw.LibTW
 
getVertices() - Method in class operations.graphoperations.StatusVertexList
 
getVisInstanceByKey(String) - Method in class graphana.graphs.visualization.VisualizationManager
Returns the visualizer associated with the given key.
getVisualData(VertexType) - Method in class visualizations.stdlayout.StdLayout
Returns the visual data associated with the given vertex
getVisualEdges() - Method in class visualizations.stdlayout.StdLayout
Returns an Iterable to iterate over the visual edge data
getVisualElements() - Method in class graphana.graphs.GraphLibrary
Returns the GraphVisualElements to get visual data of the vertices and edges of the graph.
getVisualizationManager() - Method in class graphana.MainControl
Returns the manager for the graph visualizations.
getVisualizerKey() - Method in interface graphana.graphs.visualization.GraphVisualizer
Returns the (unique) key of the visualizer.
getVisualizerKey() - Method in class visualizations.JungVisualizer
 
getVisualizerKey() - Method in class visualizations.StdVisualizer
 
getVisualizers() - Method in class graphana.graphs.visualization.VisualizationManager
Enables iteration over all registered visualizers.
getVisualVertices() - Method in class visualizations.stdlayout.StdLayout
Returns an Iterable to iterate over the visual vertex data
getVisVertexByIdent(String) - Method in class visualizations.stdlayout.StdLayout
Returns the visual data associated with the vertex which has the given identifier
getVocabulary() - Method in class graphloaders.antlrDotParser.DOTLexer
 
getVocabulary() - Method in class graphloaders.antlrDotParser.DOTParser
 
getWeight() - Method in class graphana.graphs.defaulttypes.WeightedEdge
Returns the weight of the edge.
getWeight() - Method in class graphana.model.MetaWeightedEdge
 
getWeight() - Method in class graphloaders.antlrDotParser.EdgeParser.WeightedDotEdge
 
getWeight() - Method in class libraries.libtw.LibTWEdge
 
getWeightedDotEdges() - Method in class graphloaders.antlrDotParser.EdgeParser
 
getWidth() - Method in class graphana.graphs.visualization.drawmodifiers.defaultmodifiers.CycleShape
 
getWidth() - Method in class graphana.graphs.visualization.drawmodifiers.VertexFixedSizeShape
Returns the normalized width of the shape
getWidth() - Method in class visualizations.drawmodifiers.FixedEllipseShape
 
getWidth() - Method in class visualizations.drawmodifiers.FixedRectShape
 
getX() - Method in interface graphana.graphs.visualization.drawmodifiers.VertexArealData
Returns the normalized x-position of the vertex
getX() - Method in class graphana.model.mathobjects.PairD
Returns the x value
getX() - Method in class graphana.model.mathobjects.Position2F
Returns the x value
getX() - Method in class visualizations.stdlayout.VertexVisualData
Returns the x position of the vertex
getXScale() - Method in class graphana.model.Histogram
 
getY() - Method in interface graphana.graphs.visualization.drawmodifiers.VertexArealData
Returns the normalized y-position of the vertex
getY() - Method in class graphana.model.mathobjects.PairD
Returns the y value
getY() - Method in class graphana.model.mathobjects.Position2F
Returns the y value
getY() - Method in class visualizations.stdlayout.VertexVisualData
Returns the y position of the vertex
getZoom() - Method in interface graphana.graphs.visualization.drawmodifiers.ProjectionPlane
Returns the zoom level
GExecuterCall - Class in graphana.script.bindings.basictypes
Script type wrapper for the closure of an operation call.
GExecuterCall(ExecuterCallData) - Constructor for class graphana.script.bindings.basictypes.GExecuterCall
 
GExecuterCall() - Constructor for class graphana.script.bindings.basictypes.GExecuterCall
 
GExistingFile - Class in scriptinterface.defaulttypes
Script type wrapper for files.
GExistingFile(File) - Constructor for class scriptinterface.defaulttypes.GExistingFile
 
GExistingFile() - Constructor for class scriptinterface.defaulttypes.GExistingFile
 
GFile - Class in scriptinterface.defaulttypes
Script type wrapper for File.
GFile(File) - Constructor for class scriptinterface.defaulttypes.GFile
 
GFile(File, FileFormat) - Constructor for class scriptinterface.defaulttypes.GFile
 
GFile() - Constructor for class scriptinterface.defaulttypes.GFile
 
GFiles - Class in scriptinterface.defaulttypes
Script type wrapper for files.
GFiles(LinkedList<GFile>) - Constructor for class scriptinterface.defaulttypes.GFiles
 
GFiles() - Constructor for class scriptinterface.defaulttypes.GFiles
 
GFloat - Class in scriptinterface.defaulttypes
Script type wrapper for Float.
GFloat(Float) - Constructor for class scriptinterface.defaulttypes.GFloat
 
GFloat() - Constructor for class scriptinterface.defaulttypes.GFloat
 
GFloat(Double) - Constructor for class scriptinterface.defaulttypes.GFloat
 
GFormat - Class in scriptinterface.defaulttypes
Script type wrapper for File.
GFormat(FileFormat) - Constructor for class scriptinterface.defaulttypes.GFormat
 
GFormat(String) - Constructor for class scriptinterface.defaulttypes.GFormat
 
GFormat() - Constructor for class scriptinterface.defaulttypes.GFormat
 
GGraph - Class in graphana.script.bindings.basictypes
Script type wrapper for a graph.
GGraph(GraphLibrary<?, ?>) - Constructor for class graphana.script.bindings.basictypes.GGraph
 
GGraph() - Constructor for class graphana.script.bindings.basictypes.GGraph
 
GHistogram - Class in graphana.script.bindings.basictypes
Script type wrapper for a histogram.
GHistogram(Histogram) - Constructor for class graphana.script.bindings.basictypes.GHistogram
 
GHistogram() - Constructor for class graphana.script.bindings.basictypes.GHistogram
 
GInteger - Class in scriptinterface.defaulttypes
Script type wrapper for Integer.
GInteger(Integer) - Constructor for class scriptinterface.defaulttypes.GInteger
 
GInteger() - Constructor for class scriptinterface.defaulttypes.GInteger
 
GInterval - Class in graphana.script.bindings.basictypes
Script type wrapper for an interval (or 'Bounds').
GInterval(Bounds) - Constructor for class graphana.script.bindings.basictypes.GInterval
 
GInterval(float, float) - Constructor for class graphana.script.bindings.basictypes.GInterval
 
GInterval() - Constructor for class graphana.script.bindings.basictypes.GInterval
 
GIterable<ElementType extends ExecutionResult<?>> - Class in scriptinterface.defaulttypes
Script type wrapper for iterable data structures.
GIterable(IterableAndSize<ElementType>) - Constructor for class scriptinterface.defaulttypes.GIterable
 
GIterable() - Constructor for class scriptinterface.defaulttypes.GIterable
 
GList - Class in scriptinterface.defaulttypes
Script type wrapper for LinkedList.
GList(LinkedList<ExecutionResult<?>>) - Constructor for class scriptinterface.defaulttypes.GList
 
GList() - Constructor for class scriptinterface.defaulttypes.GList
 
global - package global
 
GMetaEdge<VertexType,EdgeType> - Class in graphana.script.bindings.basictypes
Script type wrapper for an edge, which does not to be existent.
GMetaEdge(GraphLibrary<VertexType, EdgeType>, MetaEdge<VertexType>) - Constructor for class graphana.script.bindings.basictypes.GMetaEdge
 
GMetaEdge(GraphLibrary<VertexType, EdgeType>) - Constructor for class graphana.script.bindings.basictypes.GMetaEdge
 
GObject - Class in scriptinterface.defaulttypes
Script type wrapper for Object.
GObject(Object) - Constructor for class scriptinterface.defaulttypes.GObject
 
GObject() - Constructor for class scriptinterface.defaulttypes.GObject
 
GParseTree - Class in graphana.script.bindings.basictypes
Script type wrapper for an executer tree.
GParseTree(ExecuterInterface) - Constructor for class graphana.script.bindings.basictypes.GParseTree
 
GParseTree() - Constructor for class graphana.script.bindings.basictypes.GParseTree
 
GPositiveInteger - Class in scriptinterface.defaulttypes
Script type wrapper for Integer.
GPositiveInteger(Integer) - Constructor for class scriptinterface.defaulttypes.GPositiveInteger
 
GPositiveInteger() - Constructor for class scriptinterface.defaulttypes.GPositiveInteger
 
GRAPH - Static variable in class graphloaders.antlrDotParser.DOTLexer
 
GRAPH() - Method in class graphloaders.antlrDotParser.DOTParser.Attr_stmtContext
 
GRAPH - Static variable in class graphloaders.antlrDotParser.DOTParser
 
graph() - Method in class graphloaders.antlrDotParser.DOTParser
 
GRAPH() - Method in class graphloaders.antlrDotParser.DOTParser.GraphContext
 
graph - Variable in class libraries.jung.JungLib
 
graph - Variable in class visualizations.stdlayout.StdLayout
 
GraphAlgorithm - Class in graphana.operationsystem
A special graph operation.
GraphAlgorithm() - Constructor for class graphana.operationsystem.GraphAlgorithm
 
graphana - package graphana
 
graphana.graphs - package graphana.graphs
 
graphana.graphs.defaultstates - package graphana.graphs.defaultstates
 
graphana.graphs.defaulttypes - package graphana.graphs.defaulttypes
 
graphana.graphs.exceptions - package graphana.graphs.exceptions
 
graphana.graphs.visualization - package graphana.graphs.visualization
 
graphana.graphs.visualization.drawmodifiers - package graphana.graphs.visualization.drawmodifiers
 
graphana.graphs.visualization.drawmodifiers.defaultmodifiers - package graphana.graphs.visualization.drawmodifiers.defaultmodifiers
 
graphana.graphs.visualization.output - package graphana.graphs.visualization.output
 
graphana.model - package graphana.model
 
graphana.model.mathobjects - package graphana.model.mathobjects
 
graphana.model.string - package graphana.model.string
 
graphana.operationsystem - package graphana.operationsystem
 
graphana.script - package graphana.script
 
graphana.script.bindings - package graphana.script.bindings
 
graphana.script.bindings.basicops - package graphana.script.bindings.basicops
 
graphana.script.bindings.basictypes - package graphana.script.bindings.basictypes
 
graphana.script.bindings.tokens - package graphana.script.bindings.tokens
 
graphana.script.bindings.treeelems - package graphana.script.bindings.treeelems
 
graphana.script.bindings.visualization - package graphana.script.bindings.visualization
 
graphana.script.execution - package graphana.script.execution
 
graphana.util - package graphana.util
 
GraphanaAccess - Class in system
Delivers a quick and easy access to Graphana.
GraphanaAccess(UserInterface, GraphanaScriptSystemInterface, boolean, boolean, boolean) - Constructor for class system.GraphanaAccess
Creates an instance and initializes Graphana
GraphanaAccess(UserInterface, GraphanaScriptSystemInterface) - Constructor for class system.GraphanaAccess
Creates an instance and initializes Graphana
GraphanaAccess(UserInterface) - Constructor for class system.GraphanaAccess
Creates an instance and initializes Graphana
GraphanaAccess() - Constructor for class system.GraphanaAccess
Creates a new instance and initializes Graphana including default operations, libraries and visualizers.
GraphanaButton - Class in view.guicomponents
A JButton with constructors for more convenience.
GraphanaButton(String) - Constructor for class view.guicomponents.GraphanaButton
Creates an instance and sets the given caption.
GraphanaButton(String, int, int, ActionListener) - Constructor for class view.guicomponents.GraphanaButton
Creates an instance and sets the given values.
GraphanaDefaultScriptSystem - Class in graphana.script
Defines and initializes the Graphana script syntax.
GraphanaDefaultScriptSystem() - Constructor for class graphana.script.GraphanaDefaultScriptSystem
 
GraphanaExecuterTree - Class in graphana.script.bindings
 
GraphanaExecuterTree(TreeBuildingParser<GraphanaScriptScope, Tokenizer>, TreeBuildingScriptSystem<GraphanaScriptScope, ?, ?>) - Constructor for class graphana.script.bindings.GraphanaExecuterTree
 
GraphanaInitializer - Class in system
Initializes the Graphana framework.
GraphanaInitializer() - Constructor for class system.GraphanaInitializer
 
GraphanaMain - Class in system
The main class of the program.
GraphanaMain() - Constructor for class system.GraphanaMain
 
GraphanaMainMenu - Class in view.guicomponents.mainmenu
The top level main menu of the Graphana GUI.
GraphanaMainMenu(JTextField, MainControl, ArgumentComponentManager) - Constructor for class view.guicomponents.mainmenu.GraphanaMainMenu
Creates an instance.
GraphanaMenu - Class in view.menuutil
JMenu with some additional helper methods, automatic listener adding etc.
GraphanaMenu(String, MainControl, ArgumentComponentManager) - Constructor for class view.menuutil.GraphanaMenu
Creates an instance
GraphanaParser - Class in graphana.script.bindings
 
GraphanaParser(TokenSet, GraphanaScriptSystem, String) - Constructor for class graphana.script.bindings.GraphanaParser
 
GraphanaRuntimeException - Exception in graphana.model
Runtime exception extended by additional meta information
GraphanaRuntimeException(ExecutionError, String) - Constructor for exception graphana.model.GraphanaRuntimeException
Creates an instance and sets the given ExecutionError and message
GraphanaRuntimeException(ExecutionError) - Constructor for exception graphana.model.GraphanaRuntimeException
Creates an instance and sets the given ExecutionError.
GraphanaRuntimeException(String) - Constructor for exception graphana.model.GraphanaRuntimeException
Creates an instance and sets the given message.
GraphanaScriptElem - Class in graphana.script.bindings.treeelems
 
GraphanaScriptElem() - Constructor for class graphana.script.bindings.treeelems.GraphanaScriptElem
 
GraphanaScriptOperation - Class in graphana.script.bindings.treeelems
 
GraphanaScriptOperation() - Constructor for class graphana.script.bindings.treeelems.GraphanaScriptOperation
 
GraphanaScriptOperationEager - Class in graphana.script.bindings.treeelems
 
GraphanaScriptOperationEager() - Constructor for class graphana.script.bindings.treeelems.GraphanaScriptOperationEager
 
GraphanaScriptOperationLazy - Class in graphana.script.bindings.treeelems
 
GraphanaScriptOperationLazy() - Constructor for class graphana.script.bindings.treeelems.GraphanaScriptOperationLazy
 
GraphanaScriptScope - Class in graphana.script.bindings
 
GraphanaScriptScope(GraphanaScriptSystem, boolean) - Constructor for class graphana.script.bindings.GraphanaScriptScope
 
GraphanaScriptSystem - Class in graphana.script.bindings
Defines and initializes the Graphana script syntax.
GraphanaScriptSystem() - Constructor for class graphana.script.bindings.GraphanaScriptSystem
 
GraphanaScriptSystemInterface - Interface in graphana.script.bindings
 
GraphanaThread - Class in graphana.operationsystem
A thread to execute a single task.
GraphanaThread(ExecutionManager) - Constructor for class graphana.operationsystem.GraphanaThread
Creates an instance
GraphanaThread.FutureThread - Class in graphana.operationsystem
 
graphAsDIMACS(GraphLibrary<VertexType, EdgeType>) - Static method in class operations.graphoperations.GrOpsGraphCreation
 
GraphConfiguration - Class in graphana.model
Gathers the graph properties 'directed', 'weighted' and 'force loop-free'
GraphConfiguration(boolean, boolean, boolean) - Constructor for class graphana.model.GraphConfiguration
Creates a new graph configuration with the given properties
GraphContext(ParserRuleContext, int) - Constructor for class graphloaders.antlrDotParser.DOTParser.GraphContext
 
graphCreated - Variable in class graphana.graphs.GraphLibrary
True, iff createGraph was called on the current instance.
graphCreated() - Method in interface graphana.graphs.GraphListener
Called whenever the graph was created (e.g.
GraphFileListBox - Class in view.fileset
Special listbox to display and choose within a set of graph files
GraphFileListBox() - Constructor for class view.fileset.GraphFileListBox
 
GraphFiles - Class in view.fileset
Contains a list of graph files to display them within a GUI list
GraphFiles() - Constructor for class view.fileset.GraphFiles
 
GraphFilesFrame - Class in view.fileset
A JFrame that contains a GraphFilesTablePanel
GraphFilesFrame(MainControl) - Constructor for class view.fileset.GraphFilesFrame
Creates an instance
GraphFilesTable - Class in view.fileset
 
GraphFilesTable() - Constructor for class view.fileset.GraphFilesTable
 
GraphFilesTablePanel - Class in view.fileset
A panel that contains a graph files list as well as some buttons to manipulate the list.
GraphFilesTablePanel(MainControl, ActionListener) - Constructor for class view.fileset.GraphFilesTablePanel
Creates an instance
GraphFileTable - Class in view.fileset
 
GraphFileTable() - Constructor for class view.fileset.GraphFileTable
 
GraphLibManager - Class in graphana.graphs
Manages all graph libraries of the program and associates them with keys.
GraphLibManager() - Constructor for class graphana.graphs.GraphLibManager
 
GraphLibrary<VertexType,EdgeType> - Class in graphana.graphs
The main graph class.
GraphLibrary() - Constructor for class graphana.graphs.GraphLibrary
Default constructor.
GraphListElement - Class in view.fileset
Contains a graph file
GraphListElement(File) - Constructor for class view.fileset.GraphListElement
Creates an instance with the given file
GraphListElement(File, FileFormat) - Constructor for class view.fileset.GraphListElement
 
GraphListElement(String, FileFormat) - Constructor for class view.fileset.GraphListElement
Creates an instance and creates a File using the given filename
GraphListElement(String) - Constructor for class view.fileset.GraphListElement
 
GraphListener<VertexType,EdgeType> - Interface in graphana.graphs
Instances of classes which implement this interface can be added to a GraphLibrary instance using GraphLibrary .addGraphListener to get notified when the respective graph is modified.
GraphLoader - Class in graphloaders
Contains static methods for loading graphs from standard formats.
GraphLoader() - Constructor for class graphloaders.GraphLoader
 
graphloaders - package graphloaders
 
graphloaders.antlrDotParser - package graphloaders.antlrDotParser
 
graphloaders.oldDotParser - package graphloaders.oldDotParser
 
graphloaders.oldDotParser.actions - package graphloaders.oldDotParser.actions
 
graphloaders.oldDotParser.attributes - package graphloaders.oldDotParser.attributes
 
graphloaders.oldDotParser.parser - package graphloaders.oldDotParser.parser
 
graphloaders.oldDotParser.tokens - package graphloaders.oldDotParser.tokens
 
graphloaders.oldDotParser.tokens.factories - package graphloaders.oldDotParser.tokens.factories
 
graphModified() - Method in class graphana.graphs.GraphLibrary
Informs the GraphLibrary that the graph was notified.
GraphOperation - Class in graphana.operationsystem
Operation that operates on a given graph.
GraphOperation() - Constructor for class graphana.operationsystem.GraphOperation
 
GraphOutputContourColor - Interface in graphana.graphs.visualization.output
Implementing class holds a contour color
GraphOutputEdgeArrow - Interface in graphana.graphs.visualization.output
Implementing class holds an edge arrow
GraphOutputEdgeStroke - Interface in graphana.graphs.visualization.output
Implementing class holds an edge stroke
GraphOutputFillColor - Interface in graphana.graphs.visualization.output
Implementing class holds a fill color
GraphOutputFont - Interface in graphana.graphs.visualization.output
Implementing class holds a font
GraphOutputFontColor - Interface in graphana.graphs.visualization.output
Implementing class holds a font color
GraphOutputFullText - Interface in graphana.graphs.visualization.output
Implementing class holds a string that includes all informations like name and status
GraphOutputPosition - Interface in graphana.graphs.visualization.output
The implementing class determines the position of the vertex when beeing visualized
GraphOutputVertexShape - Interface in graphana.graphs.visualization.output
Implementing class holds a vertex shape
graphRecreated() - Method in interface graphana.graphs.GraphListener
Called whenever the graph was created with the same settings.
GraphVisualElements<VertexType,EdgeType> - Class in graphana.graphs.visualization
Delivers colors and other visual data of vertices and edges of a graph.
GraphVisualElements(GraphLibrary<VertexType, EdgeType>) - Constructor for class graphana.graphs.visualization.GraphVisualElements
 
GraphVisualizer - Interface in graphana.graphs.visualization
Visualizer for a GraphLibrary instance.
gray(int) - Static method in class global.ColorOp
Returns a gray color with red, green and blue set to the given value.
GRAY - Static variable in class scriptinterface.defaulttypes.GColor
 
GreedyFunction - Enum in operations.graphoperations.algorithms.feedbackvertexset
 
GREEN - Static variable in class scriptinterface.defaulttypes.GColor
 
GrFacApplication() - Constructor for class graphana.script.bindings.basicops.GrOpGroupBasics.GrFacApplication
 
GrFacConstNumVertex() - Constructor for class graphana.script.bindings.basicops.GrOpGroupBasics.GrFacConstNumVertex
 
GrFacConstVertex() - Constructor for class graphana.script.bindings.basicops.GrOpGroupBasics.GrFacConstVertex
 
GrFacDefined() - Constructor for class graphana.script.bindings.basicops.GrOpGroupBasics.GrFacDefined
 
GrFacForEach() - Constructor for class graphana.script.bindings.basicops.GrOpGroupBasics.GrFacForEach
 
GridLayout<VertexType,EdgeType> - Class in visualizations.layouts
Graph layout which arranges the vertices on a grid.
GridLayout() - Constructor for class visualizations.layouts.GridLayout
 
GrOpApplication - Class in graphana.script.bindings.basicops
 
GrOpApplication(String) - Constructor for class graphana.script.bindings.basicops.GrOpApplication
 
GrOpAssignment - Class in graphana.script.bindings.basicops
 
GrOpAssignment() - Constructor for class graphana.script.bindings.basicops.GrOpAssignment
 
GrOpAssignmentAddition - Class in graphana.script.bindings.basicops
 
GrOpAssignmentAddition() - Constructor for class graphana.script.bindings.basicops.GrOpAssignmentAddition
 
GrOpAssignmentDivision - Class in graphana.script.bindings.basicops
 
GrOpAssignmentDivision() - Constructor for class graphana.script.bindings.basicops.GrOpAssignmentDivision
 
GrOpAssignmentModulu - Class in graphana.script.bindings.basicops
 
GrOpAssignmentModulu() - Constructor for class graphana.script.bindings.basicops.GrOpAssignmentModulu
 
GrOpAssignmentMultiplication - Class in graphana.script.bindings.basicops
 
GrOpAssignmentMultiplication() - Constructor for class graphana.script.bindings.basicops.GrOpAssignmentMultiplication
 
GrOpAssignmentSubtraction - Class in graphana.script.bindings.basicops
 
GrOpAssignmentSubtraction() - Constructor for class graphana.script.bindings.basicops.GrOpAssignmentSubtraction
 
GrOpConstEdge - Class in graphana.script.bindings.basicops
 
GrOpConstEdge(boolean) - Constructor for class graphana.script.bindings.basicops.GrOpConstEdge
 
GrOpConstVertex - Class in graphana.script.bindings.basicops
 
GrOpConstVertex(String) - Constructor for class graphana.script.bindings.basicops.GrOpConstVertex
 
GrOpDefined(String) - Constructor for class graphana.script.bindings.basicops.GrOpGroupBasics.GrOpDefined
 
GROPDIR - Static variable in class graphana.operationsystem.OperationGroup
 
GrOpForEach<ScopeType extends ExecutionScope & VariableSystem<java.lang.String>> - Class in graphana.script.bindings.basicops
 
GrOpForEach(String) - Constructor for class graphana.script.bindings.basicops.GrOpForEach
 
GrOpGroupBasics - Class in graphana.script.bindings.basicops
 
GrOpGroupBasics() - Constructor for class graphana.script.bindings.basicops.GrOpGroupBasics
 
GrOpGroupBasics.GrFacApplication - Class in graphana.script.bindings.basicops
 
GrOpGroupBasics.GrFacConstNumVertex - Class in graphana.script.bindings.basicops
 
GrOpGroupBasics.GrFacConstVertex - Class in graphana.script.bindings.basicops
 
GrOpGroupBasics.GrFacDefined - Class in graphana.script.bindings.basicops
 
GrOpGroupBasics.GrFacForEach - Class in graphana.script.bindings.basicops
 
GrOpGroupBasics.GrOpDefined - Class in graphana.script.bindings.basicops
 
GrOpGroupBasics.GrOpPostfixDecrease - Class in graphana.script.bindings.basicops
 
GrOpGroupBasics.GrOpPostfixIncrease - Class in graphana.script.bindings.basicops
 
GrOpGroupBasics.GrOpPrefixDecrease - Class in graphana.script.bindings.basicops
 
GrOpGroupBasics.GrOpPrefixIncrease - Class in graphana.script.bindings.basicops
 
GrOpGroupBasics.OpTryCatch - Class in graphana.script.bindings.basicops
 
GrOpGroupBasics.TryCatchFactory - Class in graphana.script.bindings.basicops
 
GrOpGroupOutput - Class in graphana.script.bindings.basicops
 
GrOpGroupOutput() - Constructor for class graphana.script.bindings.basicops.GrOpGroupOutput
 
GrOpGroupOutput.GrOpPrint - Class in graphana.script.bindings.basicops
 
GrOpGroupOutput.GrOpWrite - Class in graphana.script.bindings.basicops
 
GrOpIdentifier - Class in graphana.script.bindings.basicops
 
GrOpIdentifier(String) - Constructor for class graphana.script.bindings.basicops.GrOpIdentifier
 
GrOpMeasureAlgorithmTime - Class in graphana.script.bindings.basicops
 
GrOpMeasureAlgorithmTime() - Constructor for class graphana.script.bindings.basicops.GrOpMeasureAlgorithmTime
 
GrOpPostfixDecrease() - Constructor for class graphana.script.bindings.basicops.GrOpGroupBasics.GrOpPostfixDecrease
 
GrOpPostfixIncrease() - Constructor for class graphana.script.bindings.basicops.GrOpGroupBasics.GrOpPostfixIncrease
 
GrOpPrefixDecrease() - Constructor for class graphana.script.bindings.basicops.GrOpGroupBasics.GrOpPrefixDecrease
 
GrOpPrefixIncrease() - Constructor for class graphana.script.bindings.basicops.GrOpGroupBasics.GrOpPrefixIncrease
 
GrOpsGraphCreation - Class in operations.graphoperations
 
GrOpsGraphCreation() - Constructor for class operations.graphoperations.GrOpsGraphCreation
 
GrOpsGraphCreation.ExecCreateGraph - Class in operations.graphoperations
 
GrOpsGraphCreation.ExecGraphAsDIMACS - Class in operations.graphoperations
 
GrOpsGraphCreation.ExecNewGraph - Class in operations.graphoperations
 
GrOpsGraphElements - Class in operations.graphoperations
 
GrOpsGraphElements() - Constructor for class operations.graphoperations.GrOpsGraphElements
 
GrOpsGraphloader - Class in operations.graphoperations
 
GrOpsGraphloader() - Constructor for class operations.graphoperations.GrOpsGraphloader
 
GrOpsRandomGraphs - Class in operations.graphoperations
 
GrOpsRandomGraphs() - Constructor for class operations.graphoperations.GrOpsRandomGraphs
 
GrTokFacIde - Class in graphana.script.bindings.tokens
 
GrTokFacIde() - Constructor for class graphana.script.bindings.tokens.GrTokFacIde
 
GSet - Class in scriptinterface.defaulttypes
Script type wrapper for LinkedList whereas the element order is not important.
GSet(LinkedList<ExecutionResult<?>>) - Constructor for class scriptinterface.defaulttypes.GSet
 
GSet() - Constructor for class scriptinterface.defaulttypes.GSet
 
GString - Class in scriptinterface.defaulttypes
Script type wrapper for String.
GString(String) - Constructor for class scriptinterface.defaulttypes.GString
 
GString() - Constructor for class scriptinterface.defaulttypes.GString
 
GUI_ADDED - Static variable in class visualizations.StdVisualizer
 
GUIUserInterface - Class in view.userinterfaces
A Graphana GUI user interface.
GUIUserInterface() - Constructor for class view.userinterfaces.GUIUserInterface
 
GVector - Class in scriptinterface.defaulttypes
Script type wrapper for Vector.
GVector(Vector<ExecutionResult<?>>) - Constructor for class scriptinterface.defaulttypes.GVector
 
GVector(int) - Constructor for class scriptinterface.defaulttypes.GVector
 
GVector() - Constructor for class scriptinterface.defaulttypes.GVector
 
GVertex<VertexType> - Class in graphana.script.bindings.basictypes
Script type wrapper for a vertex.
GVertex(VertexType) - Constructor for class graphana.script.bindings.basictypes.GVertex
 
GVertex() - Constructor for class graphana.script.bindings.basictypes.GVertex
 
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