Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 

F

FALSE - Static variable in class scriptinterface.defaulttypes.GBoolean
 
fasGR(GraphLibrary<VertexType, EdgeType>, UserInterface) - Method in class operations.graphoperations.algorithms.AlgoFeedbackArcSet
 
FeedbackVertexSetGRASP<VertexType,EdgeType> - Class in operations.graphoperations.algorithms.feedbackvertexset
Computes the feedback vertex set using the GRASP algorithm from "A GREEDY RANDOMIZED ADAPTIVE SEARCH PROCEDURE FOR THE FEEDBACK VERTEX SET PROBLEM" by Pardalos et al.
FeedbackVertexSetGRASP(int, float, GreedyFunction) - Constructor for class operations.graphoperations.algorithms.feedbackvertexset.FeedbackVertexSetGRASP
 
FeedbackVertexSetMGA<VertexType,EdgeType> - Class in operations.graphoperations.algorithms.feedbackvertexset
Computes the feedback vertex set for undirected graphs using the algorithm of Bafna et al.
FeedbackVertexSetMGA(UserInterface) - Constructor for class operations.graphoperations.algorithms.feedbackvertexset.FeedbackVertexSetMGA
 
FileArgumentFactory - Class in view.defaultargumentcomponents
 
FileArgumentFactory(int, boolean, boolean) - Constructor for class view.defaultargumentcomponents.FileArgumentFactory
 
fileContentToString(File) - Static method in class global.FileOps
Reads the whole content of the given (text) file and returns it as a string.
fileContentToString(String) - Static method in class global.FileOps
Reads the whole content of the (text) file with the given filename.
FileFormat - Enum in graphloaders
Created by ks on 02/06/14.
FileFormats - Class in graphloaders
Created by ks on 02/06/14.
FileFormats() - Constructor for class graphloaders.FileFormats
 
FileLineIterator(File) - Constructor for class global.FileOps.FileLineIterator
Initializes iterating over the lines of the given file.
FileLineIterator(String) - Constructor for class global.FileOps.FileLineIterator
Initializes iterating over the lines of the file with the given filename.
fileLinesToList(File) - Static method in class global.FileOps
Creates and returns a list containing the lines of the given (text) file.
fileLinesToList(String) - Static method in class global.FileOps
Creates and returns a list containing the lines of the file with the given filename.
FileMenu - Class in view.guicomponents.mainmenu
The file menu of the Graphana GUI with concrete menu items.
FileMenu(GraphanaMainMenu, ArgumentComponentManager) - Constructor for class view.guicomponents.mainmenu.FileMenu
 
FileOps - Class in global
 
FileOps() - Constructor for class global.FileOps
 
FileOps.FileLineIterator - Class in global
Enables iterating line wise over a text file.
FileSetPopUp - Class in view.fileset
A GUI pop up that contains a GUI graph files list.
FileSetPopUp(MainControl) - Constructor for class view.fileset.FileSetPopUp
 
FilesToCFiles() - Constructor for class scriptinterface.defaulttypes.DefaultCasts.FilesToCFiles
 
FileTextField - Class in view.guicomponents
A Panel containing a text field and a load button to choose a file or multiple files.
FileTextField(String, int, boolean) - Constructor for class view.guicomponents.FileTextField
Creates an instance.
fileToByteArray(File) - Static method in class graphana.model.PluginLoader
Converts the whole content of a file into a byte array.
FileToExistingFile() - Constructor for class scriptinterface.defaulttypes.DefaultCasts.FileToExistingFile
 
fileToScriptReader(File) - Method in class genscript.TreeBuildingScriptSystem
 
fileToScriptReader(String) - Method in class genscript.TreeBuildingScriptSystem
 
fileToScriptReader(File) - Method in class graphana.script.bindings.GraphanaScriptSystem
 
fileToScriptReader(File) - Method in interface graphana.script.bindings.GraphanaScriptSystemInterface
 
fileToScriptReader(File) - Method in interface scriptinterface.ScriptSystemInterface
Creates a script reader from file content.
fileToScriptReader(String) - Method in interface scriptinterface.ScriptSystemInterface
Creates a script reader from file content.
FileToString() - Constructor for class scriptinterface.defaulttypes.DefaultCasts.FileToString
 
fillItems(GraphLibrary<VertexType, EdgeType>) - Method in class view.defaultargumentcomponents.VertexComboBox
 
fillZeros(long, int) - Static method in class global.StringOps
Returns a string representation of the given number in which a minimum string length is hold.
findCycle(GraphLibrary<VertexType, EdgeType>) - Method in class operations.graphoperations.algorithms.AlgoFeedbackArcSet
 
findCycle2(GraphLibrary<VertexType, EdgeType>) - Method in class operations.graphoperations.algorithms.AlgoFeedbackArcSet
 
