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

D

DARKBLUE - Static variable in class scriptinterface.defaulttypes.GColor
 
DARKGRAY - Static variable in class scriptinterface.defaulttypes.GColor
 
DARKGREEN - Static variable in class scriptinterface.defaulttypes.GColor
 
DARKRED - Static variable in class scriptinterface.defaulttypes.GColor
 
DARKYELLOW - Static variable in class scriptinterface.defaulttypes.GColor
 
deb(Object, Object) - Static method in class global.Debug
 
deb(Object) - Static method in class global.Debug
 
Debug - Class in global
 
Debug() - Constructor for class global.Debug
 
debugOn - Static variable in class global.Debug
 
decId() - Method in class graphana.graphs.defaultstates.StatusId
 
DEFAULT - Static variable in class graphana.graphs.visualization.drawmodifiers.CycleShape
 
DEFAULT - Static variable in class graphana.graphs.visualization.drawmodifiers.DefaultEdgeArrow
 
DEFAULT - Static variable in class graphana.graphs.visualization.drawmodifiers.EdgeStrokeSolid
 
DefaultCasts - Class in scriptinterface.defaulttypes
 
DefaultCasts() - Constructor for class scriptinterface.defaulttypes.DefaultCasts
 
DefaultCasts.AnyToArray - Class in scriptinterface.defaulttypes
 
DefaultCasts.AnyToArray() - Constructor for class scriptinterface.defaulttypes.DefaultCasts.AnyToArray
 
DefaultCasts.AnyToSet - Class in scriptinterface.defaulttypes
 
DefaultCasts.AnyToSet() - Constructor for class scriptinterface.defaulttypes.DefaultCasts.AnyToSet
 
DefaultCasts.AnyToString - Class in scriptinterface.defaulttypes
 
DefaultCasts.AnyToString() - Constructor for class scriptinterface.defaulttypes.DefaultCasts.AnyToString
 
DefaultCasts.AnyToVector - Class in scriptinterface.defaulttypes
 
DefaultCasts.AnyToVector() - Constructor for class scriptinterface.defaulttypes.DefaultCasts.AnyToVector
 
DefaultCasts.FileToExistingFile - Class in scriptinterface.defaulttypes
 
DefaultCasts.FileToExistingFile() - Constructor for class scriptinterface.defaulttypes.DefaultCasts.FileToExistingFile
 
DefaultCasts.FileToString - Class in scriptinterface.defaulttypes
 
DefaultCasts.FileToString() - Constructor for class scriptinterface.defaulttypes.DefaultCasts.FileToString
 
DefaultCasts.IntegerToDouble - Class in scriptinterface.defaulttypes
 
DefaultCasts.IntegerToDouble() - Constructor for class scriptinterface.defaulttypes.DefaultCasts.IntegerToDouble
 
DefaultCasts.IntegerToPositiveInteger - Class in scriptinterface.defaulttypes
 
DefaultCasts.IntegerToPositiveInteger() - Constructor for class scriptinterface.defaulttypes.DefaultCasts.IntegerToPositiveInteger
 
DefaultCasts.Iterables - Class in scriptinterface.defaulttypes
 
DefaultCasts.Iterables() - Constructor for class scriptinterface.defaulttypes.DefaultCasts.Iterables
 
DefaultCasts.SetToFiles - Class in scriptinterface.defaulttypes
 
DefaultCasts.SetToFiles() - Constructor for class scriptinterface.defaulttypes.DefaultCasts.SetToFiles
 
DefaultCasts.StringToExistingFile - Class in scriptinterface.defaulttypes
 
DefaultCasts.StringToExistingFile() - Constructor for class scriptinterface.defaulttypes.DefaultCasts.StringToExistingFile
 
DefaultCasts.StringToFile - Class in scriptinterface.defaulttypes
 
DefaultCasts.StringToFile() - Constructor for class scriptinterface.defaulttypes.DefaultCasts.StringToFile
 
DefaultCasts.StringToFiles - Class in scriptinterface.defaulttypes
 
DefaultCasts.StringToFiles() - Constructor for class scriptinterface.defaulttypes.DefaultCasts.StringToFiles
 
DefaultCasts.VectorToFiles - Class in scriptinterface.defaulttypes
 
DefaultCasts.VectorToFiles() - Constructor for class scriptinterface.defaulttypes.DefaultCasts.VectorToFiles
 
DEFAULTDIRECTED - Static variable in class graphana.graphs.GraphLibrary
 
