- MacroItem - Class in view.menuutil
-
An item which is specialized to hold and execute a Graphana statement together with some Graphana type parameters.
- MacroItem(String, ParameterTuple, String, ArgumentsPanelSettings) - Constructor for class view.menuutil.MacroItem
-
Creates an instance.
- MacroMenu - Class in view.menuutil
-
Sub menu consisting of macro items.
- MacroMenu(String, GraphanaMainMenu, ArgumentComponentManager, ArgumentsPanelSettings) - Constructor for class view.menuutil.MacroMenu
-
Creates an instance.
- main(String[]) - Static method in class frameworksamples.FrameworkAddAlgo
-
- main(String[]) - Static method in class frameworksamples.FrameworkErrorHandling
-
- main(String[]) - Static method in class frameworksamples.FrameworkInit
-
- main(String[]) - Static method in class frameworksamples.FrameworkSimple
-
- main(String[]) - Static method in class frameworksamples.FrameworkTestAlgo
-
- main(String[]) - Static method in class frameworksamples.ScriptMain
-
- main(String[]) - Static method in class system.GraphanaMain
-
- MainControl - Class in graphana
-
The main control of Graphana.
- MainControl(UserInterface, GraphanaScriptSystemInterface) - Constructor for class graphana.MainControl
-
The constructor needs a user interface to do user output and input and a script system in which the script
language is implemented.
- mainControl - Variable in class graphana.operationsystem.GraphanaThread
-
- mainControl - Variable in class graphana.operationsystem.OperationArguments
-
- mainControl - Variable in class graphana.script.bindings.GraphanaScriptSystem
-
- mainControl - Variable in class view.argumentcomponents.ArgumentExecuted
-
- mainControl - Variable in class view.defaultargumentcomponents.ArgumentComponentComboBox
-
- mainControl - Variable in class view.menuutil.GraphanaMenu
-
- mainLoop() - Method in class graphana.UserInterface
-
Starts the user interaction.
- mainLoop() - Method in class graphana.UserInterface.NullUserInterface
-
- mainLoop() - Method in class view.userinterfaces.ConsoleInteraction
-
The main console interaction loop which repeatedly awaits user inputs and executes them.
- mainLoop() - Method in class view.userinterfaces.GUIUserInterface
-
- mainMenu - Variable in class view.menuutil.MacroMenu
-
- MainMenuListener - Interface in view.menuutil.keymainmenu
-
A listener for menus.
- mainPanel - Variable in class view.guicomponents.SubDialog
-
- markEdgeAsDeleted(EdgeType) - Method in class graphana.graphs.GraphLibrary
-
Sets the status of the given edge to deleted.
- markIfError - Variable in class view.argumentcomponents.ArgumentComponent
-
- MarkInfo - Class in graphana.model.string
-
- MarkInfo(int, int) - Constructor for class graphana.model.string.MarkInfo
-
- markVertexAsDeleted(VertexType, boolean) - Method in class graphana.graphs.GraphLibrary
-
Sets the status of the given vertex to deleted.
- match(int) - Method in class operations.graphoperations.algorithms.AlgoCVDHeuristic.P3
-
- MathOps - Class in global
-
Contains static mathematical operation methods
- MathOps() - Constructor for class global.MathOps
-
- Matrix(int, boolean) - Constructor for class operations.graphoperations.algorithms.AlgosDistances.Matrix
-
- maxComp(GraphLibrary<VertexType, EdgeType>) - Method in class operations.graphoperations.algorithms.AlgosConnectedComponents
-
- MaxComp() - Constructor for class operations.graphoperations.algorithms.AlgosConnectedComponents.MaxComp
-
- MaxCompSize() - Constructor for class operations.graphoperations.algorithms.AlgosConnectedComponents.MaxCompSize
-
- maxDelta(GraphLibrary<VertexType, EdgeType>) - Method in class operations.graphoperations.algorithms.AlgoFeedbackArcSet
-
- maxFlow(GraphLibrary<VertexType, EdgeType>, HashSet<String>, VertexType, VertexType, HashMap<String, String>) - Method in class operations.graphoperations.algorithms.AlgoConnectivity
-
- menuCanceled(MenuEvent) - Method in class view.fileset.GraphFilesFrame
-
- menuCanceled(MenuEvent) - Method in class view.guicomponents.mainmenu.OperationsMenu
-
- menuDeselected(MenuEvent) - Method in class view.fileset.GraphFilesFrame
-
- menuDeselected(MenuEvent) - Method in class view.guicomponents.mainmenu.OperationsMenu
-
- menuSelected(MenuEvent) - Method in class view.fileset.GraphFilesFrame
-
- menuSelected(MenuEvent) - Method in class view.guicomponents.mainmenu.OperationsMenu
-
- mergeFrom(GDotAttributes) - Method in class graphloaders.oldDotParser.attributes.GDotAttributes
-
- mergeFrom(GDotAttributes) - Method in class graphloaders.oldDotParser.attributes.GDotEdgeAttributes
-
- mergeFrom(GDotAttributes) - Method in class graphloaders.oldDotParser.attributes.GDotVertexAttributes
-
- mergeGraph(GraphLibrary<MVertexType, MEdgeType>) - Method in class graphana.graphs.GraphLibrary
-
Copies all vertices and edges of the given graph into this graph without
deleting it.
- MetaEdge<VertexType> - Class in graphana.model
-
A class storing a startpoint and an endpoint, independently, if these two vertices are really connected or not.
- MetaEdge(VertexType, VertexType) - Constructor for class graphana.model.MetaEdge
-
Creates an instance with the two given vertices
- metaEdgeToString(MetaEdge<VertexType>) - Method in class graphana.graphs.GraphLibrary
-
Returns a user-readable string representation of the given meta edge.
- MetaWeightedEdge<VertexType> - Class in graphana.model
-
Extends a meta edge by a weight.
- MetaWeightedEdge(VertexType, VertexType, double) - Constructor for class graphana.model.MetaWeightedEdge
-
Creates an instance with the given vertices and the given weight
- MetaWeightedEdge(VertexType, VertexType) - Constructor for class graphana.model.MetaWeightedEdge
-
Creates an instance with the two given vertices and a weight of 1
- METISLoader - Class in graphloaders
-
This class implements a graph parser for the METIS v.4.0 format with an extension for the 10th DIMACS Challenge.
- METISLoader() - Constructor for class graphloaders.METISLoader
-
- mLength - Variable in class graphana.model.string.MarkInfo
-
- modColor(float, Color, int) - Static method in class global.ColorOp
-
Returns the given Color modulated with the given brightness factor.
- modColor(float, Color) - Static method in class global.ColorOp
-
Returns the given Color modulated with the given brightness factor.
- modeNames - Static variable in class graphloaders.antlrDotParser.DOTLexer
-
- mouseClicked(MouseEvent) - Method in class view.fileset.GraphFilesTablePanel
-
- mouseEntered(MouseEvent) - Method in class view.fileset.GraphFilesTablePanel
-
- mouseExited(MouseEvent) - Method in class view.fileset.GraphFilesTablePanel
-
- mousePressed(MouseEvent) - Method in class view.fileset.GraphFilesTablePanel
-
- mouseReleased(MouseEvent) - Method in class view.fileset.GraphFilesTablePanel
-
- mPos - Variable in class graphana.model.string.MarkInfo
-
- multiplied(double) - Method in class graphana.model.mathobjects.Vector2D
-
Creates a new vector using x and y of this vector multiplied with the given value
- multiply(ExecutionResult<?>, ExecutionResult<?>, ScriptSystemInterface<?, ?>) - Static method in class genscript.defaultops.math.OpMultiplication
-
- multiply(float) - Method in class graphana.model.mathobjects.DimensionD
-
Multiplies the width and the height with the given factor
- multiply(double) - Method in class graphana.model.mathobjects.Vector2D
-
Multiplies x and y by the given factor