A B C D E F G H I J L M N O P Q R S T U V W Y 

A

action(GraphLibrary<VertexType, EdgeType>, DotReader) - Method in class graphloaders.dotloader.actions.AddEdgesAction
 
action(GraphLibrary<VertexType, EdgeType>, DotReader) - Method in class graphloaders.dotloader.actions.AddVertexAction
 
action(DotReader) - Method in class graphloaders.dotloader.actions.AttributeListActions.AddAttrAction
 
action(GraphLibrary<VertexType, EdgeType>, DotReader) - Method in class graphloaders.dotloader.actions.AttributeListActions.BeginGlobalAttrListAction
 
action(GraphLibrary<VertexType, EdgeType>, DotReader) - Method in class graphloaders.dotloader.actions.AttributeListActions.BeginLocalAttrListAction
 
action(GraphLibrary<VertexType, EdgeType>, DotReader) - Method in class graphloaders.dotloader.actions.AttributeListActions.EndGlobalAttrListAction
 
action(GraphLibrary<VertexType, EdgeType>, DotReader) - Method in class graphloaders.dotloader.actions.BeginSetAction
 
action(GraphLibrary<VertexType, EdgeType>, DotReader) - Method in class graphloaders.dotloader.actions.CreateGraphAction
 
action(DotReader) - Method in class graphloaders.dotloader.actions.DeleteTokenAction
 
action(DotReader) - Method in class graphloaders.dotloader.actions.EdgesStartAction
 
action(GraphLibrary<VertexType, EdgeType>, DotReader) - Method in class graphloaders.dotloader.actions.EndSetAction
 
action(GraphLibrary<VertexType, EdgeType>, DotReader) - Method in class graphloaders.dotloader.actions.SetGraphNameAction
 
action(GraphLibrary<VertexType, EdgeType>, DotReader) - Method in class graphloaders.dotloader.parser.DotGraphAction
 
action(DotReader) - Method in class graphloaders.dotloader.parser.DotGraphAction
 
add(String, boolean, boolean) - Method in class graphana.model.InputHistory
 
add(String, boolean) - Method in class graphana.model.InputHistory
 
add(double, double) - Method in class graphana.model.mathobjects.PairD
 
add(Vector2D) - Method in class graphana.model.mathobjects.Position2D
 
add(E) - Method in class graphana.util.QuickList
Appends the specified element to the end of this list.
add(int, E) - Method in class graphana.util.QuickList
Inserts the specified element at the specified position in this list.
add(E, int) - Method in class graphana.util.QuickList2
Appends the specified element to the end of this list.
add(ExecutionResult<?>) - Method in class scriptinterface.defaulttypes.GSet
 
addAll(Collection<? extends E>) - Method in class graphana.util.QuickList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(int, Collection<? extends E>) - Method in class graphana.util.QuickList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addBefore(E, QuickList.Entry<E>) - Method in class graphana.util.QuickList
 
addBefore(QuickList.Entry<E>, QuickList.Entry<E>) - Method in class graphana.util.QuickList
 
addDockingVector(Position2D, Vector2D, DimensionD) - Method in class graphana.graphs.visualization.drawmodifiers.VertexShape
 
addEdge(VertexType, VertexType, double, Object) - Method in class graphana.graphs.GraphLibrary
Adds an edge into the graph or does nothing, if a respective edge already exists.
addEdge(VertexType, VertexType, double) - Method in class graphana.graphs.GraphLibrary
Adds an edge connecting the given vertices to the graph or does nothing if there is already an edge connecting the given vertices.
addEdge(VertexType, VertexType) - Method in class graphana.graphs.GraphLibrary
Calls addEdge(vertex1,vertex2,1).
addEdge(LibTWEdge) - Method in class libraries.libtw.LibTWVertex
 
addEdgeByIdent(String, String, boolean, double) - Method in class graphana.graphs.GraphLibrary
Adds an edge into the graph or does nothing, if a respective edge already exists.
AddEdgesAction - Class in graphloaders.dotloader.actions
Adds edges to the currently loaded graph.
AddEdgesAction(boolean, boolean) - Constructor for class graphloaders.dotloader.actions.AddEdgesAction
 
addFile(File) - Method in class scriptinterface.defaulttypes.GFiles
 
addFiles(File[]) - Method in class scriptinterface.defaulttypes.GFiles
 
addFiles(File, boolean) - Method in class scriptinterface.defaulttypes.GFiles
 
addFiles(String, boolean) - Method in class scriptinterface.defaulttypes.GFiles
 
addFirst(E) - Method in class graphana.util.QuickList
Inserts the specified element at the beginning of this list.
addFirst(QuickList.Entry<E>) - Method in class graphana.util.QuickList
 
addGraphLibrary(Class<? extends GraphLibrary<?, ?>>) - Method in class graphana.graphs.GraphLibManager
Registers a new GraphLibrary.
addGraphListener(GraphListener<VertexType, EdgeType>) - Method in class graphana.graphs.GraphLibrary
Adds a graph listener to the graph.
addLast(E) - Method in class graphana.util.QuickList
Appends the specified element to the end of this list.
addOperation(Operation) - Method in class graphana.operationsystem.OperationSet
Registers an operation in the program so the user can call it.
addOperations(OperationGroup) - Method in class graphana.operationsystem.OperationSet
Registers every operation of the given operation group.
addToGraph(GraphLibrary<VertexType, ?>) - Method in class graphana.model.MetaEdge
 
addToGraph(GraphLibrary<VertexType, ?>) - Method in class graphana.model.MetaWeightedEdge
 
addToSection(String, Description) - Method in class descriptionfiles.DescriptionFiles
 