DefaultEdgeArrow - Class in graphana.graphs.visualization.drawmodifiers
 
DefaultEdgeArrow(float, float) - Constructor for class graphana.graphs.visualization.drawmodifiers.DefaultEdgeArrow
 
DefaultSignature - Class in scriptinterface
A default SignatureInterface implementation which extracts the information of a signature string and transforms it into an easy to access data structure.
DefaultSignature() - Constructor for class scriptinterface.DefaultSignature
 
DEFAULTSIMPLE - Static variable in class graphana.graphs.GraphLibrary
 
DEFAULTWEIGHTED - Static variable in class graphana.graphs.GraphLibrary
 
DegList<VertexType> - Class in graphana.util
 
DegList(GraphLibrary<VertexType, ?>, boolean, boolean, boolean) - Constructor for class graphana.util.DegList
 
DegList.Index - Class in graphana.util
 
DegList.Index(int, int) - Constructor for class graphana.util.DegList.Index
 
DegList2<VertexType> - Class in graphana.util
 
DegList2(GraphLibrary<VertexType, ?>, boolean, boolean, boolean) - Constructor for class graphana.util.DegList2
 
degree - Variable in class graphana.util.DegreeStatus
 
DegreeLists<VertexType> - Class in graphana.util
Sorts the vertices of an input graph by degrees and holds them in a list.
DegreeLists(GraphLibrary<VertexType, ?>, boolean) - Constructor for class graphana.util.DegreeLists
 
DegreeQuickLists<VertexType> - Class in graphana.util
Sorts the vertices of an input graph by degrees and holds them in a list.
DegreeQuickLists(GraphLibrary<VertexType, ?>, boolean, boolean) - Constructor for class graphana.util.DegreeQuickLists
 
DegreeStatus<VertexType> - Class in graphana.util
 
DegreeStatus(int, QuickList.Entry<VertexType>) - Constructor for class graphana.util.DegreeStatus
 
deleted(VertexType) - Method in class graphana.util.DegList
 
deleteDegree(int) - Method in class graphana.util.DegList
Deletes vertices with the given degree until there is no vertex with that degree anymore.
deleteDegree(int) - Method in class graphana.util.DegList2
Deletes vertices with the given degree until there is no vertex with that degree anymore.
deleteDegree(int) - Method in class graphana.util.DegreeLists
Deletes vertices with the given degree until there is no vertex with that degree anymore.
deleteDegree(int) - Method in class graphana.util.DegreeQuickLists
Deletes vertices with the given degree until there is no vertex with that degree anymore.
deleteDegree(int) - Method in class graphana.util.SlowDegreeLists
Deletes vertices with the given degree until there is no vertex with that degree anymore.
deleteLoops() - Method in class graphana.graphs.GraphLibrary
Makes the graph simple by removing every self loop of the graph.
DeleteTokenAction - Class in graphloaders.dotloader.actions
Deletes one token frome the token stack.
DeleteTokenAction() - Constructor for class graphloaders.dotloader.actions.DeleteTokenAction
 
deleteVertex(VertexType) - Method in class graphana.util.DegList
 
deleteWarning() - Method in class graphana.graphs.GraphLibrary
 
demoteNode(VertexType) - Method in class graphana.util.DegList
 
derivAddEdge(StdVertex, StdVertex) - Method in class libraries.jgrapht.JGraphTLib
 
derivAddVertex() - Method in class libraries.jgrapht.JGraphTLib
 
derivedUserOutput(String) - Method in class graphana.UserInterface
 
derivExecute(GraphanaScriptScope, ExecutionResult[]) - Method in class graphana.script.bindings.basicops.GrOpApplication
 
derivExecute(GraphanaScriptScope) - Method in class graphana.script.bindings.basicops.GrOpAssignment
 
derivExecute(GraphanaScriptScope) - Method in class graphana.script.bindings.basicops.GrOpAssignmentAddition
 
derivExecute(GraphanaScriptScope) - Method in class graphana.script.bindings.basicops.GrOpAssignmentDivision
 
derivExecute(GraphanaScriptScope) - Method in class graphana.script.bindings.basicops.GrOpAssignmentModulu
 
derivExecute(GraphanaScriptScope) - Method in class graphana.script.bindings.basicops.GrOpAssignmentMultiplication
 
derivExecute(GraphanaScriptScope) - Method in class graphana.script.bindings.basicops.GrOpAssignmentSubtraction
 
derivExecute(GraphanaScriptScope, ExecutionResult<?>[]) - Method in class graphana.script.bindings.basicops.GrOpConstEdge
 
