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

C

callEdgeRemovedWhenRemovingVertex() - Method in interface graphana.graphs.GraphListener
When a vertex is deleted, every incident edge is deleted, too.
CallMetadata - Class in scriptinterface.execution
Stores the meta data of a call.
CallMetadata(ReaderInterface, int) - Constructor for class scriptinterface.execution.CallMetadata
Constructs a new CallMetadata using the given source and the source position.
CallMetadataFactory - Interface in scriptinterface
Creates and provides CallMetadata of a call.
callToString(String, String) - Method in interface graphana.script.bindings.GraphanaScriptSystemInterface
 
callToString(String, String) - Method in class graphana.script.GraphanaDefaultScriptSystem
 
callToString(Vector<String>) - Method in class scriptinterface.ScriptCallSignature
Creates a statement in the syntax of the script system to call the script.
callToString(String, String) - Method in interface scriptinterface.ScriptSystemInterface
Returns a call in valid script syntax.
cast(ExecutionResult<?>) - Method in class scriptinterface.defaulttypes.DefaultCasts.AnyToArray
 
cast(ExecutionResult<?>) - Method in class scriptinterface.defaulttypes.DefaultCasts.AnyToSet
 
cast(ExecutionResult<?>) - Method in class scriptinterface.defaulttypes.DefaultCasts.AnyToString
 
cast(ExecutionResult<?>) - Method in class scriptinterface.defaulttypes.DefaultCasts.AnyToVector
 
cast(GFile) - Method in class scriptinterface.defaulttypes.DefaultCasts.FileToExistingFile
 
cast(GFile) - Method in class scriptinterface.defaulttypes.DefaultCasts.FileToString
 
cast(GInteger) - Method in class scriptinterface.defaulttypes.DefaultCasts.IntegerToDouble
 
cast(GInteger) - Method in class scriptinterface.defaulttypes.DefaultCasts.IntegerToPositiveInteger
 
cast(ExecutionResult<?>) - Method in class scriptinterface.defaulttypes.DefaultCasts.Iterables
 
cast(GSet) - Method in class scriptinterface.defaulttypes.DefaultCasts.SetToFiles
 
cast(GString) - Method in class scriptinterface.defaulttypes.DefaultCasts.StringToExistingFile
 
cast(GString) - Method in class scriptinterface.defaulttypes.DefaultCasts.StringToFile
 
cast(GString) - Method in class scriptinterface.defaulttypes.DefaultCasts.StringToFiles
 
cast(GVector) - Method in class scriptinterface.defaulttypes.DefaultCasts.VectorToFiles
 
cast(ExecutionResult<?>, ScriptType) - Method in interface scriptinterface.ScriptSystemInterface
Tries to cast the given value to the given type.
cast(FromType) - Method in class scriptinterface.TypeCast
Casts the given value to the output type.
charContained(char, char[], int) - Static method in class global.StringOps
Tells whether or not the given character is contained in the given array.
charContained(char, char[]) - Static method in class global.StringOps
Tells whether or not the given character is contained in the given array.
charInString(char, String) - Static method in class global.ConversionOps
Checks whether or not the given character is contained in the given string.
charset - Static variable in class global.StringOps
 
checkArgError(int, String[], String) - Static method in class system.GraphanaMain
Returns the string of the given string array at the given index.
checkCall(ExecutionReturn[]) - Method in class scriptinterface.ParameterTuple
Checks if the given evaluated arguments array contains arguments that fit to this parameter tuple.
checkGraphConfig(GraphLibrary<?, ?>) - Method in class graphana.operationsystem.GraphOperation
Returns true iff the input graph satisfies the allowed graph configuration.
checkGraphDirected(GraphLibrary<?, ?>) - Method in class graphana.operationsystem.GraphOperation
Checks whether the input graph satisfies the directed precondition.
checkGraphSimple(GraphLibrary<?, ?>) - Method in class graphana.operationsystem.GraphOperation
Checks whether the input graph satisfies the simple precondition.
checkPrefaceGraph(boolean, boolean, boolean, GraphLibrary<?, ?>) - Method in class graphana.graphs.GraphLibrary
Checks whether or not this graph library would be able to create a graph which is equivalent to the given graph.
checkPrefaceGraph(boolean, boolean, boolean, GraphLibrary<?, ?>) - Method in class libraries.jgrapht.JGraphTLib
 