addVertex(String, boolean, Object) - Method in class graphana.graphs.GraphLibrary
Creates a vertex with the given identifier and inserts it into the graph.
addVertex(String, boolean) - Method in class graphana.graphs.GraphLibrary
Creates a vertex with the given identifier and inserts it into the graph.
addVertex() - Method in class graphana.graphs.GraphLibrary
Creates a vertex with a generated identifier and inserts it into the graph.
addVertex(String) - Method in class graphana.graphs.GraphLibrary
Creates a new vertex with the given identifier and inserts it into the graph.
addVertex(VertexType) - Method in class graphana.util.DegList
 
addVertex(String, Object) - Method in class graphloaders.dotloader.parser.DotReadLevel
 
AddVertexAction - Class in graphloaders.dotloader.actions
 
AddVertexAction() - Constructor for class graphloaders.dotloader.actions.AddVertexAction
 
addVisualizer(GraphVisualizer) - Method in class graphana.graphs.visualization.VisualizationManager
Registers a new visualizer to the program.
ALGODIR - Static variable in class graphana.operationsystem.OperationGroup
 
AlgoEdgeWeightSum - Class in frameworksamples
 
AlgoEdgeWeightSum() - Constructor for class frameworksamples.AlgoEdgeWeightSum
 
algorithmMessage(String, String) - Method in class graphana.UserInterface
Within algorithm visualization, this method outputs the given message to the user.
algorithmOutputStep(String, String) - Method in class graphana.UserInterface
Refreshes the algorithm output associated with the given key and blocks, until the user wishes to continue.
algorithmOutputStep(String) - Method in class graphana.UserInterface
Calls algorithmOutputStep(titleKey,null)
allLibsCompatible() - Method in class graphana.operationsystem.GraphOperation
Tells whether or not this graph operation can be called with any graph library.
ANY - Static variable in interface scriptinterface.ScriptSystemInterface
 
append(String, String) - Method in class descriptionfiles.Description
Appends the two given strings each to the plain version and to the latex version.
append(String) - Method in class descriptionfiles.Description
 
append(Object) - Method in class global.ListString
Appends the string representation of the given object to the result string.
append(String, Object) - Method in class global.ListString
Appends the given key and the given object separated by the key-value-separator.
append(E, int) - Method in class graphana.util.QuickList2
 
appendAsLatex(String) - Method in class descriptionfiles.Description
Appends the given string to the latex version of the description.
appendAsPlain(String) - Method in class descriptionfiles.Description
Appends the given string to the plain version of the description.
apply(MainControl, String, ExecutionResult[], ExecuterTreeElem<?, ?>) - Static method in class graphana.script.bindings.basicops.GrOpApplication
 
asBoolean() - Method in class scriptinterface.defaulttypes.GBoolean
 
asBoolean() - Method in class scriptinterface.defaulttypes.GFloat
 
asBoolean() - Method in class scriptinterface.defaulttypes.GInteger
 
asBoolean() - Method in interface scriptinterface.defaulttypes.ToBoolean
Casts the value to boolean.
asConfigurated(Option, Option, Option) - Method in class graphana.graphs.GraphLibrary
 
asDouble() - Method in class scriptinterface.defaulttypes.GFloat
 
asFloat() - Method in class global.ExtractedString
Returns the extracted string as a float.
asFloat() - Method in class scriptinterface.defaulttypes.GBoolean
 
asFloat() - Method in class scriptinterface.defaulttypes.GFloat
 
asFloat() - Method in class scriptinterface.defaulttypes.GInteger
 
asFloat() - Method in interface scriptinterface.defaulttypes.ToFloat
Casts the value to float.
asInteger() - Method in class global.ExtractedString
Returns the extracted string as an integer.
asInteger() - Method in class scriptinterface.defaulttypes.GBoolean
 
asInteger() - Method in class scriptinterface.defaulttypes.GFloat
 
asInteger() - Method in class scriptinterface.defaulttypes.GInteger
 
asInteger() - Method in interface scriptinterface.defaulttypes.ToInteger
Casts the value to int.
assignmentToString(String, String) - Method in class graphana.script.GraphanaDefaultScriptSystem
 
assignmentToString(String, String) - Method in interface scriptinterface.ScriptSystemInterface
Returns an assignment in valid script syntax.
AttributeListActions - Class in graphloaders.dotloader.actions
 
AttributeListActions() - Constructor for class graphloaders.dotloader.actions.AttributeListActions
 
AttributeListActions.AddAttrAction - Class in graphloaders.dotloader.actions
 
AttributeListActions.AddAttrAction(boolean) - Constructor for class graphloaders.dotloader.actions.AttributeListActions.AddAttrAction
 
AttributeListActions.BeginGlobalAttrListAction - Class in graphloaders.dotloader.actions
 
AttributeListActions.BeginGlobalAttrListAction(ElemType) - Constructor for class graphloaders.dotloader.actions.AttributeListActions.BeginGlobalAttrListAction
 
AttributeListActions.BeginLocalAttrListAction - Class in graphloaders.dotloader.actions
 
AttributeListActions.BeginLocalAttrListAction(ElemType) - Constructor for class graphloaders.dotloader.actions.AttributeListActions.BeginLocalAttrListAction
 
AttributeListActions.EndGlobalAttrListAction - Class in graphloaders.dotloader.actions
 
AttributeListActions.EndGlobalAttrListAction() - Constructor for class graphloaders.dotloader.actions.AttributeListActions.EndGlobalAttrListAction
 
attributesToListString() - Method in class graphloaders.dotloader.attributes.GDotAttributes
 
A B C D E F G H I J L M N O P Q R S T U V W Y