derivExecute(GraphanaScriptScope) - Method in class graphana.script.bindings.basicops.GrOpConstVertex
 
derivExecute(ScopeType) - Method in class graphana.script.bindings.basicops.GrOpForEach
 
derivExecute(GraphanaScriptScope) - Method in class graphana.script.bindings.basicops.GrOpGroupBasics.GrOpDefined
 
derivExecute(GraphanaScriptScope) - Method in class graphana.script.bindings.basicops.GrOpGroupBasics.GrOpPostfixDecrease
 
derivExecute(GraphanaScriptScope) - Method in class graphana.script.bindings.basicops.GrOpGroupBasics.GrOpPostfixIncrease
 
derivExecute(GraphanaScriptScope) - Method in class graphana.script.bindings.basicops.GrOpGroupBasics.GrOpPrefixDecrease
 
derivExecute(GraphanaScriptScope) - Method in class graphana.script.bindings.basicops.GrOpGroupBasics.GrOpPrefixIncrease
 
derivExecute(GraphanaScriptScope) - Method in class graphana.script.bindings.basicops.GrOpGroupBasics.OpTryCatch
 
derivExecute(GraphanaScriptScope, ExecutionResult<?>[]) - Method in class graphana.script.bindings.basicops.GrOpGroupOutput.GrOpPrint
 
derivExecute(GraphanaScriptScope, ExecutionResult<?>[]) - Method in class graphana.script.bindings.basicops.GrOpGroupOutput.GrOpWrite
 
derivExecute(GraphanaScriptScope) - Method in class graphana.script.bindings.basicops.GrOpMeasureAlgorithmTime
 
derivGetEndVertex(EdgeType) - Method in class graphana.graphs.GraphLibrary
Returns the end point of the given edge.
derivGetEndVertex(JGraphTWeightedStatusEdge) - Method in class libraries.jgrapht.JGraphTLib
 
derivGetEndVertex(StdEdge) - Method in class libraries.jung.JungLib
 
derivGetEndVertex(LibTWEdge) - Method in class libraries.libtw.LibTW
 
derivGetStartVertex(EdgeType) - Method in class graphana.graphs.GraphLibrary
Returns the start point of the given edge.
derivGetStartVertex(JGraphTWeightedStatusEdge) - Method in class libraries.jgrapht.JGraphTLib
 
derivGetStartVertex(StdEdge) - Method in class libraries.jung.JungLib
 
derivGetStartVertex(LibTWEdge) - Method in class libraries.libtw.LibTW
 
derivSetVertexIdent(StdVertex, String) - Method in class libraries.jgrapht.JGraphTLib
 
derivSetVertexIdent(StdVertex, String) - Method in class libraries.jung.JungLib
 
descendingIterator() - Method in class graphana.util.QuickList
 
Description - Class in descriptionfiles
Contains a description of an operation, a term or others.
Description(String, DescriptionType, String) - Constructor for class descriptionfiles.Description
Creates a new description instance.
Description(String, String, String) - Constructor for class descriptionfiles.Description
Creates a new description instance.
DescriptionFile - Class in descriptionfiles
 
DescriptionFile(String, DescriptionFiles) - Constructor for class descriptionfiles.DescriptionFile
 
descriptionfiles - package descriptionfiles
 
DescriptionFiles - Class in descriptionfiles
 
DescriptionFiles() - Constructor for class descriptionfiles.DescriptionFiles
 
DescriptionType - Enum in descriptionfiles
 
DescSection - Class in descriptionfiles
 
DescSection(String) - Constructor for class descriptionfiles.DescSection
 
DescSourceType - Enum in descriptionfiles
 
DIMACSLoader - Class in graphloaders
 
DIMACSLoader() - Constructor for class graphloaders.DIMACSLoader
 
DimensionD - Class in graphana.model.mathobjects
 
DimensionD(double, double) - Constructor for class graphana.model.mathobjects.DimensionD
 
DimensionD(double) - Constructor for class graphana.model.mathobjects.DimensionD
 
DimensionD() - Constructor for class graphana.model.mathobjects.DimensionD
 
DotAction - Class in graphloaders.dotloader.parser
 
DotAction() - Constructor for class graphloaders.dotloader.parser.DotAction
 
DotGraphAction - Class in graphloaders.dotloader.parser
 
DotGraphAction() - Constructor for class graphloaders.dotloader.parser.DotGraphAction
 
DotIdeBoolean - Class in graphloaders.dotloader.tokens
 
