- saveDialog() - Method in class view.fileset.GraphFilesTablePanel
-
Presents a save dialog to the user and saves the graph files list to the selected file.
- saveHistory() - Method in class view.guicomponents.guiconsole.ConsolePanel
-
Saves the input history to the file which was previously set using setInputHistoryFile.
- saveToFile(File, int) - Method in class graphana.model.InputHistory
-
Saves the sequence of inputs line wise to the given file
- saveToFile(File) - Method in class view.fileset.GraphFilesTablePanel
-
Saves the graph files list line wise into the given file
- ScanTokenizer - Class in genscript.defaultreaders
-
- ScanTokenizer(IndexReader) - Constructor for class genscript.defaultreaders.ScanTokenizer
-
- sceneFontSize(Font) - Method in interface graphana.graphs.visualization.drawmodifiers.ProjectionPlane
-
Reprojects the pixel size of the given font to normalized height
- sceneHeight(int) - Method in interface graphana.graphs.visualization.drawmodifiers.ProjectionPlane
-
Reprojects the given pixel height to its normalized height
- sceneStringWidth(Graphics, Font, String) - Method in interface graphana.graphs.visualization.drawmodifiers.ProjectionPlane
-
Returns the normalized width of the given string, written with the given font
- sceneWidth(int) - Method in interface graphana.graphs.visualization.drawmodifiers.ProjectionPlane
-
Reprojects the given pixel width to its normalized width
- sceneX(int) - Method in interface graphana.graphs.visualization.drawmodifiers.ProjectionPlane
-
Reprojects the given pixel x-position to its normalized x-position
- sceneY(int) - Method in interface graphana.graphs.visualization.drawmodifiers.ProjectionPlane
-
Reprojects the given pixel y-position to its normalized y-position
- ScriptCallSignature - Class in scriptinterface
-
A signature for calling a script.
- ScriptCallSignature(String, ScriptSystemInterface<?, ?>) - Constructor for class scriptinterface.ScriptCallSignature
-
Creates a new instance without initializing it.
- ScriptCallsInitializer - Class in system
-
Registers default scripts
- ScriptCallsInitializer() - Constructor for class system.ScriptCallsInitializer
-
- ScriptComplexType - Class in scriptinterface
-
Stores type information of a complex type of a script language.
- ScriptComplexType(String) - Constructor for class scriptinterface.ScriptComplexType
-
Creates a new instance.
- ScriptIdentifier - Interface in genscript.defaulttokens
-
- scriptinterface - package scriptinterface
-
- scriptinterface.defaulttypes - package scriptinterface.defaulttypes
-
- scriptinterface.execution - package scriptinterface.execution
-
- scriptinterface.execution.parseerrors - package scriptinterface.execution.parseerrors
-
- scriptinterface.execution.returnvalues - package scriptinterface.execution.returnvalues
-
- ScriptMain - Class in frameworksamples
-
- ScriptMain() - Constructor for class frameworksamples.ScriptMain
-
- ScriptOperationGroup<ScopeType extends ExecutionScope,ReaderType extends IndexReader> - Class in genscript.parse
-
- ScriptOperationGroup() - Constructor for class genscript.parse.ScriptOperationGroup
-
- ScriptSignatureSet - Class in graphana.script
-
Contains a hash table with script call signatures associated with its keys.
- ScriptSignatureSet() - Constructor for class graphana.script.ScriptSignatureSet
-
- ScriptSystemInterface<ScopeType extends ExecutionScope,ReaderType extends ReaderInterface> - Interface in scriptinterface
-
Enables parsing and executing of files and strings.
- scriptTimeout - Variable in class graphana.ExecutionManager
-
- ScriptType - Class in scriptinterface
-
Stores type information of a type of a script language.
- ScriptType(String, String) - Constructor for class scriptinterface.ScriptType
-
Creates a new instance.
- scriptTypes - Variable in class genscript.types.DefaultTypeSystem
-
- ScriptVisualizer - Class in graphana.script.bindings.visualization
-
- ScriptVisualizer() - Constructor for class graphana.script.bindings.visualization.ScriptVisualizer
-
- SearchGraph - Class in genscript.parse
-
- SearchGraph() - Constructor for class genscript.parse.SearchGraph
-
- SearchGraph.Node - Class in genscript.parse
-
- SearchGraph.NonTerminal - Class in genscript.parse
-
- SearchGraph.SearchGraphIterationCallback - Interface in genscript.parse
-
- sectionToString(MainControl, String, DescSourceType, boolean) - Static method in class graphana.model.HelpSystem
-
Creates a string of the section associated with the given section key.
- set(double) - Method in class graphana.model.mathobjects.DimensionD
-
Sets the width and height to the given value
- set(double, double) - Method in class graphana.model.mathobjects.PairD
-
Sets the x and y value to the given values
- set(PairD) - Method in class graphana.model.mathobjects.PairD
-
Copies the x and y values from the given pair
- set(Position2D, Position2D) - Method in class graphana.model.mathobjects.Vector2D
-
Creates a vector pointing from the given start point to the given endpoint
- set(Vector2D) - Method in class graphana.model.mathobjects.Vector2D
-
Sets the x and y values according to the given vector
- set(double) - Method in class graphana.model.mathobjects.Vector2D
-
Sets x and y to the given value
- set(int, E) - Method in class graphana.util.QuickList
-
Replaces the element at the specified position in this list with the
specified element.
- set(int, ExecutionResult<?>) - Method in class scriptinterface.defaulttypes.GVector
-
- set(GraphFiles) - Method in class view.fileset.GraphFileListBox
-
Completely substitutes the current graph file list with the given graph file list
- set(GraphFiles) - Method in class view.fileset.GraphFiles
-
Clears the list and adds all files of the given set to the list
- set(GraphFilesTable) - Method in class view.fileset.GraphFileTable
-
- set(GraphFiles) - Method in class view.fileset.GraphFileTable
-
- SET_STATUS - Static variable in class graphana.graphs.GraphLibrary
-
- setAction(ParseAction<?>, Object) - Method in class genscript.parse.SearchGraph.Node
-
- setAction(ParseAction<?>) - Method in class genscript.parse.SearchGraph.Node
-
- setAlgorithmOutputActive(boolean) - Method in class graphana.UserInterface
-
Activates or deactivates algorithm visualization.
- setAlgorithmResult(String, Object) - Method in class graphana.graphs.GraphLibrary
-
Stores the given algorithm result and associates it with the given
string.
- setAlgorithmTimeout(long) - Method in class graphana.ExecutionManager
-
Sets the maximum computation time for an algorithm.
- setAlgorithmVisualizationParameters(String, int, int) - Method in class graphana.UserInterface
-
Sets the layout parameters for algorithm visualizations.
- setAlgoTimerActive(boolean) - Method in class graphana.ExecutionManager
-
Activates or deactivates the algorithm timer without setting it to zero.
- setAllowedGraphConfig(boolean, boolean, boolean) - Method in class graphana.operationsystem.GraphOperation
-
Defines the graph configurations which the graph operation is compatible with.
- setAlternativeParser(NTProductions) - Method in class genscript.parse.NTProductions
-
- setAlwaysConvertToDirected() - Method in class graphana.operationsystem.GraphOperation
-
If this method is called during initialization then the input graph of the execute method is always directed.
- setAlwaysCopy() - Method in class graphana.operationsystem.GraphOperation
-
If this method is called during initialization then the input graph of the execute method is always a deep
copy of the original graph.
- setAutoSize(boolean) - Method in class graphana.graphs.visualization.drawmodifiers.VertexAutosizeShape
-
If true, the shape automatically adjusts its size
- setAutosizeData(Graphics, Font, String) - Method in class visualizations.stdlayout.VertexVisualData
-
Sets the data to automatically adjust the dimensions.
- setAwaiting(boolean) - Method in class view.guicomponents.guiconsole.ConsoleUserInput
-
Sets the wait state of this instance.
- setBlockCacheOutput(boolean) - Method in class graphana.graphs.GraphLibrary
-
Enables or disables caching of algorithm results.
- setCachingOn(boolean) - Method in class graphana.ExecutionManager
-
Enables or disables caching of algorithm results.
- setCallMetadata(CallMetadata) - Method in class scriptinterface.execution.returnvalues.ExecutionError
-
Sets the meta data of this error
- setCaption(String) - Method in class view.guicomponents.SubDialog
-
Sets the caption of the dialog.
- setColor(Color) - Method in class operations.graphoperations.StatusVertexList
-
- setCompatibleLib(GraphLibrary<?, ?>) - Method in class graphana.operationsystem.GraphOperation
-
Does the same as setCompatibleLibs() but sets only one GraphLibrary instead of multiple ones.
- setCompatibleLibs(GraphLibrary<?, ?>[]) - Method in class graphana.operationsystem.GraphOperation
-
Sets the libraries which the operation is compatible with.
- setComponent(JPanel) - Method in class view.guicomponents.SubDialog
-
- setComponentColor(Color) - Method in class view.argumentcomponents.ArgumentComponent
-
Sets the color of the component and eventually the sub components
- setConstant(String, ExecutionResult<?>) - Method in class graphana.script.bindings.GraphanaScriptScope
-
- setCsvValueListMode(boolean) - Method in class graphana.model.Histogram
-
Specifies whether the toString method shall return the string representation as a CSV string or as a simple
list without indices.
- setCurElemType(ElemType) - Method in class graphloaders.oldDotParser.parser.DotReader
-
- setCurPrior(int) - Method in class genscript.defaultreaders.SourceReader
-
- setCurrentGraph(GraphLibrary<?, ?>) - Method in class graphana.MainControl
-
Sets the current graph.
- setCurrentInput(String) - Method in class graphana.model.InputHistory
-
- setCurrentVertex(Object) - Method in class graphloaders.oldDotParser.parser.DotReader
-
- setData(Object) - Method in class graphana.graphs.defaulttypes.StdEdge
-
Sets the edge data and overwrites the previous data.
- setData(Object) - Method in class graphana.graphs.defaulttypes.StdVertex
-
Sets the vertex data.
- setData(Object) - Method in class libraries.jgrapht.JGraphTWeightedEdge
-
- setData(Object) - Method in class libraries.libtw.LibTWEdge
-
- setData(Object) - Method in class libraries.libtw.LibTWVertex
-
- setDefaultOutputColors(Color, Color, Color, Color, Color) - Method in class graphana.graphs.visualization.GraphVisualElements
-
Sets default color values.
- setDefaultOutputFonts(Font, Font) - Method in class graphana.graphs.visualization.GraphVisualElements
-
Sets default fonts of vertex and edge captions.
- setDefaultSeparator(String) - Method in class graphana.model.Histogram
-
Sets the default key-value-separator for CSV output.
- setDefaultValue(int, ExecutionResult<?>) - Method in class scriptinterface.ParameterTuple
-
Sets the default value of the parameter at the given index.
- setDescFilename(String) - Method in class graphana.operationsystem.Operation
-
Sets the filename of the description XML file which contains the description of the operation.
- setDirected(boolean) - Method in class graphana.graphs.GraphLibrary
-
Turns the graph into a directed or undirected graph.
- setDoOverwrite(boolean) - Method in class genscript.parse.SearchGraph
-
- setEdgeData(EdgeType, Object) - Method in class graphana.graphs.GraphLibrary
-
Sets the data of the given edge.
- setEdgeData(JGraphTWeightedEdge, Object) - Method in class libraries.jgrapht.JGraphTLib
-
- setEdgeData(StdEdge, Object) - Method in class libraries.jung.JungLib
-
- setEdgeData(LibTWEdge, Object) - Method in class libraries.libtw.LibTW
-
- setEdgeDates(Object) - Method in class graphana.graphs.GraphLibrary
-
Sets the dates of all edges to the given data.
- setEdges(Map<NodeAndSubgraphParser.Node, Set<NodeAndSubgraphParser.Node>>) - Method in class graphloaders.antlrDotParser.NodeAndSubgraphParser
-
- setEdgeStates(Object, boolean) - Method in class graphana.graphs.GraphLibrary
-
Sets the status of all edges to the given status.
- setEdgeStatus(EdgeType, Object) - Method in class graphana.graphs.GraphLibrary
-
Sets the status of the given edge in O(1).
- setEdgeStatus(JGraphTWeightedEdge, Object) - Method in class libraries.jgrapht.JGraphTLib
-
- setEdgeStatus(StdEdge, Object) - Method in class libraries.jung.JungLib
-
- setEdgeStatus(LibTWEdge, Object) - Method in class libraries.libtw.LibTW
-
- setEdgeWeight(EdgeType, double) - Method in class graphana.graphs.GraphLibrary
-
Sets the weight of the given edge or does nothing if the graph is
unweighted.
- setEdgeWeight(Double) - Method in class graphloaders.oldDotParser.parser.DotReadLevel
-
- setErrorPosition(int) - Method in class genscript.parse.IndexReader
-
- setFile(File) - Method in class scriptinterface.defaulttypes.CompoundFile
-
- setFile(File) - Method in class view.guicomponents.FileTextField
-
Sets the selected file and updates the text field.
- setFiles(GraphFiles) - Method in class view.fileset.GraphFilesTablePanel
-
Clears the graph files list and adds every graph file from the given list.
- setFiles(GFiles) - Method in class view.fileset.GraphFilesTablePanel
-
Clears the graph files list and adds every graph file from the given GFiles to the list.
- setFiles(GraphFilesTable) - Method in class view.fileset.GraphFilesTablePanel
-
- setFiles(File[]) - Method in class view.guicomponents.FileTextField
-
Sets the selected files and updates the text field.
- setFiles(GFiles) - Method in class view.guicomponents.FileTextField
-
Sets the selected files according to the content of the given GFiles.
- setFillColor(Color) - Method in class graphloaders.oldDotParser.attributes.GDotVertexAttributes
-
- setFilled(boolean) - Method in class graphloaders.oldDotParser.attributes.GDotVertexAttributes
-
- setFloat(float, int) - Method in class graphana.model.string.FixedString
-
Sets the string data to the string representation of the given float
- setFocus() - Method in class view.guicomponents.guiconsole.ConsolePanel
-
Sets the focus to the input text field.
- setFont(Font) - Method in class graphloaders.oldDotParser.attributes.GDotAttributes
-
- setFontColor(Color) - Method in class graphloaders.oldDotParser.attributes.GDotAttributes
-
- setFormat(FileFormat) - Method in class scriptinterface.defaulttypes.CompoundFile
-
- setFormat(FileFormat) - Method in class scriptinterface.defaulttypes.GFile
-
- setFormat(FileFormat) - Method in class view.fileset.GraphListElement
-
- setGlobalEdgeWeight(Double) - Method in class graphloaders.oldDotParser.parser.DotReader
-
- setGraph(GraphLibrary<?, ?>) - Method in class system.GraphanaAccess
-
Sets the given graph as the current graph.
- setGraph(Graph<?, ?>) - Method in class system.GraphanaAccess
-
Converts the given JUNG2 graph and sets it as the current graph.
- SetGraphNameAction - Class in graphloaders.oldDotParser.actions
-
- SetGraphNameAction() - Constructor for class graphloaders.oldDotParser.actions.SetGraphNameAction
-
- setHeadingLine(String, String) - Method in class graphana.model.Histogram
-
Sets the first line of the CSV output.
- setHelp(Description) - Method in class view.callassistant.HelpPanel
-
Sets the description text
- setHelpKey(String) - Method in class view.menuutil.MacroItem
-
Sets the help key which leads to the description of the macro to be displayed once the user is about to execute
the macro.
- setHistogramColors(Color[]) - Method in class view.histograms.HistogramOutputPanel
-
Sets the colors of the histograms, whereas the first color is for the first added histogram, the second for
the second and so on.
- setId(Integer) - Method in class graphana.graphs.defaultstates.StatusId
-
Sets the ID
- setId(int) - Method in class libraries.libtw.LibTWVertex
-
- setId(int) - Method in class scriptinterface.ScriptType
-
Sets the id of the type.
- setIdent(String) - Method in class libraries.libtw.LibTWVertex
-
- setIdentifier(String) - Method in class graphana.graphs.defaulttypes.StdVertex
-
Sets the identifier of the vertex.
- setIndex(int) - Method in class genscript.parse.NumIndex
-
- setIndex(int) - Method in class genscript.syntax.tokens.TokenIdentifier
-
- setInput(String) - Method in class view.guicomponents.guiconsole.ConsoleUserInput
-
Sets the recent user input.
- setInputFocus() - Method in class view.guicomponents.guiconsole.ConsoleFrame
-
Sets the focus to this frame and especially to the console input field
- setInputHistoryFile(File) - Method in class view.guicomponents.guiconsole.ConsoleFrame
-
Sets the given file to load and save the input history.
- setInputHistoryFile(File) - Method in class view.guicomponents.guiconsole.ConsolePanel
-
Sets the given file to load and save the input history.
- setInputKey(String, boolean) - Method in class scriptinterface.execution.CallMetadata
-
Sets the input key of the call.
- setInputKey(String) - Method in class scriptinterface.execution.returnvalues.ExecutionError
-
Sets the input key, which is assumed to caused the error
- setInputKey(String) - Method in exception scriptinterface.ParseExceptionInterface
-
Sets the input key of the user, which is assumed to have led to the error
- setInputStreamFile(FileWriter) - Method in class graphana.MainControl
-
Sets the current input stream file.
- setInputText(String) - Method in class view.guicomponents.guiconsole.ConsolePanel
-
Sets the text of the console input field.
- setInsertCaseSensitive(boolean) - Method in class genscript.parse.SearchGraph
-
- setInserted() - Method in class genscript.parse.SearchGraph.Node
-
- setInt(int) - Method in class graphana.model.string.FixedString
-
Sets the string data to the string representation of the given integer
- setIntervalEndPos(int) - Method in class genscript.defaultreaders.FlexibleTokenizer
-
- setIntervalEndPos(int) - Method in class genscript.defaultreaders.PreScanTokenizer
-
- setIntervalEndPos(int) - Method in class genscript.defaultreaders.ScanTokenizer
-
- setIntervalEndPos(int) - Method in class genscript.defaultreaders.SourceReader
-
- setIntervalEndPos(int) - Method in class genscript.parse.IndexReader
-
- setIntervalPositions(int, int) - Method in class genscript.parse.IndexReader
-
- setIntervalStartPos(int) - Method in class genscript.defaultreaders.FlexibleTokenizer
-
- setIntervalStartPos(int) - Method in class genscript.defaultreaders.PreScanTokenizer
-
- setIntervalStartPos(int) - Method in class genscript.defaultreaders.ScanTokenizer
-
- setIntervalStartPos(int) - Method in class genscript.defaultreaders.SourceReader
-
- setIntervalStartPos(int) - Method in class genscript.parse.IndexReader
-
- setIntOutput() - Method in class graphana.model.Histogram
-
After calling this method, the CSV output will output the values without fractional digits.
- setJGraphGraph(Graph<?, ?>) - Method in class system.GraphanaAccess
-
Converts the given JGraphT graph and sets it as the current graph.
- setLabel(String) - Method in class graphloaders.oldDotParser.attributes.GDotAttributes
-
- setLayoutKey(String) - Method in exception visualizations.stdlayout.ArrangeException
-
Sets the layout key with which the layout was called
- setLeftPriority(int) - Method in class genscript.parse.Priority
-
- setLoadingEnabled(boolean) - Method in class view.fileset.GraphFilesTablePanel
-
Sets loading of graph files enabled/disabled.
- setLocalDotAttributes(GDotAttributes) - Method in class graphloaders.oldDotParser.parser.DotReader
-
- setLocalEdgeWeight(Double) - Method in class graphloaders.oldDotParser.parser.DotReader
-
- setLocation(ReaderInterface, int) - Method in class scriptinterface.execution.CallMetadata
-
Sets the reference to the source code and the position (in characters) of the call
- setMainControl(MainControl) - Method in class graphana.script.bindings.GraphanaScriptSystem
-
- setMainControl(MainControl) - Method in interface graphana.script.bindings.GraphanaScriptSystemInterface
-
- setMainMenu() - Method in class view.guicomponents.guiconsole.ConsoleFrame
-
Initializes and sets the main menu bar.
- setMark(int) - Method in class genscript.parse.SearchGraph.Node
-
- setMarker(int) - Method in class graphana.model.string.FixedString
-
Sets the marker to the given position
- setMarkIfError(boolean) - Method in class view.argumentcomponents.ArgumentComponent
-
If set to true, then the component will be highlighted once it detected an error during evaluation
- setMinimumArgumentCount(int) - Method in class scriptinterface.ParameterTuple
-
Sets the minimum number of arguments a caller has to pass.
- setName(String) - Method in class genscript.parse.SearchGraph
-
- setName(String) - Method in class graphana.graphs.GraphLibrary
-
Sets the name of the graph.
- setNegative() - Method in class graphana.model.mathobjects.Vector2D
-
Negates x and y
- setNonTerminal(NTProductions) - Method in class genscript.parse.SearchGraph.Node
-
- setNonTerminal(NTProductions, SearchGraph.Node, int) - Method in class genscript.parse.SearchGraph.Node
-
- setNonTerminal(NTProductions, int) - Method in class genscript.parse.SearchGraph.Node
-
- setNonTerminal(NTProductions, SearchGraph.Node) - Method in class genscript.parse.SearchGraph.Node
-
- setOperationThread(OperationThread) - Method in class graphana.UserInterface
-
- setOperationThread(OperationThread) - Method in class view.guicomponents.guiconsole.StatusBar
-
Sets the operation thread which is about to be executed.
- setOperationThread(OperationThread) - Method in class view.userinterfaces.GUIUserInterface
-
- setOutputStreamFile(FileWriter) - Method in class graphana.MainControl
-
Sets the output stream file.
- setOutputStreamFile(FileWriter) - Method in class graphana.UserInterface
-
Sets the current output stream file.
- setParameter(int, String, ScriptType) - Method in class scriptinterface.ParameterTuple
-
Sets the name and type of the parameter at the given index.
- setParameterName(String) - Method in class view.argumentcomponents.ArgumentComponent
-
Sets a special name of the type.
- setParameterName(String) - Method in class view.defaultargumentcomponents.ArgumentComplexType
-
- setParameterName(String) - Method in class view.defaultargumentcomponents.ArgumentFiles
-
- setParameters(String, ScriptSystemInterface<?, ?>) - Method in class scriptinterface.ScriptComplexType
-
Sets the types of the entries of the complex type.
- setPos(int) - Method in exception scriptinterface.ParseExceptionInterface
-
Sets the error position
- setPosition(int) - Method in class genscript.defaultreaders.FlexibleTokenizer
-
- setPosition(int) - Method in class genscript.defaultreaders.PreScanTokenizer
-
- setPosition(int) - Method in class genscript.defaultreaders.ScanTokenizer
-
- setPosition(int) - Method in class genscript.defaultreaders.SourceReader
-
- setPosition(int) - Method in class genscript.parse.IndexReader
-
Sets the Position of the inner Buffer.
- setPosition(Position2D) - Method in class graphloaders.oldDotParser.attributes.GDotVertexAttributes
-
- setPosition(int) - Method in interface scriptinterface.ReaderInterface
-
Sets the marker to the given position.
- setPosition(double, double) - Method in class visualizations.stdlayout.VertexVisualData
-
Sets the position of the vertex to the given x and y values
- setPrimaryColor(Color) - Method in class graphloaders.oldDotParser.attributes.GDotAttributes
-
- setPrintResults(boolean) - Method in class graphana.UserInterface
-
Enables or disables automatic result output.
- setPrintStackTraces(boolean) - Method in class graphana.MainControl
-
If enabled, then exceptions will be directly printed.
- setPrintWarnings(boolean) - Method in class graphana.UserInterface
-
Enables or disables warning output.
- setPriority(int) - Method in class genscript.parse.SearchGraph.Node
-
- setPriority(int) - Method in class genscript.parse.SearchGraph.NonTerminal
-
- setProgress(double) - Method in interface graphana.model.Progress
-
Informs the instance about the current progress
- setProgress(Object, double) - Method in class graphana.UserInterface
-
Sets the progress output to the given value.
- setProgress(double) - Method in class graphana.UserInterface
-
- setProgress(double) - Method in class view.guicomponents.guiconsole.StatusBar
-
Sets the progress bar output to the given value.
- setProgress(Object, double) - Method in class view.userinterfaces.GUIUserInterface
-
- setProgressMessage(String) - Method in interface graphana.model.Progress
-
Sets the progress message to display
- setProgressMessage(Object, String) - Method in class graphana.UserInterface
-
Sets the progress label.
- setProgressMessage(String) - Method in class graphana.UserInterface
-
- setProgressMessage(String) - Method in class view.guicomponents.guiconsole.StatusBar
-
Sets the string to be displayed onto the progress bar.
- setProgressMessage(Object, String) - Method in class view.userinterfaces.GUIUserInterface
-
- setProgressSender(Object) - Method in class graphana.UserInterface
-
- setReturnValue(int) - Method in class view.callassistant.ArgumentsPanel
-
Sets the value that indicates which button the user pressed to confirm the input or to abort
- setRightAssociative() - Method in class genscript.parse.SearchGraph.Node
-
- setRightPriority(int) - Method in class genscript.parse.Priority
-
- setScale(DimensionD) - Method in class visualizations.stdlayout.VertexVisualData
-
Sets the dimensions of the visual vertex appearance
- setScale(double) - Method in class visualizations.stdlayout.VertexVisualData
-
Sets the x and y dimensions of the visual appearance both to the given value
- setScale(double, double) - Method in class visualizations.stdlayout.VertexVisualData
-
Sets the x and y dimensions of the visual appearance
- setScriptThread(ExecuterThread) - Method in class graphana.UserInterface
-
- setScriptThread(ExecuterThread) - Method in class view.guicomponents.guiconsole.StatusBar
-
Sets the script thread which is about to be executed.
- setScriptThread(ExecuterThread) - Method in class view.userinterfaces.GUIUserInterface
-
- setScriptTimeout(long) - Method in class graphana.MainControl
-
Sets the maximum script execution time.
- setShortCut(char) - Method in class view.menuutil.keymainmenu.KeyItem
-
Sets the shortcut.
- setSize(int) - Method in class genscript.VectorStack
-
- setSource(IndexReader) - Method in exception genscript.parse.exceptions.ParseException
-
- setSource(String) - Method in class global.ExtractedString
-
- setStackMark(int) - Method in class genscript.parse.ReaderStack
-
- setStartParser(ParserType) - Method in class genscript.ParseSystem
-
- setStatus(Object) - Method in class graphana.graphs.defaulttypes.StdEdge
-
Sets the current status of the edge
- setStatus(Object) - Method in class graphana.graphs.defaulttypes.StdVertex
-
Sets the current status of the vertex.
- setStatus(Object) - Method in class libraries.jgrapht.JGraphTWeightedEdge
-
- setStatus(Object) - Method in class libraries.libtw.LibTWEdge
-
- setStatus(Object) - Method in class libraries.libtw.LibTWVertex
-
- setStatusDeletion(boolean) - Method in class graphana.operationsystem.GraphOperation
-
Tells whether or not vertex and edge states are deleted after the operation call
- setString(String) - Method in class graphana.model.string.FixedString
-
Sets the string data.
- setSupportsAlgorithmVisualization() - Method in class graphana.operationsystem.GraphAlgorithm
-
By invoking this method, the algorithm is supposed to support algorithm visualization.
- setText(String) - Method in class graphana.graphs.defaultstates.StatusFullText
-
Sets the text to be displayed when visualized
- setText(String) - Method in class graphana.graphs.defaultstates.StatusText
-
Sets the text
- setText(String) - Method in class view.guicomponents.OutputTextField
-
- SetToCFiles() - Constructor for class scriptinterface.defaulttypes.DefaultCasts.SetToCFiles
-
- SetToFiles() - Constructor for class scriptinterface.defaulttypes.DefaultCasts.SetToFiles
-
- setTokenSet(TokenSet) - Method in class genscript.defaultreaders.FlexibleTokenizer
-
- setToolTip(String) - Method in class view.argumentcomponents.ArgumentComponent
-
Sets the tooltip of the component and eventually of sub components
- setToolTip(String) - Method in class view.defaultargumentcomponents.ArgumentBoolean
-
- setToolTip(String) - Method in class view.defaultargumentcomponents.ArgumentComplexType
-
- setToolTip(String) - Method in class view.defaultargumentcomponents.ArgumentComponentComboBox
-
- setToolTip(String) - Method in class view.defaultargumentcomponents.ArgumentComponentSpinner
-
- setToolTip(String) - Method in class view.defaultargumentcomponents.ArgumentComponentTextField
-
- setToolTip(String) - Method in class view.defaultargumentcomponents.ArgumentFile
-
- setToolTip(String) - Method in class view.defaultargumentcomponents.ArgumentFileFormat
-
- setToolTip(String) - Method in class view.defaultargumentcomponents.ArgumentFiles
-
- setToolTipText(String) - Method in class view.guicomponents.FileTextField
-
- setUnacceptedChildren(Vector<SearchGraph.Node>) - Method in class genscript.parse.SearchGraph.Node
-
- setupGrammar() - Method in class graphana.script.bindings.GraphanaScriptSystem
-
- setupGrammar() - Method in class graphana.script.GraphanaDefaultScriptSystem
-
- setupGrammar() - Method in class graphloaders.oldDotParser.parser.DotParseSystem
-
- setValue(Object) - Method in class genscript.parse.SearchGraph.Node
-
- setValue(float, Float) - Method in class graphana.model.Histogram
-
Sets the value at the given index.
- setValue(EdgeType) - Method in class graphana.script.bindings.basictypes.GEdge
-
- setValue(ExecutionError) - Method in class graphana.script.bindings.basictypes.GErrorHolder
-
- setValue(ExecuterCallData) - Method in class graphana.script.bindings.basictypes.GExecuterCall
-
- setValue(GraphLibrary<?, ?>) - Method in class graphana.script.bindings.basictypes.GGraph
-
- setValue(Histogram) - Method in class graphana.script.bindings.basictypes.GHistogram
-
- setValue(Bounds) - Method in class graphana.script.bindings.basictypes.GInterval
-
- setValue(MetaEdge<VertexType>) - Method in class graphana.script.bindings.basictypes.GMetaEdge
-
- setValue(ExecuterInterface) - Method in class graphana.script.bindings.basictypes.GParseTree
-
- setValue(VertexType) - Method in class graphana.script.bindings.basictypes.GVertex
-
- setValue(Object) - Method in class graphloaders.oldDotParser.attributes.GDotAttributes
-
- setValue(int, int, AlgosDistances.ResultDistance) - Method in class operations.graphoperations.algorithms.AlgosDistances.Matrix
-
- setValue(ArrayList<ExecutionResult<?>>) - Method in class scriptinterface.defaulttypes.GArray
-
- setValue(Boolean) - Method in class scriptinterface.defaulttypes.GBoolean
-
- setValue(Color) - Method in class scriptinterface.defaulttypes.GColor
-
- setValue(CompoundFile) - Method in class scriptinterface.defaulttypes.GCompoundFile
-
- setValue(LinkedList<GCompoundFile>) - Method in class scriptinterface.defaulttypes.GCompoundFiles
-
- setValue(File) - Method in class scriptinterface.defaulttypes.GFile
-
- setValue(LinkedList<GFile>) - Method in class scriptinterface.defaulttypes.GFiles
-
- setValue(Float) - Method in class scriptinterface.defaulttypes.GFloat
-
- setValue(FileFormat) - Method in class scriptinterface.defaulttypes.GFormat
-
- setValue(Integer) - Method in class scriptinterface.defaulttypes.GInteger
-
- setValue(IterableAndSize<ElementType>) - Method in class scriptinterface.defaulttypes.GIterable
-
- setValue(LinkedList<ExecutionResult<?>>) - Method in class scriptinterface.defaulttypes.GList
-
- setValue(Object) - Method in class scriptinterface.defaulttypes.GObject
-
- setValue(Integer) - Method in class scriptinterface.defaulttypes.GPositiveInteger
-
- setValue(LinkedList<ExecutionResult<?>>) - Method in class scriptinterface.defaulttypes.GSet
-
- setValue(String) - Method in class scriptinterface.defaulttypes.GString
-
- setValue(Vector<ExecutionResult<?>>) - Method in class scriptinterface.defaulttypes.GVector
-
- setValue(String) - Method in class scriptinterface.execution.returnvalues.ExecutionErrorMessage
-
- setValue(ValueType) - Method in class scriptinterface.execution.returnvalues.ExecutionResult
-
Sets the internal value.
- setValue(ExecutionReturn) - Method in class view.argumentcomponents.ArgumentComponent
-
Sets the value within the component to the given value
- setValue(ExecutionReturn) - Method in class view.argumentcomponents.ArgumentExecuted
-
- setValue(ExecutionReturn) - Method in class view.defaultargumentcomponents.ArgumentBoolean
-
- setValue(ExecutionReturn) - Method in class view.defaultargumentcomponents.ArgumentComplexType
-
- setValue(ExecutionReturn) - Method in class view.defaultargumentcomponents.ArgumentComponentComboBox
-
- setValue(ExecutionReturn) - Method in class view.defaultargumentcomponents.ArgumentComponentSpinner
-
- setValue(ExecutionReturn) - Method in class view.defaultargumentcomponents.ArgumentFile
-
- setValue(ExecutionReturn) - Method in class view.defaultargumentcomponents.ArgumentFileFormat
-
- setValue(ExecutionReturn) - Method in class view.defaultargumentcomponents.ArgumentFiles
-
- setValue(ExecutionReturn) - Method in class view.defaultargumentcomponents.ArgumentFloat
-
- setValue(ExecutionReturn) - Method in class view.defaultargumentcomponents.ArgumentString
-
- setValue(ExecutionReturn) - Method in class view.defaultargumentcomponents.ArgumentVector
-
- setValueAt(Object, int, int) - Method in class view.fileset.GraphFilesTable
-
- setVariable(String, ExecutionResult<?>) - Method in class graphana.script.bindings.GraphanaScriptScope
-
- setVariable(KeyType, ExecutionResult<?>) - Method in interface scriptinterface.execution.VariableSystem
-
- setVariable(String, ExecutionResult<?>) - Method in class system.GraphanaAccess
-
Sets the Graphana variable with the given identifier to the given value.
- setVariable(String, int) - Method in class system.GraphanaAccess
-
Sets the Graphana variable with the given identifier to the given integer value.
- setVariable(String, float) - Method in class system.GraphanaAccess
-
Sets the Graphana variable with the given identifier to the given float value.
- setVariable(String, String) - Method in class system.GraphanaAccess
-
Sets the Graphana variable with the given identifier to the given string value.
- setVariable(String, boolean) - Method in class system.GraphanaAccess
-
Sets the Graphana variable with the given identifier to the given boolean value.
- setVertexData(VertexType, Object) - Method in class graphana.graphs.GraphLibrary
-
Sets the data of the given vertex.
- setVertexData(StdVertex, Object) - Method in class libraries.jgrapht.JGraphTLib
-
- setVertexData(StdVertex, Object) - Method in class libraries.jung.JungLib
-
- setVertexData(LibTWVertex, Object) - Method in class libraries.libtw.LibTW
-
- setVertexDates(Object) - Method in class graphana.graphs.GraphLibrary
-
Sets the dates of all vertices to the given data.
- setVertexIdent(VertexType, String) - Method in class graphana.graphs.GraphLibrary
-
Sets the identifier of the given vertex.
- setVertexStates(Object, boolean) - Method in class graphana.graphs.GraphLibrary
-
Sets the states of all vertices to the given state.
- setVertexStatus(VertexType, Object) - Method in class graphana.graphs.GraphLibrary
-
Sets the status of the given vertex in O(1).
- setVertexStatus(VertexType) - Method in class graphana.graphs.GraphLibrary
-
Marks the given vertex.
- setVertexStatus(StdVertex, Object) - Method in class libraries.jgrapht.JGraphTLib
-
- setVertexStatus(StdVertex, Object) - Method in class libraries.jung.JungLib
-
- setVertexStatus(LibTWVertex, Object) - Method in class libraries.libtw.LibTW
-
- setVertexStdPrefix(String) - 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.
- setVisualSettings(boolean, boolean, boolean, boolean) - Method in class view.histograms.HistogramOutputPanel
-
Sets some visual properties.
- setWeight(double) - Method in class graphana.graphs.defaulttypes.WeightedEdge
-
Sets the weight of the edge.
- setWeight(float) - Method in class graphloaders.antlrDotParser.EdgeParser.WeightedDotEdge
-
- setWeight(double) - Method in class libraries.libtw.LibTWEdge
-
- setX(double) - Method in class graphana.model.mathobjects.PairD
-
Sets the x value
- setX(float) - Method in class graphana.model.mathobjects.Position2F
-
Sets the x value
- setX(double) - Method in class visualizations.stdlayout.VertexVisualData
-
Sets the x position of the vertex to the given value
- setXScale(int) - Method in class graphana.model.Histogram
-
Sets the x-scale.
- setY(double) - Method in class graphana.model.mathobjects.PairD
-
Sets the y value
- setY(float) - Method in class graphana.model.mathobjects.Position2F
-
Sets the y value
- setY(double) - Method in class visualizations.stdlayout.VertexVisualData
-
Sets the y position of the vertex to the given value
- showGraph(GraphLibrary<?, ?>, String, String, int, int, boolean, int) - Method in class graphana.UserInterface
-
Visualizes the given graph.
- showGraph(GraphLibrary<?, ?>, String, String, int, int, boolean) - Method in class graphana.UserInterface
-
Visualizes the given graph with 0 as frame rate.
- showGraph(GraphLibrary<?, ?>, String, boolean) - Method in class graphana.UserInterface
-
Visualizes the given graph using a 'GRID' layout, a dimension of 640x640 and a frame rate of 0.
- showGraph(String, boolean) - Method in class graphana.UserInterface
-
Visualizes the current graph of the main control with a dimension of 640x640 and a frame rate of 0.
- showGraph(boolean) - Method in class graphana.UserInterface
-
Visualizes the current graph of the main control using a 'GRID' layout, a dimension of 640x640 and a frame
rate of 0.
- showGraphFilesFrame() - Method in class view.userinterfaces.GUIUserInterface
-
Presents the graph files frame to the user.
- showGraphFilesFrame(int, int, int, int) - Method in class view.VisualizingUserInterface
-
Initializes the graph files list (if not already initialized) and displays the graph file selection window at
the specified rectangle in screen coordinates
- showGraphFilesFrame() - Method in class view.VisualizingUserInterface
-
Initializes the graph files list (if not already initialized) and displays the graph file selection window at
the screen center with a width and height of 400 and 600 pixels
- sifting(GraphLibrary<VertexType, EdgeType>, LinkedList<VertexType>) - Method in class operations.graphoperations.algorithms.AlgoFeedbackArcSet
-
- siftingR(GraphLibrary<VertexType, EdgeType>, LinkedList<VertexType>, LinkedList<VertexType>) - Method in class operations.graphoperations.algorithms.AlgoFeedbackArcSet
-
- signalUserInput(String) - Method in class graphana.UserInterface.NullUserInterface
-
- signalUserInput(String) - Method in class graphana.UserInterface
-
Informs the user, that input can be done.
- signalUserInput(String) - Method in class view.userinterfaces.ConsoleInteraction
-
- signalUserInput(String) - Method in class view.userinterfaces.GUIUserInterface
-
- signature - Variable in class genscript.execution.ExecuterTreeNodeEager
-
- signature - Variable in class graphana.operationsystem.Operation
-
The signature of the operation.
- SignatureInterface - Interface in scriptinterface
-
Parser for signatures which are given as string.
- signToString - Static variable in class genscript.execution.ExecuterTreeElem
-
- simulateUserInput(String, boolean, boolean) - Method in class graphana.UserInterface
-
Simulates a user input.
- simulateUserInput(String, boolean, boolean) - Method in class view.userinterfaces.GUIUserInterface
-
- size() - Method in class genscript.parse.SearchGraph
-
- size() - Method in class genscript.VectorStack
-
- size() - Method in class graphana.model.InputHistory
-
Returns the number of inputs
- size() - Method in class graphana.util.QuickList
-
Returns the number of elements in this list.
- skipSpace() - Method in class genscript.defaultreaders.FlexibleTokenizer
-
- skipSpace() - Method in class genscript.defaultreaders.PreScanTokenizer
-
- skipSpace() - Method in class genscript.defaultreaders.ScanTokenizer
-
- skipSpace() - Method in class genscript.defaultreaders.SourceReader
-
- skipSpace() - Method in class genscript.parse.IndexReader
-
- skipSpace(IndexReader) - Method in class genscript.syntax.tokens.TokenSet
-
- skipSpace(String, int, char[]) - Static method in class global.ExtractedString
-
Returns the position of the next word in the given string according to the given start position.
- skipSpace(char[]) - Method in class global.ExtractedString
-
- skipSpace(String, int, char[]) - Static method in class global.StringOps
-
Returns the next position of the given string at which the character is not contained in the given array.
- slow(GraphLibrary<VertexType, EdgeType>) - Method in class operations.graphoperations.algorithms.AlgoCVDHeuristic
-
- sort(Progress) - Method in class graphana.util.DegreeLists
-
Sorts the vertices of the graph by degrees.
- sort() - Method in class graphana.util.DegreeLists
-
- sort(Progress) - Method in class graphana.util.LegacyDegreeList
-
Initializes the list
- sort() - Method in class graphana.util.LegacyDegreeList
-
Initializes the list
- source - Variable in exception genscript.parse.exceptions.ParseException
-
- SourceConverter - Class in genscript.syntax
-
- SourceConverter() - Constructor for class genscript.syntax.SourceConverter
-
- SourcePosition - Class in scriptinterface
-
Stores line and column describing a source code position.
- SourcePosition(int, int) - Constructor for class scriptinterface.SourcePosition
-
Creates a new instance.
- SourceReader - Class in genscript.defaultreaders
-
- SourceReader() - Constructor for class genscript.defaultreaders.SourceReader
-
- SourceReader(ByteBuffer, int) - Constructor for class genscript.defaultreaders.SourceReader
-
- SourceReader(String) - Constructor for class genscript.defaultreaders.SourceReader
-
- SourceReader(File) - Constructor for class genscript.defaultreaders.SourceReader
-
- spinner - Variable in class view.defaultargumentcomponents.ArgumentComponentSpinner
-
- sqr(double) - Static method in class global.MathOps
-
Computes the given value to the power of two.
- start(Component, UpdateArgumentsMode) - Method in class view.callassistant.ArgumentsFrame
-
Shows the frame to the user
- start(int, int) - Method in class view.guicomponents.guiconsole.ConsoleFrame
-
Sets the dimension and location and presents the frame to the user.
- start(Component, int) - Method in class view.guicomponents.SubDialog
-
Sets the position and dimensions and shows the dialog.
- startAlgorithmOutput(GraphLibrary<?, ?>, String) - Method in class graphana.UserInterface
-
Initializes a new algorithm output sequence.
- startAlgorithmTimer() - Method in class graphana.ExecutionManager
-
Activates the algorithm timer.
- startInitialization() - Method in class graphana.UserInterface.NullUserInterface
-
- startInitialization() - Method in class graphana.UserInterface
-
Invokes the initialization of the user interface.
- startInitialization() - Method in class view.userinterfaces.ConsoleInteraction
-
- startInitialization() - Method in class view.userinterfaces.GUIUserInterface
-
- startMessage() - Method in class graphana.UserInterface
-
Informs the user, that the user interface is beeing started.
- startMessage() - Method in class view.userinterfaces.GUIUserInterface
-
- startParser - Variable in class genscript.ParseSystem
-
- startPoint - Variable in class graphana.model.MetaEdge
-
- startPosition - Variable in class visualizations.stdlayout.EdgeVisualData
-
- startProgressOutput(Object) - Method in class graphana.UserInterface
-
Starts the progress output.
- startProgressOutput() - Method in class graphana.UserInterface
-
- startSifting(GraphLibrary<VertexType, EdgeType>, UserInterface) - Method in class operations.graphoperations.algorithms.AlgoFeedbackArcSet
-
- stateChanged(ChangeEvent) - Method in class view.defaultargumentcomponents.ArgumentFiles
-
- stateChanged(ChangeEvent) - Method in class view.histograms.HistogramOutputPanel
-
- statementToString(String) - Method in class graphana.script.GraphanaDefaultScriptSystem
-
- statementToString(String) - Method in interface scriptinterface.ScriptSystemInterface
-
Returns the given statement embedded in valid script syntax.
- status - Variable in class graphana.graphs.defaulttypes.StdEdge
-
- status - Variable in class graphana.graphs.defaulttypes.StdVertex
-
- status - Variable in class libraries.jgrapht.JGraphTWeightedEdge
-
- StatusBar - Class in view.guicomponents.guiconsole
-
A GUI bar to display current status information to the user.
- StatusBar(UserInterface) - Constructor for class view.guicomponents.guiconsole.StatusBar
-
Creates an instance
- StatusDeleted - Class in graphana.graphs.defaultstates
-
Can be used to mark a vertex or edge as deleted without actually deleting it.
- StatusDeleted() - Constructor for class graphana.graphs.defaultstates.StatusDeleted
-
- StatusFullText - Class in graphana.graphs.defaultstates
-
Can be used as vertex or edge status to label it in visualization.
- StatusFullText(String) - Constructor for class graphana.graphs.defaultstates.StatusFullText
-
Creates an instance with the given text
- StatusFullText() - Constructor for class graphana.graphs.defaultstates.StatusFullText
-
Creates an instance without text
- StatusId - Class in graphana.graphs.defaultstates
-
Can be set as vertex or edge status to give it an integer ID.
- StatusId(Integer) - Constructor for class graphana.graphs.defaultstates.StatusId
-
Creates an instance with the given ID
- StatusId() - Constructor for class graphana.graphs.defaultstates.StatusId
-
Creates an instance without an ID (null)
- StatusText - Class in graphana.graphs.defaultstates
-
Can be used as vertex or edge status to give it a string.
- StatusText(String) - Constructor for class graphana.graphs.defaultstates.StatusText
-
Creates an instance with the given text
- StatusText() - Constructor for class graphana.graphs.defaultstates.StatusText
-
Creates an instance without text (null)
- StatusVertexList<VertexType> - Class in operations.graphoperations
-
- StatusVertexList(GraphLibrary<VertexType, ?>, Color) - Constructor for class operations.graphoperations.StatusVertexList
-
- StatusVertexList(GraphLibrary<VertexType, ?>) - Constructor for class operations.graphoperations.StatusVertexList
-
- StdConstFactory<ScopeType extends ExecutionScope,ReaderType extends Tokenizer> - Class in genscript.defaultops.factories
-
- StdConstFactory() - Constructor for class genscript.defaultops.factories.StdConstFactory
-
- StdEdge - Class in graphana.graphs.defaulttypes
-
The default edge.
- StdEdge(String) - Constructor for class graphana.graphs.defaulttypes.StdEdge
-
Creates an instance and sets the initial name
- StdEdge() - Constructor for class graphana.graphs.defaulttypes.StdEdge
-
- StdExecutionScope - Class in genscript
-
- StdExecutionScope(TreeBuildingScriptSystem<StdExecutionScope, ?, ?>) - Constructor for class genscript.StdExecutionScope
-
- StdGraphLayouts - Class in visualizations
-
Collection of layouts to be used by the standard visualizer
- StdGraphLayouts() - Constructor for class visualizations.StdGraphLayouts
-
- StdLayout<VertexType,EdgeType> - Class in visualizations.stdlayout
-
Abstract layout class for arranging vertices
- StdLayout() - Constructor for class visualizations.stdlayout.StdLayout
-
- StdLayout.VisVertex - Class in visualizations.stdlayout
-
- STDPRIORITY - Static variable in class genscript.parse.Priority
-
- StdUndefFactory<ScopeType extends ExecutionScope,ReaderType extends IndexReader> - Class in genscript.defaultops.factories
-
- StdUndefFactory() - Constructor for class genscript.defaultops.factories.StdUndefFactory
-
- StdVertex - Class in graphana.graphs.defaulttypes
-
Default vertex type of graphs.
- StdVertex(String) - Constructor for class graphana.graphs.defaulttypes.StdVertex
-
Creates a new StdVertex instance.
- StdVertex() - Constructor for class graphana.graphs.defaulttypes.StdVertex
-
- StdVisualizer - Class in visualizations
-
The standard graph visualizer of Graphana.
- StdVisualizer(StdGraphLayouts) - Constructor for class visualizations.StdVisualizer
-
Creates an instance
- StdVoidFactory<ScopeType extends ExecutionScope,ReaderType extends IndexReader> - Class in genscript.defaultops.factories
-
- StdVoidFactory() - Constructor for class genscript.defaultops.factories.StdVoidFactory
-
- stepBack() - Method in class genscript.defaultreaders.FlexibleTokenizer
-
- stepBack() - Method in class genscript.defaultreaders.PreScanTokenizer
-
- stepBack() - Method in class genscript.defaultreaders.ScanTokenizer
-
- stepBack() - Method in class genscript.defaultreaders.SourceReader
-
- stepBack() - Method in class genscript.parse.IndexReader
-
Makes one step back in the buffer.
- stillP3(AlgoCVDHeuristic.P3) - Method in class operations.graphoperations.algorithms.AlgoCVDHeuristic.CVD
-
- stmt() - Method in class graphloaders.antlrDotParser.DOTParser
-
- stmt() - Method in class graphloaders.antlrDotParser.DOTParser.Stmt_listContext
-
- stmt(int) - Method in class graphloaders.antlrDotParser.DOTParser.Stmt_listContext
-
- stmt_list() - Method in class graphloaders.antlrDotParser.DOTParser.GraphContext
-
- stmt_list() - Method in class graphloaders.antlrDotParser.DOTParser
-
- stmt_list() - Method in class graphloaders.antlrDotParser.DOTParser.SubgraphContext
-
- Stmt_listContext(ParserRuleContext, int) - Constructor for class graphloaders.antlrDotParser.DOTParser.Stmt_listContext
-
- StmtContext(ParserRuleContext, int) - Constructor for class graphloaders.antlrDotParser.DOTParser.StmtContext
-
- stop(FinishType) - Method in class graphana.operationsystem.GraphanaThread
-
Stops the thread and sets the given reason
- stop() - Method in class view.guicomponents.SubDialog
-
Hides the dialog.
- StraightEdgeStroke - Class in graphana.graphs.visualization.drawmodifiers
-
Abstract edge stroke for drawing a straight line connecting two vertices, not specifying the style of the line
- StraightEdgeStroke() - Constructor for class graphana.graphs.visualization.drawmodifiers.StraightEdgeStroke
-
- STRICT - Static variable in class graphloaders.antlrDotParser.DOTLexer
-
- STRICT() - Method in class graphloaders.antlrDotParser.DOTParser.GraphContext
-
- STRICT - Static variable in class graphloaders.antlrDotParser.DOTParser
-
- STRING - Static variable in class graphloaders.antlrDotParser.DOTLexer
-
- STRING() - Method in class graphloaders.antlrDotParser.DOTParser.IdContext
-
- STRING - Static variable in class graphloaders.antlrDotParser.DOTParser
-
- StringOps - Class in global
-
Offers several methods to work with strings.
- StringOps() - Constructor for class global.StringOps
-
- StringRepresentation - Interface in global
-
An object which has a user-readable string representation in contrary to the toString method, which is often
supposed to be a string representation for the programmers view.
- stringToBuffer(String) - Static method in class global.StringOps
-
Converts the given string into a buffered reader in order that respective reading operations can be done on it.
- StringToByteBuffer(String) - Method in class genscript.syntax.SourceConverter
-
- stringToByteBuffer(String) - Static method in class global.StringOps
-
Converts the given string into a byte buffer in order that respective byte buffer operations can be done on it.
- StringToCFiles() - Constructor for class scriptinterface.defaulttypes.DefaultCasts.StringToCFiles
-
- stringToColor(String) - Static method in class graphloaders.oldDotParser.actions.AttributeListActions
-
- StringToExistingFile() - Constructor for class scriptinterface.defaulttypes.DefaultCasts.StringToExistingFile
-
- StringToFile() - Constructor for class scriptinterface.defaulttypes.DefaultCasts.StringToFile
-
- StringToFileFormat() - Constructor for class scriptinterface.defaulttypes.DefaultCasts.StringToFileFormat
-
- StringToFiles() - Constructor for class scriptinterface.defaulttypes.DefaultCasts.StringToFiles
-
- stringToGreedyFunction(String) - Static method in class operations.graphoperations.algorithms.feedbackvertexset.FeedbackVertexSetGRASP
-
- stringToScriptReader(String) - Method in class genscript.TreeBuildingScriptSystem
-
- stringToScriptReader(String) - Method in class graphana.script.bindings.GraphanaScriptSystem
-
- stringToScriptReader(String) - Method in interface graphana.script.bindings.GraphanaScriptSystemInterface
-
- stringToScriptReader(String) - Method in interface scriptinterface.ScriptSystemInterface
-
Creates a script reader from string.
- stringToTWLower(String) - Method in class operations.graphoperations.algorithms.AlgosTreewidth
-
- stringToTWUpper(String) - Method in class operations.graphoperations.algorithms.AlgosTreewidth
-
- strongconnect(GraphLibrary<VertexType, EdgeType>, VertexType, ArrayDeque<VertexType>, HashMap<VertexType, AlgoFeedbackArcSet.Index>, HashSet<VertexType>) - Method in class operations.graphoperations.algorithms.AlgoFeedbackArcSet
-
- SubDialog - Class in view.guicomponents
-
A dialog area with specialized appearance.
- SubDialog() - Constructor for class view.guicomponents.SubDialog
-
- SUBGRAPH - Static variable in class graphloaders.antlrDotParser.DOTLexer
-
- subgraph() - Method in class graphloaders.antlrDotParser.DOTParser.Edge_stmtContext
-
- subgraph() - Method in class graphloaders.antlrDotParser.DOTParser.EdgeRHSContext
-
- subgraph(int) - Method in class graphloaders.antlrDotParser.DOTParser.EdgeRHSContext
-
- subgraph() - Method in class graphloaders.antlrDotParser.DOTParser.StmtContext
-
- SUBGRAPH - Static variable in class graphloaders.antlrDotParser.DOTParser
-
- subgraph() - Method in class graphloaders.antlrDotParser.DOTParser
-
- SUBGRAPH() - Method in class graphloaders.antlrDotParser.DOTParser.SubgraphContext
-
- SubgraphContext(ParserRuleContext, int) - Constructor for class graphloaders.antlrDotParser.DOTParser.SubgraphContext
-
- subtract(double, double) - Method in class graphana.model.mathobjects.PairD
-
Subtracts x and y by the given values
- subtract(Vector2D) - Method in class graphana.model.mathobjects.Position2D
-
Subtracts the x and y values of this instance by the x and y values of the given vector
- supportsCopyFromExistingGraph() - Method in class graphana.graphs.GraphLibrary
-
Returns true, iff this GraphLibrary sub class supports creating graphs
from existing graph instances.
- supportsCopyFromExistingGraph() - Method in class libraries.jgrapht.JGraphTLib
-
- supportsCopyFromExistingGraph() - Method in class libraries.jung.JungLib
-
- supportsVisualization() - Method in class graphana.operationsystem.GraphAlgorithm
-
Tells whether or not the algorithm supports algorithm visualization.
- switchParser(NTProductions) - Method in class genscript.defaultreaders.FlexibleTokenizer
-
- switchParser(NTProductions) - Method in class genscript.parse.IndexReader
-
- SyntaxEndOfBuffer - Class in scriptinterface.execution.parseerrors
-
Occurs, when the end of the input buffer is reached while the parser is at a non-accepted state.
- SyntaxEndOfBuffer(LinkedList<?>) - Constructor for class scriptinterface.execution.parseerrors.SyntaxEndOfBuffer
-
- SyntaxError - Class in scriptinterface.execution.parseerrors
-
Occurs, when the syntax of a string to parse is invalid.
- SyntaxError(String) - Constructor for class scriptinterface.execution.parseerrors.SyntaxError
-
- SyntaxException - Exception in genscript.parse.exceptions
-
- SyntaxException(int) - Constructor for exception genscript.parse.exceptions.SyntaxException
-
- SyntaxException() - Constructor for exception genscript.parse.exceptions.SyntaxException
-
- SyntaxExceptionEndOfBuffer - Exception in genscript.parse.exceptions
-
- SyntaxExceptionEndOfBuffer(int, LinkedList<?>) - Constructor for exception genscript.parse.exceptions.SyntaxExceptionEndOfBuffer
-
- SyntaxExceptionEndOfBuffer(String, int) - Constructor for exception genscript.parse.exceptions.SyntaxExceptionEndOfBuffer
-
- SyntaxExceptionInvalidSymbol - Exception in genscript.parse.exceptions
-
- SyntaxExceptionInvalidSymbol(int) - Constructor for exception genscript.parse.exceptions.SyntaxExceptionInvalidSymbol
-
- SyntaxExceptionNotAccepted - Exception in genscript.parse.exceptions
-
- SyntaxExceptionNotAccepted(int, LinkedList<?>) - Constructor for exception genscript.parse.exceptions.SyntaxExceptionNotAccepted
-
- SyntaxInvalidSymbol - Class in scriptinterface.execution.parseerrors
-
Occurs, when a string to parse contains an unknown symbol/character sequence
- SyntaxInvalidSymbol() - Constructor for class scriptinterface.execution.parseerrors.SyntaxInvalidSymbol
-
- SyntaxMenu - Class in view.guicomponents.mainmenu
-
The syntax menu of the GUI with concrete menu items to insert syntax fragments of the default Graphana script
language into the GUI console input field.
- SyntaxMenu(GraphanaMainMenu, ArgumentComponentManager) - Constructor for class view.guicomponents.mainmenu.SyntaxMenu
-
Creates an instance and builds the menu.
- SyntaxNotAccepted - Class in scriptinterface.execution.parseerrors
-
Occurs, when the a string to parse is not a word of the language.
- SyntaxNotAccepted(LinkedList<?>) - Constructor for class scriptinterface.execution.parseerrors.SyntaxNotAccepted
-
- SyntaxSubMenu - Class in view.menuutil
-
A MacroMenu specialized on syntax insertions.
- SyntaxSubMenu(String, GraphanaMainMenu, ArgumentComponentManager) - Constructor for class view.menuutil.SyntaxSubMenu
-
Creates an instance
- system - package system
-