checkPrefaceGraph(boolean, boolean, boolean, GraphLibrary<?, ?>) - Method in class libraries.libtw.LibTW
 
checkSimple() - Method in class graphana.graphs.GraphLibrary
Checks whether the graph is simple.
className(String) - Static method in class global.StringOps
Returns the class name of the given class.
cleanBounds() - Method in class graphana.model.Bounds
Ensures that the upper bound is bigger or equal than the lower bound.
clear() - Method in class graphana.model.InputHistory
 
clear() - Method in class graphana.util.QuickList
Removes all of the elements from this list.
clearAlgorithmResults() - Method in class graphana.graphs.GraphLibrary
Clears the whole algorithm cache.
clearDates() - Method in class graphana.graphs.GraphLibrary
Sets the dates of all vertices and edges to null.
clearEdgeData(EdgeType) - Method in class graphana.graphs.GraphLibrary
Sets the data of the given edge to null.
clearEdgeDates() - Method in class graphana.graphs.GraphLibrary
Sets the dates of all edges to null.
clearEdgeStates(boolean) - Method in class graphana.graphs.GraphLibrary
Sets the status of all edges to null.
clearEdgeStatus(EdgeType) - Method in class graphana.graphs.GraphLibrary
Sets the status of the given edge to zero.
clearGraph() - Method in class graphana.graphs.GraphLibrary
Deletes all vertices.
clearProgressMessage(Object) - Method in class graphana.UserInterface
Clears the progress label.
clearProgressMessage() - Method in class graphana.UserInterface
 
clearStates(boolean) - Method in class graphana.graphs.GraphLibrary
Clears the states of all vertices and edges.
clearVertexData(VertexType, boolean) - Method in class graphana.graphs.GraphLibrary
Sets the data of the given vertex to null.
clearVertexDates() - Method in class graphana.graphs.GraphLibrary
Sets the data of all vertices to null.
clearVertexStates(boolean) - Method in class graphana.graphs.GraphLibrary
Clears every vertexes state.
clearVertexStatus(VertexType, boolean) - Method in class graphana.graphs.GraphLibrary
Sets the status of the given vertex to null.
clone() - Method in class graphana.model.mathobjects.DimensionD
 
clone() - Method in class graphana.model.mathobjects.Vector2D
 
clone() - Method in class graphana.model.MetaEdge
 
clone() - Method in class graphana.model.MetaWeightedEdge
 
clone() - Method in class graphana.script.bindings.basictypes.GEdge
 
clone() - Method in class graphana.script.bindings.basictypes.GErrorHolder
 
clone() - Method in class graphana.script.bindings.basictypes.GExecuterCall
 
clone() - Method in class graphana.script.bindings.basictypes.GGraph
 
clone() - Method in class graphana.script.bindings.basictypes.GHistogram
 
clone() - Method in class graphana.script.bindings.basictypes.GInterval
 
clone() - Method in class graphana.script.bindings.basictypes.GMetaEdge
 
clone() - Method in class graphana.script.bindings.basictypes.GParseTree
 
clone() - Method in class graphana.script.bindings.basictypes.GVertex
 
clone() - Method in class graphana.util.QuickList
Returns a shallow copy of this LinkedList.
clone() - Method in class graphloaders.dotloader.attributes.GDotAttributes
 
clone() - Method in class graphloaders.dotloader.attributes.GDotEdgeAttributes
 
clone() - Method in class graphloaders.dotloader.attributes.GDotVertexAttributes
 
clone() - Method in class scriptinterface.defaulttypes.GArray
 
clone() - Method in class scriptinterface.defaulttypes.GBoolean
 
clone() - Method in class scriptinterface.defaulttypes.GColor
 
clone() - Method in class scriptinterface.defaulttypes.GExistingFile
 
clone() - Method in class scriptinterface.defaulttypes.GFile
 
clone() - Method in class scriptinterface.defaulttypes.GFiles
 
clone() - Method in class scriptinterface.defaulttypes.GFloat
 
clone() - Method in class scriptinterface.defaulttypes.GInteger
 
clone() - Method in class scriptinterface.defaulttypes.GIterable
 
clone() - Method in class scriptinterface.defaulttypes.GList
 
clone() - Method in class scriptinterface.defaulttypes.GMacro
 
clone() - Method in class scriptinterface.defaulttypes.GObject
 
clone() - Method in class scriptinterface.defaulttypes.GPositiveInteger
 