DotIdeBoolean(String, boolean) - Constructor for class graphloaders.dotloader.tokens.DotIdeBoolean
 
DotIdeColor - Class in graphloaders.dotloader.tokens
 
DotIdeColor(String, Color) - Constructor for class graphloaders.dotloader.tokens.DotIdeColor
 
DotIdentifier - Class in graphloaders.dotloader.tokens
 
DotIdentifier(String) - Constructor for class graphloaders.dotloader.tokens.DotIdentifier
 
DotIdeString - Class in graphloaders.dotloader.tokens
 
DotIdeString(String) - Constructor for class graphloaders.dotloader.tokens.DotIdeString
 
DotIdeType - Enum in graphloaders.dotloader.tokens
 
DotLoader - Class in graphloaders.dotloader
Contains a parser for dot files.
DotLoader() - Constructor for class graphloaders.dotloader.DotLoader
 
DotNTProductions - Class in graphloaders.dotloader.parser
 
DotNTProductions(TokenSet, String) - Constructor for class graphloaders.dotloader.parser.DotNTProductions
 
DotParseSystem - Class in graphloaders.dotloader.parser
 
DotParseSystem() - Constructor for class graphloaders.dotloader.parser.DotParseSystem
 
DotReader - Class in graphloaders.dotloader.parser
Converts a buffer containing dot source into tokens.
DotReader(SourceReader, GraphLibrary<?, ?>, boolean, boolean) - Constructor for class graphloaders.dotloader.parser.DotReader
 
DotReadLevel - Class in graphloaders.dotloader.parser
 
DotReadLevel(boolean, DotReadLevel, DotReader) - Constructor for class graphloaders.dotloader.parser.DotReadLevel
 
DotResult - Class in graphloaders.dotloader.parser
 
DotResult() - Constructor for class graphloaders.dotloader.parser.DotResult
 
DotTokFacIde - Class in graphloaders.dotloader.tokens.factories
 
DotTokFacIde(DotIdeType) - Constructor for class graphloaders.dotloader.tokens.factories.DotTokFacIde
 
DotTokFacIde() - Constructor for class graphloaders.dotloader.tokens.factories.DotTokFacIde
 
DotTokFacString - Class in graphloaders.dotloader.tokens.factories
 
DotTokFacString(char) - Constructor for class graphloaders.dotloader.tokens.factories.DotTokFacString
 
draw(Graphics, int, int, ProjectionPlane, boolean, DimensionD) - Method in class graphana.graphs.visualization.drawmodifiers.CycleShape
 
draw(Graphics, Position2D, Vector2D, ProjectionPlane) - Method in class graphana.graphs.visualization.drawmodifiers.DefaultEdgeArrow
 
draw(Graphics, Position2D, Vector2D, ProjectionPlane) - Method in class graphana.graphs.visualization.drawmodifiers.EdgeArrow
 
draw(Graphics, EdgeArealData, ProjectionPlane) - Method in class graphana.graphs.visualization.drawmodifiers.EdgeArrow
 
draw(Graphics, EdgeArealData, ProjectionPlane) - Method in class graphana.graphs.visualization.drawmodifiers.EdgeStroke
 
draw(Graphics, int, int, int, int) - Method in class graphana.graphs.visualization.drawmodifiers.EdgeStrokeSolid
 
draw(Graphics, int, int, int, int) - Method in class graphana.graphs.visualization.drawmodifiers.StraightEdgeStroke
 
draw(Graphics, EdgeArealData, ProjectionPlane) - Method in class graphana.graphs.visualization.drawmodifiers.StraightEdgeStroke
 
draw(Graphics, int, int, ProjectionPlane, boolean, DimensionD) - Method in class graphana.graphs.visualization.drawmodifiers.VertexShape
 
drawLoop(Graphics, LoopArealData, ProjectionPlane) - Method in class graphana.graphs.visualization.drawmodifiers.EdgeStroke
 
drawLoop(Graphics, int, int, int, int, int, int) - Method in class graphana.graphs.visualization.drawmodifiers.EdgeStrokeSolid
 
drawLoop(Graphics, int, int, int, int, int, int) - Method in class graphana.graphs.visualization.drawmodifiers.StraightEdgeStroke
 
drawLoop(Graphics, LoopArealData, ProjectionPlane) - Method in class graphana.graphs.visualization.drawmodifiers.StraightEdgeStroke
 
dropDegrees(int) - Method in class graphana.util.DegList
 
A B C D E F G H I J L M N O P Q R S T U V W Y