- read() - Method in interface scriptinterface.ReaderInterface
-
Returns the next index in the source code and moves the marker.
- readDot(File, GraphLibrary<?, ?>, boolean, boolean) - Static method in class graphloaders.dotloader.DotLoader
-
- readDot(String, GraphLibrary<?, ?>, boolean, boolean) - Static method in class graphloaders.dotloader.DotLoader
-
- ReaderInterface - Interface in scriptinterface
-
An abstract layer for a script code reader.
- readGraph(GraphLibrary<VertexType, EdgeType>, File, Progress) - Static method in class graphloaders.GraphLoader
-
- readGraph(GraphLibrary<VertexType, EdgeType>, String, Progress) - Static method in class graphloaders.GraphLoader
-
- recordedCycle() - Method in class graphana.util.CycleFinder
-
Tells whether or not a cycle was stored in a list.
- recordsVertices() - Method in class graphloaders.dotloader.parser.DotReadLevel
-
- RED - Static variable in class scriptinterface.defaulttypes.GColor
-
- refresh() - Method in class graphana.graphs.GraphLibrary
-
Refreshes consistency with the internal graph.
- refreshGraphOutput(String) - Method in class graphana.UserInterface
-
Repaints the graph visualization with the given key.
- refreshMaxDegree() - Method in class graphana.util.DegList
-
Refreshes the maximum degree.
- refreshMaxDegree() - Method in class graphana.util.DegList2
-
Refreshes the maximum degree.
- refreshMaxDegree() - Method in class graphana.util.DegreeQuickLists
-
Refreshes the maximum degree.
- refreshMaxDegree() - Method in class graphana.util.SlowDegreeLists
-
Refreshes the maximum degree.
- refreshMinDegree() - Method in class graphana.util.DegList
-
- refreshMinDegree() - Method in class graphana.util.DegList2
-
- 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.
- 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(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. integer constants.
- registerOperations(OperationGroup) - Method in class system.GraphanaAccess
-
Registers all operations of the given group.
- remove() - Method in class global.FileOps.FileLineIterator
-
- remove(VertexType) - Method in class graphana.util.DegList
-
Removes the given vertex from the degree list.
- remove(VertexType) - Method in class graphana.util.DegList2
-
Removes the given vertex from the degree list.
- remove(VertexType) - Method in class graphana.util.DegreeLists
-
Removes the given vertex from the degree list.
- remove(VertexType) - Method in class graphana.util.DegreeQuickLists
-
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(QuickList2.Entry<E>) - Method in class graphana.util.QuickList2
-
- remove(VertexType) - Method in class graphana.util.SlowDegreeLists
-
Removes the given vertex from the degree list.
- remove() - Method in class libraries.libtw.LibTWVertexIterator
-
- removeAlgorithmResult(String) - Method in class graphana.graphs.GraphLibrary
-
Removes the algorithm result value associated with the given string.
- 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.
- 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
-
- removeScriptThread() - Method in class graphana.UserInterface
-
- 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.
- removeVertexDeletionMark(VertexType, boolean) - Method in class graphana.graphs.GraphLibrary
-
Removes the deletion mark of the given vertex if it has one.
- 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.
- resultOutput(ExecutionReturn) - Method in class graphana.UserInterface
-
Shows the given result to the user.
- rgbaToString() - Method in class scriptinterface.defaulttypes.GColor
-
- run(long) - Method in class graphana.operationsystem.GraphanaThread
-