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

E

edgeAdded(EdgeType, Object) - Method in interface graphana.graphs.GraphListener
Called whenever an edge was added to the graph.
EdgeArealData - Interface in graphana.graphs.visualization.drawmodifiers
 
EdgeArrow - Class in graphana.graphs.visualization.drawmodifiers
 
EdgeArrow() - Constructor for class graphana.graphs.visualization.drawmodifiers.EdgeArrow
 
edgeExists(VertexType, VertexType) - Method in class graphana.graphs.GraphLibrary
Checks whether or not there is an edge connecting the given vertices.
edgeExistsByIdent(String, String) - Method in class graphana.graphs.GraphLibrary
Checks whether or not there is an edge connecting the vertices with the given identifiers.
edgeFactory - Static variable in class libraries.jung.JungLib
 
edgeRemoved(EdgeType) - Method in interface graphana.graphs.GraphListener
Called whenever an edge was removed from the graph.
EdgesStartAction - Class in graphloaders.dotloader.actions
Initializes adding of edges.
EdgesStartAction() - Constructor for class graphloaders.dotloader.actions.EdgesStartAction
 
edgesToString() - Method in class graphana.graphs.GraphLibrary
Returns a user-readable string representation of the listed edges.
EdgeStroke - Class in graphana.graphs.visualization.drawmodifiers
 
EdgeStroke() - Constructor for class graphana.graphs.visualization.drawmodifiers.EdgeStroke
 
EdgeStrokeSolid - Class in graphana.graphs.visualization.drawmodifiers
 
EdgeStrokeSolid() - Constructor for class graphana.graphs.visualization.drawmodifiers.EdgeStrokeSolid
 
edgeToString(EdgeType) - Method in class graphana.graphs.GraphLibrary
Returns a user-readable string representation of the given edge.
edgeTransformer - Static variable in class libraries.jung.JungLib
 
edgeWeightSet(EdgeType) - Method in interface graphana.graphs.GraphListener
Called whenever an edge weight was changed.
element() - Method in class graphana.util.QuickList
Retrieves, but does not remove, the head (first element) of this list.
ElemType - Enum in graphloaders.dotloader.parser
 
enableLoops() - Method in class graphana.graphs.GraphLibrary
After calling this method, loops can be inserted into the graph.
encoder - Static variable in class global.StringOps
 
endOfString() - Method in class global.ExtractedString
Tells, whether or not the extraction ends at the end of the source string, that is, no next extraction is possible.
EndSetAction - Class in graphloaders.dotloader.actions
Moves the result of the parsed set onto the token stack.
EndSetAction() - Constructor for class graphloaders.dotloader.actions.EndSetAction
 
endUpdate() - Method in interface graphana.graphs.GraphListener
Called after multiple operations have been done consecutively.
ENTITY - Static variable in class graphana.model.mathobjects.DimensionD
 
entry - Variable in class graphana.util.DegreeStatus
 
entry(int) - Method in class graphana.util.QuickList
Returns the indexed entry.
equals(Object) - Method in class graphana.script.bindings.basictypes.GEdge
 
equals(Object) - Method in class graphana.script.bindings.basictypes.GMetaEdge
 
equals(Object) - Method in class graphana.script.bindings.basictypes.GVertex
 
equals(Object) - Method in class scriptinterface.execution.returnvalues.ExecutionResult
Indicates whether or not the internal value equals the internal value of the given ExecutionResult.
errorOutput(String, boolean) - Method in class graphana.UserInterface
Shows the given message as an error to the user.
errorOutput(String) - Method in class graphana.UserInterface
Calls errorOutput(message,false)
errorTerminate(UserInterface, String, ExecutionError) - Static method in class system.GraphanaMain
Outputs the given error to the user and terminates the program.
evaluate(GraphLibrary<VertexType, EdgeType>, boolean) - Method in class graphana.util.CycleFinder
Checks the given graph for cycles.
evaluate(GraphLibrary<VertexType, EdgeType>) - Method in class graphana.util.CycleFinder
Checks the given graph for cycles and saves the found cycle as a list.
execFile(String) - Method in class graphana.MainControl
Parses and executes the file which is given as a filename.
execTreeToGraphib(ExecuterTreeElem<ScopeType, ReaderType>, GraphLibrary<VertexType, EdgeType>) - Static method in class graphana.script.bindings.visualization.ScriptVisualizer
 