findCycleFAS(GraphLibrary<VertexType, EdgeType>) - Method in class operations.graphoperations.algorithms.AlgoFeedbackArcSet
 
findDisjointCycle(DegreeLists<VertexType>, GraphLibrary<VertexType, EdgeType>) - Method in class operations.graphoperations.algorithms.AlgoFeedbackArcSet
 
findNode(BufferedReader, boolean) - Method in class genscript.parse.SearchGraph
 
findNode(String, boolean) - Method in class genscript.parse.SearchGraph
 
findP3() - Method in class operations.graphoperations.algorithms.AlgoCVDHeuristic.CVD
 
findPosition(GraphLibrary<VertexType, EdgeType>, VertexType) - Method in class operations.graphoperations.algorithms.AlgoFeedbackArcSet
 
finishAlgorithmOutput(String, String) - Method in class graphana.UserInterface
Finishes the algorithm output sequence associated with the given key.
finishAlgorithmOutput(String) - Method in class graphana.UserInterface
Calls finishAlgorithmOutput(titleKey,null)
FinishType - Enum in graphana.operationsystem
Status of a finished thread
finishType - Variable in class graphana.operationsystem.GraphanaThread
 
FixedEllipseShape - Class in visualizations.drawmodifiers
Ellipse shape with manually adjustable dimensions
FixedEllipseShape(double, double) - Constructor for class visualizations.drawmodifiers.FixedEllipseShape
Creates an ellipse shape with the to given radii
FixedEllipseShape() - Constructor for class visualizations.drawmodifiers.FixedEllipseShape
Creates an ellipse shape with x and y radii of 0.06 and 0.045
FixedRectShape - Class in visualizations.drawmodifiers
Rectangular shape with manually adjustable dimensions
FixedRectShape(double, double) - Constructor for class visualizations.drawmodifiers.FixedRectShape
Creates an instance with the given dimensions
FixedRectShape() - Constructor for class visualizations.drawmodifiers.FixedRectShape
Creates an instance with the x and y dimensions 0.06 and 0.045
FixedString - Class in graphana.model.string
A String that enables modification like appending and deleting without causing garbage collections
FixedString() - Constructor for class graphana.model.string.FixedString
Creates an instance without initializing anything
FixedString(int) - Constructor for class graphana.model.string.FixedString
Creates an instance with the given capacity
FlexibleTokenizer - Class in genscript.defaultreaders
 
FlexibleTokenizer(IndexReader) - Constructor for class genscript.defaultreaders.FlexibleTokenizer
 
floydWarshall(double[], GraphLibrary<VertexType, EdgeType>, Progress) - Method in class operations.graphoperations.algorithms.AlgoDiameter
 
FONT - Static variable in class view.guicomponents.OutputTextField
 
FONT_COLOR - Static variable in class view.guicomponents.OutputTextField
 
forceLoopFree() - Method in class graphana.graphs.GraphLibrary
Deletes all loops of the graph and disables inserting loops.
format - Variable in class scriptinterface.defaulttypes.GFile
 
FormatInfoFrame - Class in view.guicomponents
JDialog that contains information about Graphana as HTML output
FormatInfoFrame() - Constructor for class view.guicomponents.FormatInfoFrame
Creates an instance and builds the frame.
FormatToString() - Constructor for class scriptinterface.defaulttypes.DefaultCasts.FormatToString
 
FrameworkAddAlgo - Class in frameworksamples
 
FrameworkAddAlgo() - Constructor for class frameworksamples.FrameworkAddAlgo
 
FrameworkErrorHandling - Class in frameworksamples
 
FrameworkErrorHandling() - Constructor for class frameworksamples.FrameworkErrorHandling
 
FrameworkInit - Class in frameworksamples
 
FrameworkInit() - Constructor for class frameworksamples.FrameworkInit
 
frameworksamples - package frameworksamples
 
FrameworkSimple - Class in frameworksamples
 
FrameworkSimple() - Constructor for class frameworksamples.FrameworkSimple
 
FrameworkTestAlgo - Class in frameworksamples
 
FrameworkTestAlgo() - Constructor for class frameworksamples.FrameworkTestAlgo
 
fromVT - Variable in class operations.graphoperations.algorithms.AlgoCVDHeuristic.CVD
 
futureTask - Variable in class graphana.operationsystem.GraphanaThread
 
futureThread - Variable in class graphana.operationsystem.GraphanaThread
 
FutureThread() - Constructor for class graphana.operationsystem.GraphanaThread.FutureThread
 
fvs2APX(GraphLibrary<VertexType, EdgeType>) - Method in class operations.graphoperations.algorithms.AlgoFeedbackArcSet
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 
Skip navigation links