- 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
-
- GDotAttributes - Class in graphloaders.dotloader.attributes
-
- GDotAttributes() - Constructor for class graphloaders.dotloader.attributes.GDotAttributes
-
- GDotEdgeAttributes - Class in graphloaders.dotloader.attributes
-
- GDotEdgeAttributes() - Constructor for class graphloaders.dotloader.attributes.GDotEdgeAttributes
-
- GDotVertexAttributes - Class in graphloaders.dotloader.attributes
-
- GDotVertexAttributes() - Constructor for class graphloaders.dotloader.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
-
- 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 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.
- 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.
- 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.MainControl
-
Returns the current timer value of the algorithm timer.
- getAlgorithmTimeout() - Method in class graphana.MainControl
-
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.
- getAngle(Position2D) - Method in class graphana.model.mathobjects.Position2D
-
- 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
-
- getArrowLength() - Method in class graphana.graphs.visualization.drawmodifiers.DefaultEdgeArrow
-
- getArrowLength() - Method in class graphana.graphs.visualization.drawmodifiers.EdgeArrow
-
- getAsLatex() - Method in class descriptionfiles.Description
-
- getAsPlain() - Method in class descriptionfiles.Description
-
- getAutosizeScale(double, double, DimensionD) - Method in class graphana.graphs.visualization.drawmodifiers.VertexAutosizeShape
-
- 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.dotloader.tokens.DotIdeBoolean
-
- getBoundsArg(int) - Method in class graphana.operationsystem.OperationArguments
-
Returns the argument with the given index beginning at zero as a Bounds instance.
- getBufferSize() - Method in interface scriptinterface.ReaderInterface
-
- 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
-
- 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.
- getColor() - Method in class graphana.graphs.defaultstates.StatusDeleted
-
- getColor() - Method in class graphana.script.bindings.visualization.VertexNodeHolder
-
- getColor() - Method in class graphloaders.dotloader.attributes.GDotEdgeAttributes
-
- getColor() - Method in class graphloaders.dotloader.tokens.DotIdeColor
-
- 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.
- 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() - Method in class scriptinterface.defaulttypes.GComplexType
-
- getConstant(String) - Method in class graphana.script.bindings.GraphanaScriptScope
-
- getContourColor() - Method in interface graphana.graphs.visualization.output.GraphOutputContourColor
-
- getContourColor() - Method in class graphloaders.dotloader.attributes.GDotVertexAttributes
-
- getCurElemType() - Method in class graphloaders.dotloader.parser.DotReader
-
- getCurrentDegree(VertexType) - Method in class graphana.util.DegList
-
- getCurrentDirectory() - Method in class graphana.MainControl
-
Returns the current directory where to find sub directories etc. of the program.
- getCurrentElem() - Method in class graphloaders.dotloader.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
-
- 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 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.JGraphTWeightedStatusEdge
-
- 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.
- 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.DegList
-
Returns the list of vertices that have the given degree.
- getDegreeList(int) - Method in class graphana.util.DegList2
-
Returns the list of vertices that have the given degree.
- 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.DegreeQuickLists
-
Returns the list of vertices that have the given degree.
- getDegreeList(int) - Method in class graphana.util.SlowDegreeLists
-
Returns the list of vertices that have the given degree.
- getDegreeVertices(int) - Method in class graphana.util.DegList
-
Returns all vertices which 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.DegreeQuickLists
-
Returns all vertices which have the given degree.
- getDegreeVertices(int) - Method in class graphana.util.SlowDegreeLists
-
Returns all vertices which have the given degree.
- getDesc(String) - Method in class descriptionfiles.DescriptionFiles
-
- 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
-
- getDescription(String) - Method in class descriptionfiles.DescriptionFile
-
- getDescription(String, DescSourceType) - Method in class descriptionfiles.DescriptionFile
-
- getDescription(MainControl, String, DescSourceType, boolean) - Static method in class graphana.model.HelpSystem
-
Checks all types of help with the given key
- 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.
- getDescriptions() - Method in class descriptionfiles.DescSection
-
- getDescriptionType() - Method in class descriptionfiles.Description
-
- getDescText(DescSourceType) - Method in class descriptionfiles.Description
-
- getDescText(XMLEventReader, Description, boolean) - Method in class descriptionfiles.DescriptionFile
-
- getDirection(boolean) - Method in interface graphana.graphs.visualization.drawmodifiers.EdgeArealData
-
- getDistance(Position2D) - Method in class graphana.model.mathobjects.Position2D
-
- 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
-
- 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(JGraphTWeightedStatusEdge) - 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 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.
- getEdgeStatus(JGraphTWeightedStatusEdge) - 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.dotloader.parser.DotReader
-
- getEdgeWeight() - Method in class graphloaders.dotloader.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.
- 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
-
- getEndPoint() - Method in class graphana.model.MetaEdge
-
- getEndPosition() - Method in interface graphana.graphs.visualization.drawmodifiers.EdgeArealData
-
- 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
-
- 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
-
- getErrorMessage() - Method in interface scriptinterface.execution.ExecuterInterface
-
- getErrorPosition() - Method in interface scriptinterface.ReaderInterface
-
If an error occured while parsing, this method will afterwards return the position of the error.
- getExecuter() - Method in class graphana.script.bindings.basictypes.ExecuterCallData
-
- getExecutionError() - Method in exception graphana.model.GraphanaRuntimeException
-
- getExecutionTime() - Method in class graphana.operationsystem.GraphanaThread
-
- 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.
- 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
-
- 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.
- getFillColor() - Method in interface graphana.graphs.visualization.output.GraphOutputFillColor
-
- getFillColor() - Method in class graphloaders.dotloader.attributes.GDotVertexAttributes
-
- getFinishType() - Method in class graphana.operationsystem.GraphanaThread
-
- getFirst() - Method in class graphana.util.QuickList
-
Returns the first element in this list.
- getFirst() - Method in class graphana.util.QuickList2
-
Returns the first element in this list.
- getFirstEntry() - Method in class graphana.util.QuickList2
-
- getFirstValueIndex() - Method in class graphana.model.Histogram
-
- getFloatArg(int) - Method in class graphana.operationsystem.OperationArguments
-
Returns the argument with the given index beginning at zero as a Float.
- getFont() - Method in interface graphana.graphs.visualization.output.GraphOutputFont
-
- getFont() - Method in class graphloaders.dotloader.attributes.GDotAttributes
-
- getFontColor() - Method in class graphana.graphs.defaultstates.StatusDeleted
-
- getFontColor() - Method in interface graphana.graphs.visualization.output.GraphOutputFontColor
-
- getFontColor() - Method in class graphloaders.dotloader.attributes.GDotAttributes
-
- getGivenArgNr() - Method in class scriptinterface.execution.returnvalues.ExecutionWrongArgCount
-
- getGlobalEdgeAttributes(boolean) - Method in class graphloaders.dotloader.parser.DotReadLevel
-
- getGlobalEdgeAttributesCopy(boolean) - Method in class graphloaders.dotloader.parser.DotReadLevel
-
- getGlobalVertexAttributes(boolean) - Method in class graphloaders.dotloader.parser.DotReadLevel
-
- getGlobalVertexAttributesCopy(boolean) - Method in class graphloaders.dotloader.parser.DotReadLevel
-
- 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.
- getGraphArg(int) - Method in class graphana.operationsystem.OperationArguments
-
Returns the argument with the given index beginning at zero as a GraphLibrary.
- 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.
- getHash() - Method in class graphloaders.dotloader.parser.DotReadLevel
-
- getHeight() - Method in class graphana.graphs.visualization.drawmodifiers.CycleShape
-
- getHeight() - Method in class graphana.graphs.visualization.drawmodifiers.VertexFixedSizeShape
-
- getHelpAsExecReturn(MainControl, String, DescSourceType) - Static method in class graphana.model.HelpSystem
-
- getHistogramArg(int) - Method in class graphana.operationsystem.OperationArguments
-
Returns the argument with the given index beginning at zero as a Histogram.
- getHyperRef(String, DescriptionType) - Static method in class descriptionfiles.DescriptionFile
-
- getId() - Method in class graphana.graphs.defaultstates.StatusId
-
- getId() - Method in class scriptinterface.ScriptType
-
Returns the (unique) id of the type.
- getIdent() - Method in class graphana.script.bindings.basicops.GrOpIdentifier
-
- getIdent() - Method in class graphloaders.dotloader.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 interface scriptinterface.Index
-
Returns the index.
- 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
-
- getInitialMaxDegree() - Method in class graphana.util.DegreeLists
-
Returns the maximum degree of the graph when the list was created.
- getInnerError() - Method in class scriptinterface.execution.returnvalues.ExecutionStackError
-
- getInputHistory() - Method in class graphana.UserInterface
-
Returns the users input history.
- getInputKey() - Method in exception graphana.model.GraphanaRuntimeException
-
- 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 scriptinterface.execution.CallMetadata
-
Returns the input key of the call.
- getInputKey() - Method in exception scriptinterface.ParseExceptionInterface
-
- getInputStreamFile() - Method in class graphana.MainControl
-
Returns the current input stream file.
- 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
-
- getIterArg(int) - Method in class graphana.operationsystem.OperationArguments
-
Returns the argument with the given index beginning at zero as an IterableAndSize.
- getKey() - Method in class descriptionfiles.Description
-
- getKey() - Method in class graphana.script.execution.ExecutionKeyExists
-
- 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.
- 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.dotloader.attributes.GDotAttributes
-
- getLabelPosition(Position2D, EdgeArealData, boolean) - Method in class graphana.graphs.visualization.drawmodifiers.EdgeStroke
-
- 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.
- getLastError() - Method in class system.GraphanaAccess
-
Returns the last error that occurred.
- getLayoutKeys() - Method in interface graphana.graphs.visualization.GraphVisualizer
-
Enables iterating over all layout keys of the visualizer.
- 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 class scriptinterface.SourcePosition
-
Returns the line.
- getLinebreak(DescSourceType) - Static method in class graphana.model.HelpSystem
-
- getLocalDotAttributes() - Method in class graphloaders.dotloader.parser.DotReader
-
- getLocalEdgeWeight() - Method in class graphloaders.dotloader.parser.DotReader
-
- getLoopInAngle() - Method in interface graphana.graphs.visualization.drawmodifiers.LoopArealData
-
- getLoopInRadius() - Method in interface graphana.graphs.visualization.drawmodifiers.LoopArealData
-
- getLoopLabelPosition(Position2D, LoopArealData, boolean) - Method in class graphana.graphs.visualization.drawmodifiers.EdgeStroke
-
- getLoopLabelPosition(Position2D, LoopArealData, boolean) - Method in class graphana.graphs.visualization.drawmodifiers.StraightEdgeStroke
-
- getLoopOutAngle() - Method in interface graphana.graphs.visualization.drawmodifiers.LoopArealData
-
- getLoopOutRadius() - Method in interface graphana.graphs.visualization.drawmodifiers.LoopArealData
-
- getLowerBound() - Method in class graphana.model.Bounds
-
- 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 system.GraphanaAccess
-
Returns the main control of Graphana which enables lower level access.
- 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.
- getMarkedEdgeCount() - Method in class graphana.graphs.GraphLibrary
-
Returns the number of edges which are marked as deleted.
- getMarkedVertexCount() - Method in class graphana.graphs.GraphLibrary
-
Returns the number of vertices which are marked as deleted.
- getMaxDegree() - Method in class graphana.util.DegList
-
Returns the maximum degree of the graph.
- getMaxDegree() - Method in class graphana.util.DegList2
-
Returns the maximum degree of the graph.
- getMaxDegree() - Method in class graphana.util.DegreeQuickLists
-
Returns the maximum degree of the graph.
- getMaxDegree() - Method in class graphana.util.SlowDegreeLists
-
Returns the maximum degree of the graph.
- 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.
- 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
-
- getMinArgumentCount() - Method in class scriptinterface.ParameterTuple
-
Returns the minimum number of arguments a caller has to pass.
- getMinDegree() - Method in class graphana.util.DegList
-
Returns the minimum degree of the graph.
- getMinDegree() - Method in class graphana.util.DegList2
-
Returns the minimum degree of the graph.
- getMinDegree() - Method in class graphana.util.DegreeLists
-
Returns the minimum degree of the graph.
- getMinDegree() - Method in class graphana.util.DegreeQuickLists
-
Returns the minimum degree of the graph.
- getMinDegree() - Method in class graphana.util.SlowDegreeLists
-
Returns the minimum degree of the graph.
- getName() - Method in class descriptionfiles.DescSection
-
- 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 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.
- 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
-
- 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.
- getObjectArg(int) - Method in class graphana.operationsystem.OperationArguments
-
Returns the argument with the given index beginning at zero as an Object.
- 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
-
- getOperationDescriptionString(MainControl, String, DescSourceType, boolean, boolean) - Static method in class graphana.model.HelpSystem
-
- 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.
- getOperationSet() - Method in class graphana.MainControl
-
Returns the operation set which contains all registered operations.
- getOperationThread() - Method in class graphana.UserInterface
-
- 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
-
- getOutputStreamFile() - Method in class graphana.MainControl
-
Returns the current output stream file.
- getParamCount(boolean) - Method in class scriptinterface.ParameterTuple
-
Returns the number of parameters.
- getParameterList(SignatureInterface, DescSourceType) - Static method in class graphana.model.HelpSystem
-
- getParameterNames() - Method in class scriptinterface.ParameterTuple
-
Returns the names of the parameters as an array.
- getParameters() - Method in class graphana.operationsystem.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.
- 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.
- getParseSystem() - Method in class graphana.script.bindings.GraphanaScriptScope
-
- getParseSystem() - Static method in class graphloaders.dotloader.DotLoader
-
- getParseSystem() - Method in class scriptinterface.execution.ExecutionScope
-
- getPos() - Method in exception scriptinterface.ParseExceptionInterface
-
- getPosition() - Method in interface graphana.graphs.visualization.output.GraphOutputPosition
-
- getPosition() - Method in class graphloaders.dotloader.attributes.GDotVertexAttributes
-
- getPosition() - Method in interface scriptinterface.ReaderInterface
-
- getPrimaryColor() - Method in class graphloaders.dotloader.attributes.GDotAttributes
-
- getProgressSender() - Method in class graphana.UserInterface
-
- getReadStack() - Method in class graphloaders.dotloader.parser.DotReader
-
- getReadStackTopElem() - Method in class graphloaders.dotloader.parser.DotReader
-
- 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
-
- getReturnValue() - Method in class scriptinterface.DefaultSignature
-
Returns the return type of the signature.
- 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".
- getScale() - Method in interface graphana.graphs.visualization.drawmodifiers.VertexArealData
-
- getScriptConstantRepresentation() - Method in class graphana.script.bindings.basictypes.GHistogram
-
- getScriptConstantRepresentation() - Method in class graphana.script.bindings.basictypes.GVertex
-
- 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.GMacro
-
- 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.
- getScriptSignatures() - Method in class graphana.MainControl
-
Returns all registered script signatures.
- getScriptSystem() - Method in class graphana.MainControl
-
Returns the script system of the main control.
- getScriptTimeout() - Method in class graphana.MainControl
-
Returns the maximum script execution time.
- getScriptType(String) - Method in interface scriptinterface.ScriptSystemInterface
-
Returns the script type associated with the given type key.
- getSearchNode() - Method in class graphana.script.bindings.visualization.VertexNodeHolder
-
- getSection() - Method in class descriptionfiles.Description
-
- getSection(String) - Method in class descriptionfiles.DescriptionFiles
-
- getSection(String) - Static method in class graphana.model.HelpSystem
-
- getSectionAsExecReturn(MainControl, String, DescSourceType, boolean) - Static method in class graphana.model.HelpSystem
-
- getSectionFile(String) - Static method in class graphana.model.HelpSystem
-
- getSectionListAsExecReturn(MainControl, String, DescSourceType) - Static method in class graphana.model.HelpSystem
-
- getSectionListAsString(MainControl, String, DescSourceType) - Static method in class graphana.model.HelpSystem
-
- 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 graphana.script.bindings.basicops.GrOpConstEdge
-
- getSign() - Method in class graphana.script.bindings.basicops.GrOpIdentifier
-
- getSign() - Method in class scriptinterface.defaulttypes.GMacro
-
- 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 graphana.script.bindings.basicops.GrOpConstEdge
-
- getSize() - Method in class scriptinterface.defaulttypes.GArray
-
- 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.
- getStartLinePosition() - Method in interface graphana.graphs.visualization.drawmodifiers.EdgeArealData
-
- getStartPoint() - Method in class graphana.model.MetaEdge
-
- getStartPosition() - Method in interface graphana.graphs.visualization.drawmodifiers.EdgeArealData
-
- 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
-
- 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.JGraphTWeightedStatusEdge
-
- getStatus() - Method in class libraries.libtw.LibTWEdge
-
- getStatus() - Method in class libraries.libtw.LibTWVertex
-
- 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.
- getStringEnd() - Method in class global.ExtractedString
-
Returns the position of the end of the extraction.
- 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 class scriptinterface.DefaultSignature
-
- getStringRepresentation() - Method in class scriptinterface.defaulttypes.GFile
-
- getStringRepresentation() - Method in class scriptinterface.defaulttypes.GFiles
-
- 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
-
- getStringRepresentation() - Method in class scriptinterface.ScriptType
-
- getStringRepresentation() - Method in class scriptinterface.SourcePosition
-
- 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.
- 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.dotloader.parser.DotReader
-
- getText(String, Object) - Method in class graphana.graphs.defaultstates.StatusFullText
-
- getText() - Method in class graphana.graphs.defaultstates.StatusId
-
- getText() - Method in class graphana.graphs.defaultstates.StatusText
-
- getText(String, Object) - Method in interface graphana.graphs.visualization.output.GraphOutputFullText
-
- 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.dotloader.attributes.GDotAttributes
-
- getText() - Method in class scriptinterface.defaulttypes.GArray
-
- getText() - Method in class scriptinterface.defaulttypes.GBoolean
-
- getText() - Method in class scriptinterface.defaulttypes.GFile
-
- getText() - Method in class scriptinterface.defaulttypes.GFloat
-
- 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.GMacro
-
- 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.
- getTextVariables() - Method in class descriptionfiles.DescriptionFiles
-
- getTimeout() - Method in class graphana.script.execution.ExecutionTimeout
-
- getTop() - Method in class graphana.model.InputHistory
-
- 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.
- 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.dotloader.attributes.GDotEdgeAttributes
-
- getType() - Method in class graphloaders.dotloader.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.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.GInteger
-
- getType() - Method in class scriptinterface.defaulttypes.GIterable
-
- getType() - Method in class scriptinterface.defaulttypes.GList
-
- getType() - Method in class scriptinterface.defaulttypes.GMacro
-
- 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.
- 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.GMacro
-
- 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
-
- 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
-
- getUserInterface() - Method in class graphana.MainControl
-
Returns the user interface which handles user input and output.
- getUserInterface() - Method in class system.GraphanaAccess
-
Returns the programs user interface.
- getValue(int) - 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.dotloader.attributes.GDotAttributes
-
- 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.GFile
-
- getValue() - Method in class scriptinterface.defaulttypes.GFiles
-
- getValue() - Method in class scriptinterface.defaulttypes.GFloat
-
- 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.GMacro
-
- 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.
- 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.
- 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.dotloader.parser.DotReadLevel
-
- 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.DegList
-
Returns the number of vertices.
- getVertexCount() - Method in class graphana.util.DegList2
-
Returns the number of vertices.
- getVertexCount() - Method in class graphana.util.DegreeLists
-
Returns the number of vertices.
- getVertexCount() - Method in class graphana.util.DegreeQuickLists
-
Returns the number of vertices.
- getVertexCount() - Method in class graphana.util.SlowDegreeLists
-
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
-
- 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.
- getVertexDegree(VertexType) - Method in class graphana.util.DegreeQuickLists
-
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.
- 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.dotloader.parser.DotReadLevel
-
- getVertices() - Method in class libraries.jgrapht.JGraphTLib
-
- getVertices() - Method in class libraries.jung.JungLib
-
- getVertices() - Method in class libraries.libtw.LibTW
-
- getVisInstanceByKey(String) - Method in class graphana.graphs.visualization.VisualizationManager
-
Returns the visualizer associated with the given key.
- 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.
- getVisualizers() - Method in class graphana.graphs.visualization.VisualizationManager
-
Enables iteration over all registered visualizers.
- 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 libraries.libtw.LibTWEdge
-
- getWidth() - Method in class graphana.graphs.visualization.drawmodifiers.CycleShape
-
- getWidth() - Method in class graphana.graphs.visualization.drawmodifiers.VertexFixedSizeShape
-
- getX() - Method in interface graphana.graphs.visualization.drawmodifiers.VertexArealData
-
- getX() - Method in class graphana.model.mathobjects.PairD
-
- getX() - Method in class graphana.model.mathobjects.Position2F
-
- getY() - Method in interface graphana.graphs.visualization.drawmodifiers.VertexArealData
-
- getY() - Method in class graphana.model.mathobjects.PairD
-
- getY() - Method in class graphana.model.mathobjects.Position2F
-
- getZoom() - Method in interface graphana.graphs.visualization.drawmodifiers.ProjectionPlane
-
- 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() - 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
-
- 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
-
- GMacro - Class in scriptinterface.defaulttypes
-
Script type wrapper for String.
- GMacro(String) - Constructor for class scriptinterface.defaulttypes.GMacro
-
- GMacro() - Constructor for class scriptinterface.defaulttypes.GMacro
-
- 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
-
- 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.output - package graphana.graphs.visualization.output
-
- graphana.model - package graphana.model
-
- graphana.model.mathobjects - package graphana.model.mathobjects
-
- 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
-
- GraphanaAccess(UserInterface, GraphanaScriptSystemInterface) - Constructor for class system.GraphanaAccess
-
- GraphanaAccess() - Constructor for class system.GraphanaAccess
-
- 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
-
- GraphanaParser - Class in graphana.script.bindings
-
- GraphanaParser(TokenSet, GraphanaScriptSystem, String) - Constructor for class graphana.script.bindings.GraphanaParser
-
- GraphanaRuntimeException - Exception in graphana.model
-
- GraphanaRuntimeException(ExecutionError, String) - Constructor for exception graphana.model.GraphanaRuntimeException
-
- GraphanaRuntimeException(ExecutionError) - Constructor for exception graphana.model.GraphanaRuntimeException
-
- GraphanaRuntimeException(String) - Constructor for exception graphana.model.GraphanaRuntimeException
-
- 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
-
- GraphanaThread(MainControl) - Constructor for class graphana.operationsystem.GraphanaThread
-
- GraphConfiguration - Class in graphana.model
-
Gathers the graph properties 'directed', 'weighted' and 'force simple'
- GraphConfiguration(boolean, boolean, boolean) - Constructor for class graphana.model.GraphConfiguration
-
Creates a new graph configuration with the given properties
- graphCreated() - Method in interface graphana.graphs.GraphListener
-
Called whenever the graph was created (e.g. with createGraph, loadGraph etc.).
- graphIsDirected(Object) - Method in class libraries.jgrapht.JGraphTLib
-
- graphIsWeighted(Object) - Method in class libraries.jgrapht.JGraphTLib
-
- 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.
- 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
-
- GraphLoader() - Constructor for class graphloaders.GraphLoader
-
- graphloaders - package graphloaders
-
- graphloaders.dotloader - package graphloaders.dotloader
-
- graphloaders.dotloader.actions - package graphloaders.dotloader.actions
-
- graphloaders.dotloader.attributes - package graphloaders.dotloader.attributes
-
- graphloaders.dotloader.parser - package graphloaders.dotloader.parser
-
- graphloaders.dotloader.tokens - package graphloaders.dotloader.tokens
-
- graphloaders.dotloader.tokens.factories - package graphloaders.dotloader.tokens.factories
-
- graphModified() - Method in class graphana.graphs.GraphLibrary
-
Informs the GraphLibrary that the graph was notified.
- GraphOperation - Class in graphana.operationsystem
-
- GraphOperation() - Constructor for class graphana.operationsystem.GraphOperation
-
- GraphOutputContourColor - Interface in graphana.graphs.visualization.output
-
- GraphOutputEdgeArrow - Interface in graphana.graphs.visualization.output
-
- GraphOutputEdgeStroke - Interface in graphana.graphs.visualization.output
-
- GraphOutputFillColor - Interface in graphana.graphs.visualization.output
-
- GraphOutputFont - Interface in graphana.graphs.visualization.output
-
- GraphOutputFontColor - Interface in graphana.graphs.visualization.output
-
- GraphOutputFullText - Interface in graphana.graphs.visualization.output
-
- GraphOutputPosition - Interface in graphana.graphs.visualization.output
-
- GraphOutputVertexShape - Interface in graphana.graphs.visualization.output
-
- 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
-
- GREEN - Static variable in class scriptinterface.defaulttypes.GColor
-
- 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
-
- 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.GrFacApplication() - Constructor for class graphana.script.bindings.basicops.GrOpGroupBasics.GrFacApplication
-
- GrOpGroupBasics.GrFacConstVertex - Class in graphana.script.bindings.basicops
-
- GrOpGroupBasics.GrFacConstVertex() - Constructor for class graphana.script.bindings.basicops.GrOpGroupBasics.GrFacConstVertex
-
- GrOpGroupBasics.GrFacDefined - Class in graphana.script.bindings.basicops
-
- GrOpGroupBasics.GrFacDefined() - Constructor for class graphana.script.bindings.basicops.GrOpGroupBasics.GrFacDefined
-
- GrOpGroupBasics.GrFacForEach - Class in graphana.script.bindings.basicops
-
- GrOpGroupBasics.GrFacForEach() - Constructor for class graphana.script.bindings.basicops.GrOpGroupBasics.GrFacForEach
-
- GrOpGroupBasics.GrOpDefined - Class in graphana.script.bindings.basicops
-
- GrOpGroupBasics.GrOpDefined(String) - Constructor for class graphana.script.bindings.basicops.GrOpGroupBasics.GrOpDefined
-
- GrOpGroupBasics.GrOpPostfixDecrease - Class in graphana.script.bindings.basicops
-
- GrOpGroupBasics.GrOpPostfixDecrease() - Constructor for class graphana.script.bindings.basicops.GrOpGroupBasics.GrOpPostfixDecrease
-
- GrOpGroupBasics.GrOpPostfixIncrease - Class in graphana.script.bindings.basicops
-
- GrOpGroupBasics.GrOpPostfixIncrease() - Constructor for class graphana.script.bindings.basicops.GrOpGroupBasics.GrOpPostfixIncrease
-
- GrOpGroupBasics.GrOpPrefixDecrease - Class in graphana.script.bindings.basicops
-
- GrOpGroupBasics.GrOpPrefixDecrease() - Constructor for class graphana.script.bindings.basicops.GrOpGroupBasics.GrOpPrefixDecrease
-
- GrOpGroupBasics.GrOpPrefixIncrease - Class in graphana.script.bindings.basicops
-
- GrOpGroupBasics.GrOpPrefixIncrease() - Constructor for class graphana.script.bindings.basicops.GrOpGroupBasics.GrOpPrefixIncrease
-
- GrOpGroupBasics.OpTryCatch - Class in graphana.script.bindings.basicops
-
- GrOpGroupBasics.OpTryCatch(String) - Constructor for class graphana.script.bindings.basicops.GrOpGroupBasics.OpTryCatch
-
- GrOpGroupBasics.TryCatchFactory - Class in graphana.script.bindings.basicops
-
- GrOpGroupBasics.TryCatchFactory(boolean) - Constructor for class graphana.script.bindings.basicops.GrOpGroupBasics.TryCatchFactory
-
- 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
-
- 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
-
- 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
-