execTreeToGraphLib(ExecuterTree<ScopeType, ReaderType>, GraphLibrary<VertexType, EdgeType>) - Static method in class graphana.script.bindings.visualization.ScriptVisualizer
 
execTreeToGraphLib(ExecuterTree<ScopeType, ReaderType>) - Static method in class graphana.script.bindings.visualization.ScriptVisualizer
 
execute(String, boolean) - Method in class graphana.MainControl
Parses and executes the given source string.
execute(String) - Method in class graphana.MainControl
Parses and executes the given source whereas HELP is disabled.
execute(MainControl, ExecutionReturn[], ExecuterTreeElem<?, ?>, String) - Method in class graphana.operationsystem.Command
Execution of the command.
execute(GraphLibrary<VertexType, EdgeType>, MainControl, ExecutionReturn[], ExecuterTreeElem<?, ?>, String) - Method in class graphana.operationsystem.GraphAlgorithm
 
execute(GraphLibrary<VertexType, EdgeType>, MainControl, ExecutionReturn[], ExecuterTreeElem<?, ?>, String) - Method in class graphana.operationsystem.GraphOperation
Execution of the graph operation.
execute() - Method in interface scriptinterface.execution.ExecuterInterface
 
execute(String) - Method in class system.GraphanaAccess
Parses and executes the given statement.
executeBool(String) - Method in class system.GraphanaAccess
Parses and executes the given statement and assumes the return value to be of type Boolean.
executeFloat(String) - Method in class system.GraphanaAccess
Parses and executes the given statement and assumes the return value to be of type Float.
executeInt(String) - Method in class system.GraphanaAccess
Parses and executes the given statement and assumes the return value to be of type Integer.
ExecuterCallData - Class in graphana.script.bindings.basictypes
 
ExecuterCallData(Operation, CallMetadata) - Constructor for class graphana.script.bindings.basictypes.ExecuterCallData
 
executerFromFile(File) - Method in interface scriptinterface.ScriptSystemInterface
Parses the given file and creates an executer from it.
ExecuterInterface - Interface in scriptinterface.execution
 
ExecuterThread - Class in graphana.operationsystem
 
ExecuterThread(ExecuterInterface, MainControl) - Constructor for class graphana.operationsystem.ExecuterThread
 
executeString(String) - Method in class system.GraphanaAccess
Parses and executes the given statement and assumes the return value to be of type String.
ExecutionAssertionFailed - Class in graphana.script.execution
 
ExecutionAssertionFailed(String) - Constructor for class graphana.script.execution.ExecutionAssertionFailed
 
ExecutionAssertionFailed() - Constructor for class graphana.script.execution.ExecutionAssertionFailed
 
ExecutionBreak - Class in scriptinterface.execution.returnvalues
 
ExecutionBreak(ExecutionReturn) - Constructor for class scriptinterface.execution.returnvalues.ExecutionBreak
 
ExecutionError - Class in scriptinterface.execution.returnvalues
 
ExecutionError(String) - Constructor for class scriptinterface.execution.returnvalues.ExecutionError
 
ExecutionErrorMessage - Class in scriptinterface.execution.returnvalues
 
ExecutionErrorMessage(String, String) - Constructor for class scriptinterface.execution.returnvalues.ExecutionErrorMessage
 
ExecutionErrorMessage(String) - Constructor for class scriptinterface.execution.returnvalues.ExecutionErrorMessage
 
