- read() - Method in class genscript.defaultreaders.FlexibleTokenizer
-
- read() - Method in class genscript.defaultreaders.PreScanTokenizer
-
- read() - Method in class genscript.defaultreaders.ScanTokenizer
-
- read() - Method in class genscript.defaultreaders.SourceReader
-
- read() - Method in class genscript.parse.IndexReader
-
- read() - Method in interface scriptinterface.ReaderInterface
-
Returns the next index in the source code and moves the marker.
- readChar() - Method in class genscript.defaultreaders.SourceReader
-
- readDot(File, GraphLibrary<?, ?>, boolean, boolean) - Static method in class graphloaders.oldDotParser.DotLoader
-
Deprecated.
Reads a Dot file and builds a graph
- readDot(String, GraphLibrary<?, ?>, boolean, boolean) - Static method in class graphloaders.oldDotParser.DotLoader
-
Deprecated.
Reads the given string in Dot syntax and builds a graph
- ReaderInterface - Interface in scriptinterface
-
An abstract layer for a script code reader.
- ReaderStack - Class in genscript.parse
-
- ReaderStack() - Constructor for class genscript.parse.ReaderStack
-
- readGraph(GraphLibrary<VertexType, EdgeType>, File, Progress) - Static method in class graphloaders.GraphLoader
-
Loads the given graph file and creates respective vertices and edges in the given target graph.
- readGraph(GraphLibrary<VertexType, EdgeType>, File, FileFormat, Progress) - Static method in class graphloaders.GraphLoader
-
- readStart() - Method in class genscript.defaultreaders.SourceReader
-
- rearrange() - Method in class visualizations.stdlayout.StdLayout
-
Arranges the vertices with the same settings as used for the previous arrangement
- recalculateLength() - Method in class graphana.model.string.FixedString
-
Sets the length to the first occurrence of zero in the string
- recordedCycle() - Method in class graphana.util.CycleFinder
-
Tells whether or not a cycle was stored in a list.
- recordsVertices() - Method in class graphloaders.oldDotParser.parser.DotReadLevel
-
- RED - Static variable in class scriptinterface.defaulttypes.GColor
-
- reduceGraph(Graph<StdVertex, StdEdge>, boolean) - Static method in class operations.graphoperations.algorithms.feedbackvertexset.FeedbackVertexSetGRASP
-
- refresh() - Method in class graphana.graphs.GraphLibrary
-
Refreshes consistency with the internal graph.
- refresh() - Method in class view.defaultargumentcomponents.ArgumentFiles
-
- refreshGraphOutput(String) - Method in class graphana.UserInterface.NullUserInterface
-
- refreshGraphOutput(String) - Method in class graphana.UserInterface
-
Repaints the graph visualization with the given key.
- refreshGraphOutput(String) - Method in class view.VisualizingUserInterface
-
Repaints the frame of the visualization with the given key.
- refreshMaxDegree() - Method in class graphana.util.DegreeLists
-
Refreshes the maximum degree.
- refreshMaxDegree() - Method in class graphana.util.LegacyDegreeList
-
Refreshes the maximum degree.
- refreshMinDegree() - Method in class graphana.util.DegreeLists
-
Refreshes the minum degree
- refreshMinDegree() - Method in class graphana.util.LegacyDegreeList
-
Refreshes the minum degree
- refreshText() - Method in class view.defaultargumentcomponents.ArgumentFiles
-
- refreshText() - Method in class view.guicomponents.ComplexTypeField
-
Refreshes the text of the text field, that is, inserts the string representation of the values of the pop up
- registerComplexType(String, String) - Method in class genscript.TreeBuildingScriptSystem
-
- registerComplexType(ScriptComplexType) - Method in class genscript.types.DefaultTypeSystem
-
- registerComplexType(ScriptComplexType) - Method in interface scriptinterface.ScriptSystemInterface
-
Registers the given complex type.
- registerComplexType(String, String) - Method in interface scriptinterface.ScriptSystemInterface
-
Creates and registers a complex type.
- registerDefaultArgumentComponents(ArgumentComponentManager) - Static method in class system.GraphanaInitializer
-
Registers the GUI components for the default types.
- registerDefaultArgumentComponents(VisualizingUserInterface) - Static method in class system.GraphanaInitializer
-
Registers the GUI components for the default types.
- registerIdentifier(String, String, TokenIdentifier) - Method in class genscript.syntax.tokens.TokenSet
-
- registerLayout(String, Class<? extends StdLayout>) - Method in class visualizations.StdGraphLayouts
-
Registers the given layout and associates it with the given key
- registerOperation(Operation) - Method in class graphana.MainControl
-
Adds the given operation to the operation set.
- registerOperation(Operation) - Method in class system.GraphanaAccess
-
Registers the given operation.
- registerOperations(TreeBuildingParser<ScopeType, ReaderType>, TokenIdentifier, ExecTreeElemFactory<ScopeType, ReaderType>) - Method in class genscript.defaultops.basic.OpGroupBasicSyntax
-
- registerOperations(TreeBuildingParser<ScopeType, ReaderType>) - Method in class genscript.defaultops.math.OpGroupArithmetics
-
- registerOperations(TreeBuildingParser<ScopeType, ReaderType>) - Method in class genscript.defaultops.math.OpGroupVectors
-
- registerOperations(TreeBuildingParser<ScopeType, ReaderType>) - Method in class genscript.parse.ScriptOperationGroup
-
- registerOperations(OperationGroup) - Method in class graphana.MainControl
-
Registers all operations of the given operation group in the operation set.
- registerOperations(TreeBuildingParser<GraphanaScriptScope, Tokenizer>) - Method in class graphana.script.bindings.basicops.GrOpGroupBasics
-
- registerOperations(TreeBuildingParser<GraphanaScriptScope, Tokenizer>) - Method in class graphana.script.bindings.basicops.GrOpGroupOutput
-
- registerOperations(TreeBuildingParser<ScopeType, ReaderType>, char[]) - Method in class scriptinterface.defaulttypes.OpGroupTypes
-
Registers default type syntax, e.g.
- registerOperations(OperationGroup) - Method in class system.GraphanaAccess
-
Registers all operations of the given group.
- registerSynonym(String, String) - Method in class genscript.types.DefaultTypeSystem
-
- registerSynonym(ScriptType, String) - Method in class genscript.types.DefaultTypeSystem
-
- registerSynonym(Class<? extends ExecutionResult<?>>, String) - Method in class genscript.types.DefaultTypeSystem
-
- registerTokenIdentifier(TokenIdentifier) - Method in class genscript.syntax.tokens.TokenSet
-
- registerType(ScriptType) - Method in class genscript.types.DefaultTypeSystem
-
- registerType(Class<? extends ExecutionResult<?>>) - Method in class genscript.types.DefaultTypeSystem
-
- remove() - Method in class global.FileOps.FileLineIterator
-
- remove(VertexType) - Method in class graphana.util.DegreeLists
-
Removes the given vertex from the degree list.
- remove(VertexType) - Method in class graphana.util.LegacyDegreeList
-
Removes the given vertex from the degree list.
- remove(Object) - Method in class graphana.util.QuickList
-
Removes the first occurrence of the specified element from this list,
if it is present.
- remove(int) - Method in class graphana.util.QuickList
-
Removes the element at the specified position in this list.
- remove() - Method in class graphana.util.QuickList
-
Retrieves and removes the head (first element) of this list.
- remove(QuickList.Entry<E>) - Method in class graphana.util.QuickList
-
- remove() - Method in class libraries.libtw.LibTWVertexIterator
-
- remove(int) - Method in class view.fileset.GraphFiles
-
Removes the graph file at the given index.
- remove(int) - Method in class view.fileset.GraphFilesTable
-
- remove2(VertexType) - Method in class graphana.util.LegacyDegreeList
-
Removes the given vertex from the degree list.
- removeAlgorithmResult(String) - Method in class graphana.graphs.GraphLibrary
-
Removes the algorithm result value associated with the given string.
- removeAlternativeParser() - Method in class genscript.parse.NTProductions
-
- removeChild(int) - Method in class genscript.parse.SearchGraph.Node
-
- removeConst(String) - Method in class graphana.script.bindings.GraphanaScriptScope
-
- removeEdge(EdgeType) - Method in class graphana.graphs.GraphLibrary
-
Removes the given edge from the graph.
- removeEdge(VertexType, VertexType) - Method in class graphana.graphs.GraphLibrary
-
Removes the edge which connects the two given vertices.
- removeEdge(String, String) - Method in class graphana.graphs.GraphLibrary
-
Removes the edge which connects the vertices with the given identifiers.
- removeEdgeDeletionMark(EdgeType) - Method in class graphana.graphs.GraphLibrary
-
Removes the deletion mark of the given edge if it has one.
- removeEdgeVisData(EdgeType) - Method in class visualizations.stdlayout.StdLayout
-
Removes the visual data associated with the given edge
- removeFirst() - Method in class graphana.util.QuickList
-
Removes and returns the first element from this list.
- removeFirstOccurrence(Object) - Method in class graphana.util.QuickList
-
Removes the first occurrence of the specified element in this
list (when traversing the list from head to tail).
- removeGraphListener(GraphListener<VertexType, EdgeType>) - Method in class graphana.graphs.GraphLibrary
-
Removes the given graph listener from the list so it will not be notified
anymore when the graph is modified.
- removeLast() - Method in class graphana.util.QuickList
-
Removes and returns the last element from this list.
- removeLastOccurrence(Object) - Method in class graphana.util.QuickList
-
Removes the last occurrence of the specified element in this
list (when traversing the list from head to tail).
- removeOperationThread() - Method in class graphana.UserInterface
-
- removeOperationThread() - Method in class view.guicomponents.guiconsole.StatusBar
-
Removes the operation thread.
- removeOperationThread() - Method in class view.userinterfaces.GUIUserInterface
-
- removeScriptThread() - Method in class graphana.UserInterface
-
- removeScriptThread() - Method in class view.guicomponents.guiconsole.StatusBar
-
Removes the script thread which is about to be executed.
- removeScriptThread() - Method in class view.userinterfaces.GUIUserInterface
-
- removeSelected() - Method in class view.fileset.GraphFileListBox
-
Removes all files that are selected by the user.
- removeSelected() - Method in class view.fileset.GraphFilesTablePanel
-
Removes all files from the list that are selected by the user.
- removeSelected() - Method in class view.fileset.GraphFileTable
-
- removeUpdate(DocumentEvent) - Method in class view.guicomponents.guiconsole.ConsolePanel
-
- removeVar(String) - Method in class graphana.script.bindings.GraphanaScriptScope
-
- removeVertex(VertexType) - Method in class graphana.graphs.GraphLibrary
-
Removed the given vertex from the graph.
- removeVertex(String) - Method in class graphana.graphs.GraphLibrary
-
Removes the vertex with the given identifier.
- removeVertex(String) - Method in class operations.graphoperations.StatusVertexList
-
- removeVertexDeletionMark(VertexType, boolean) - Method in class graphana.graphs.GraphLibrary
-
Removes the deletion mark of the given vertex if it has one.
- removeVertexVisData(VertexType) - Method in class visualizations.stdlayout.StdLayout
-
Removes the visual data associated with the given vertex
- res - Variable in class operations.graphoperations.algorithms.AlgoCVDHeuristic.CVD
-
- res - Variable in class operations.graphoperations.algorithms.AlgoCVDHeuristic.CVD.Result
-
- reset() - Method in class graphana.model.string.FixedString
-
Sets the marker and the length to zero
- resetStack() - Method in class genscript.parse.ReaderStack
-
- resetToolTip() - Method in class view.argumentcomponents.ArgumentComponent
-
Disables the tooltip
- resize(Graphics, GraphLibrary<VertexType, EdgeType>, ProjectionPlane) - Method in class visualizations.stdlayout.VertexVisualData
-
Resizes the dimensions according to the content of the vertex
- resolveVertexName(String) - Method in class graphana.graphs.GraphLibrary
-
If there is a vertex which has the given identifier it will be resolved
and an unused identifier will be returned.
- restString(char) - Method in class global.ExtractedString
-
Returns the sub string of the next position to the end of the source string.
- result - Variable in class graphana.operationsystem.GraphanaThread
-
- Result(ArrayList<Integer>, boolean) - Constructor for class operations.graphoperations.algorithms.AlgoCVDHeuristic.CVD.Result
-
- ResultDistance(double) - Constructor for class operations.graphoperations.algorithms.AlgosDistances.ResultDistance
-
- ResultDistance(Number) - Constructor for class operations.graphoperations.algorithms.AlgosDistances.ResultDistance
-
- ResultDistance() - Constructor for class operations.graphoperations.algorithms.AlgosDistances.ResultDistance
-
- resultOutput(ExecutionReturn) - Method in class graphana.UserInterface
-
Shows the given result to the user.
- resultStackToString() - Method in class genscript.parse.ReaderStack
-
- resultToString(ExecutionReturn) - Static method in class view.ViewOps
-
Returns a string representation of the given execution return value.
- reverse(GraphLibrary<VertexType, EdgeType>, LinkedList<VertexType>) - Method in class operations.graphoperations.algorithms.AlgoFeedbackArcSet
-
- revpacking() - Method in class operations.graphoperations.algorithms.AlgoCVDHeuristic.CVD
-
- rewind() - Method in class genscript.defaultreaders.SourceReader
-
- rgbaToString() - Method in class scriptinterface.defaulttypes.GColor
-
- root - Variable in class genscript.parse.SearchGraph
-
- rowCount() - Method in class view.fileset.GraphFileTable
-
- rowSelected() - Method in class view.fileset.GraphFileTable
-
- RULE_a_list - Static variable in class graphloaders.antlrDotParser.DOTParser
-
- RULE_attr_list - Static variable in class graphloaders.antlrDotParser.DOTParser
-
- RULE_attr_stmt - Static variable in class graphloaders.antlrDotParser.DOTParser
-
- RULE_edge_stmt - Static variable in class graphloaders.antlrDotParser.DOTParser
-
- RULE_edgeop - Static variable in class graphloaders.antlrDotParser.DOTParser
-
- RULE_edgeRHS - Static variable in class graphloaders.antlrDotParser.DOTParser
-
- RULE_graph - Static variable in class graphloaders.antlrDotParser.DOTParser
-
- RULE_id - Static variable in class graphloaders.antlrDotParser.DOTParser
-
- RULE_node_id - Static variable in class graphloaders.antlrDotParser.DOTParser
-
- RULE_node_stmt - Static variable in class graphloaders.antlrDotParser.DOTParser
-
- RULE_port - Static variable in class graphloaders.antlrDotParser.DOTParser
-
- RULE_stmt - Static variable in class graphloaders.antlrDotParser.DOTParser
-
- RULE_stmt_list - Static variable in class graphloaders.antlrDotParser.DOTParser
-
- RULE_subgraph - Static variable in class graphloaders.antlrDotParser.DOTParser
-
- ruleNames - Static variable in class graphloaders.antlrDotParser.DOTLexer
-
- ruleNames - Static variable in class graphloaders.antlrDotParser.DOTParser
-
- run() - Method in class graphana.operationsystem.GraphanaThread.FutureThread
-
- run(long) - Method in class graphana.operationsystem.GraphanaThread
-
Starts the task