clone() - Method in class scriptinterface.defaulttypes.GSet
 
clone() - Method in class scriptinterface.defaulttypes.GString
 
clone() - Method in class scriptinterface.defaulttypes.GVector
 
clone() - Method in class scriptinterface.execution.returnvalues.ExecutionResult
 
close() - Method in class graphana.UserInterface
 
closeGraphView(String) - Method in class graphana.UserInterface
Closes the visualization with the given key.
CMDSDIR - Static variable in class graphana.operationsystem.OperationGroup
 
ColorHolder - Interface in scriptinterface.defaulttypes
 
ColorOp - Class in global
Contains some static methods to work with colors.
ColorOp() - Constructor for class global.ColorOp
 
colorToString(Color) - Static method in class global.ConversionOps
Returns a string representation of the given color.
Command - Class in graphana.operationsystem
 
Command() - Constructor for class graphana.operationsystem.Command
 
contains(Object) - Method in class graphana.util.QuickList
Returns true if this list contains the specified element.
ContextError - Class in scriptinterface.execution.parseerrors
An error that occurs after syntax checking.
ContextError(String) - Constructor for class scriptinterface.execution.parseerrors.ContextError
 
ConversionOps - Class in global
Contains static methods to convert some types into each other.
ConversionOps() - Constructor for class global.ConversionOps
 
copyFromExistingGraph(Object, GraphLibrary<?, ?>) - Method in class graphana.graphs.GraphLibrary
Sets up a target GraphLibrary using an already existing graph instance.
copyFromExistingGraph(Object) - Method in class graphana.graphs.GraphLibrary
Sets up the internal graph using an already existing graph instance.
copyToGraph(GraphLibrary<CVertexType, CEdgeType>, Option, Option, Option, Progress) - Method in class graphana.graphs.GraphLibrary
Creates of deep copy of the graph.
copyToGraph(GraphLibrary<CVertexType, CEdgeType>, Option, Option, Option) - Method in class graphana.graphs.GraphLibrary
 
copyToGraph(GraphLibrary<?, ?>) - Method in class graphana.graphs.GraphLibrary
Calls copyToGraph with the given target graph and all options set to Option.KEEP.
count() - Method in class graphana.operationsystem.OperationArguments
Returns the number of arguments.
create() - Method in class libraries.jung.JungEdgeFactory
 
create(boolean) - Static method in class scriptinterface.defaulttypes.GBoolean
 
create(int, ScriptSystemInterface<?, ?>, int, boolean) - Method in class scriptinterface.ParameterTuple
Initializes an empty parameter tuple.
create(String) - Method in class scriptinterface.ScriptCallSignature
Initializes the signature.
createCallMetadata() - Method in interface scriptinterface.CallMetadataFactory
Creates and returns the call meta data.
createCasts(ScriptSystemInterface<?, ?>) - Static method in class scriptinterface.defaulttypes.DefaultCasts
 
createDefaultGraph() - Method in class graphana.graphs.GraphLibrary
Creates a new empty graph with a configuration which is determined by the internal graph library.
createdFromFile() - Method in interface scriptinterface.execution.ExecuterInterface
 
createElem(Tokenizer) - Method in class graphana.script.bindings.basicops.GrOpConstEdge
 
createElem(Tokenizer) - Method in class graphana.script.bindings.basicops.GrOpGroupBasics.GrFacApplication
 
createElem(Tokenizer) - Method in class graphana.script.bindings.basicops.GrOpGroupBasics.GrFacConstVertex
 
createElem(Tokenizer) - Method in class graphana.script.bindings.basicops.GrOpGroupBasics.GrFacDefined
 
createElem(Tokenizer) - Method in class graphana.script.bindings.basicops.GrOpGroupBasics.GrFacForEach
 
createElem(Tokenizer) - Method in class graphana.script.bindings.basicops.GrOpGroupBasics.TryCatchFactory
 
createElem(Tokenizer) - Method in class graphana.script.bindings.basicops.GrOpGroupOutput.GrOpPrint
 
createElem(Tokenizer) - Method in class graphana.script.bindings.basicops.GrOpGroupOutput.GrOpWrite
 