ExecutionErrorMessage() - Constructor for class scriptinterface.execution.returnvalues.ExecutionErrorMessage
 
ExecutionFileNotFound - Class in graphana.script.execution
 
ExecutionFileNotFound(String, boolean) - Constructor for class graphana.script.execution.ExecutionFileNotFound
 
ExecutionFileNotFound(String) - Constructor for class graphana.script.execution.ExecutionFileNotFound
 
ExecutionFunctionReturn - Class in scriptinterface.execution.returnvalues
 
ExecutionFunctionReturn(ExecutionReturn) - Constructor for class scriptinterface.execution.returnvalues.ExecutionFunctionReturn
 
ExecutionInvalidArg - Class in scriptinterface.execution.returnvalues
 
ExecutionInvalidArg(int) - Constructor for class scriptinterface.execution.returnvalues.ExecutionInvalidArg
 
ExecutionKeyExists - Class in graphana.script.execution
 
ExecutionKeyExists(String) - Constructor for class graphana.script.execution.ExecutionKeyExists
 
ExecutionResult<ValueType> - Class in scriptinterface.execution.returnvalues
Wrapper for a result of a script execution, e.g. return values of function calls.
ExecutionResult() - Constructor for class scriptinterface.execution.returnvalues.ExecutionResult
 
ExecutionReturn - Class in scriptinterface.execution.returnvalues
Can be returned by a function call.
ExecutionReturn() - Constructor for class scriptinterface.execution.returnvalues.ExecutionReturn
 
ExecutionRuntimeError - Class in scriptinterface.execution.returnvalues
 
ExecutionRuntimeError(Throwable) - Constructor for class scriptinterface.execution.returnvalues.ExecutionRuntimeError
 
ExecutionScope - Class in scriptinterface.execution
 
ExecutionScope() - Constructor for class scriptinterface.execution.ExecutionScope
 
ExecutionStackError - Class in scriptinterface.execution.returnvalues
 
ExecutionStackError(ExecutionError) - Constructor for class scriptinterface.execution.returnvalues.ExecutionStackError
 
ExecutionTimeout - Class in graphana.script.execution
 
ExecutionTimeout(long) - Constructor for class graphana.script.execution.ExecutionTimeout
 
ExecutionUnknownIdentifier - Class in graphana.script.execution
 
ExecutionUnknownIdentifier(String) - Constructor for class graphana.script.execution.ExecutionUnknownIdentifier
 
ExecutionWrongArgCount - Class in scriptinterface.execution.returnvalues
 
ExecutionWrongArgCount(int, int) - Constructor for class scriptinterface.execution.returnvalues.ExecutionWrongArgCount
 
ExecutionWrongArgType - Class in scriptinterface.execution.returnvalues
 
ExecutionWrongArgType(int, ScriptType) - Constructor for class scriptinterface.execution.returnvalues.ExecutionWrongArgType
 
extendsClass(Class<?>, Class<?>) - Static method in class global.ConversionOps
Checks whether or not a class extends another class.
extract(int, int) - Method in class global.ExtractedString
Initializes the extraction.
extract(int, char[], int, char, char) - Method in class global.ExtractedString
Initializes the extraction.
extract(int, char, char, char) - Method in class global.ExtractedString
Initializes the extraction.
extract(int, char[], int) - Method in class global.ExtractedString
Initializes the extraction.
extract(int, char[]) - Method in class global.ExtractedString
Initializes the extraction.
extract(int, char) - Method in class global.ExtractedString
Initializes the extraction.
ExtractedString - Class in global
Offers methods for extracting sub strings.
ExtractedString() - Constructor for class global.ExtractedString
 
ExtractedString(String) - Constructor for class global.ExtractedString
 
extractNumber(String) - Static method in class global.ConversionOps
Extracts the first appearance of a number in the given string.
A B C D E F G H I J L M N O P Q R S T U V W Y