createExecuter(ReaderType) - Method in interface scriptinterface.ScriptSystemInterface
Parses the given source and creates an executer from it.
createExecuter(String) - Method in interface scriptinterface.ScriptSystemInterface
Parses the given string and creates an executer out of it.
createFromDIMACS(GraphLibrary<VertexType, EdgeType>, Reader, long, Progress) - Static method in class graphloaders.DIMACSLoader
 
createFromDIMACS(GraphLibrary<VertexType, EdgeType>, File, Progress) - Static method in class graphloaders.DIMACSLoader
 
createFromDIMACS(GraphLibrary<VertexType, EdgeType>, String, Progress) - Static method in class graphloaders.DIMACSLoader
 
createFromJGraphTGraph(Graph<?, ?>) - Static method in class libraries.jgrapht.JGraphTLib
 
createFromJUNG2Graph(Graph<?, ?>) - Static method in class libraries.jung.JungLib
 
createFromMETIS(GraphLibrary<VertexType, EdgeType>, Reader) - Static method in class graphloaders.METISLoader
 
createFromMETIS(GraphLibrary<VertexType, EdgeType>, File) - Static method in class graphloaders.METISLoader
 
createFromMETIS(GraphLibrary<VertexType, EdgeType>, String) - Static method in class graphloaders.METISLoader
 
createFromString(String, String) - Method in class graphana.model.Histogram
Converts the given CSV-string into a histogram.
createFromString(String, ScriptSystemInterface<?, ?>) - Method in class scriptinterface.ParameterTuple
Parses the given string to create the parameter tuple.
createGraph(boolean, boolean, boolean) - Method in class graphana.graphs.GraphLibrary
Creates a new empty graph with the given configuration.
createGraph(boolean, boolean, boolean, GraphLibrary<?, ?>) - Method in class graphana.graphs.GraphLibrary
Creates a new empty graph with the given configuration.
createGraph(GraphConfiguration) - Method in class graphana.graphs.GraphLibrary
Creates a new empty graph with the given graph configuration.
createGraph() - Method in class graphana.graphs.GraphLibrary
Creates a new empty graph while keeping the current graph configuration.
CreateGraphAction - Class in graphloaders.dotloader.actions
 
CreateGraphAction(boolean, boolean) - Constructor for class graphloaders.dotloader.actions.CreateGraphAction
 
createGraphUnchecked(boolean, boolean, boolean) - Method in class graphana.graphs.GraphLibrary
Creates a new empty graph without checking if the internal graph library can handle the given configuration.
createGraphUnchecked(GraphConfiguration) - Method in class graphana.graphs.GraphLibrary
Creates a new empty graph without checking the given configuration.
createMetaEdge(VertexType, VertexType) - Method in class graphana.graphs.GraphLibrary
 
createScriptCallSignature(String) - Method in class graphana.MainControl
Creates a new uninitialized script call signature.
createSignature() - Method in class graphana.script.GraphanaDefaultScriptSystem
 
createSignature(String, ScriptSystemInterface<?, ?>) - Method in class scriptinterface.DefaultSignature
Initializes the signature according to the given string.
createSignature() - Method in interface scriptinterface.ScriptSystemInterface
Creates a new uninitialized signature.
createSignature(String, ScriptSystemInterface<?, ?>) - Method in interface scriptinterface.SignatureInterface
Parses the given string and extracts key, parameters etc. to store it and making it easy to access.
createTokenData(SourceReader) - Method in class graphana.script.bindings.tokens.GrTokFacIde
 
createTokenData(SourceReader) - Method in class graphloaders.dotloader.tokens.factories.DotTokFacIde
 
createTokenData(SourceReader) - Method in class graphloaders.dotloader.tokens.factories.DotTokFacString
 
cutLowerBound(float) - Method in class graphana.model.Bounds
Sets the lower bound only if the given lower bound is bigger than the actual lower bound.
cutUpperBound(float) - Method in class graphana.model.Bounds
Sets the upper bound only if the given upper bound is smaller than the actual upper bound.
CycleFinder<VertexType,EdgeType> - Class in graphana.util
Contains methods for finding cycles in graphs.
CycleFinder() - Constructor for class graphana.util.CycleFinder
 
CycleShape - Class in graphana.graphs.visualization.drawmodifiers
 
CycleShape(double) - Constructor for class graphana.graphs.visualization.drawmodifiers.CycleShape
 
CycleShape() - Constructor for class graphana.graphs.visualization.drawmodifiers.CycleShape
 
A B C D E F G H I J L M N O P Q R S T U V W Y