A B C D E F G H I L M N O P R S T U V W X Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
I
- id - Variable in class com.algo.structure.Vertex
- ImplicitParameters - Class in com.algo.config
- ImplicitParameters() - Constructor for class com.algo.config.ImplicitParameters
- increaseIndent() - Method in class com.algo.export.IndentedWriter
-
Increases the indentation one step.
- incToString() - Method in class com.algo.structure.Structure
- IndentedWriter - Class in com.algo.export
-
A stream writer keeping track of indentation.
- IndentedWriter(Writer, int) - Constructor for class com.algo.export.IndentedWriter
- INF - Static variable in class com.algo.algorithms.graph.shortestpath.BellmanFordAlgorithm
- INF - Static variable in class com.algo.algorithms.graph.shortestpath.FloydWarshallAlgorithm
- INF - Static variable in class com.algo.models.SingleSourceShortestPathModel
- initialize() - Static method in class com.algo.plugins.PluginManager
-
Registers all classes in the current jar file.
- instantiateClass(String) - Static method in class com.algo.plugins.PluginManager
-
Instantiates a class from its name or XML name.
- instantiateExportFilter(Class<?>, String) - Static method in class com.algo.export.ExportFilterManager
- instantiateExportFilterByExtension(Class<?>, String) - Static method in class com.algo.export.ExportFilterManager
- instantiateGenerator(String) - Static method in class com.algo.generator.GeneratorManager
- instantiateStructure(String) - Static method in class com.algo.structure.StructureManager
- IntegerToColor() - Static method in class com.algo.rendering.GralogColor
- intermediatePoints - Variable in class com.algo.structure.Edge
- intersection(Vector2D, Vector2D) - Method in class com.algo.structure.Vertex
- intersectionAdjusted(Vector2D, Vector2D, double) - Method in class com.algo.structure.Vertex
- intersectionLists(ArrayList<T>, ArrayList<T>, ArrayList<T>) - Static method in class com.algo.structure.GraphOperations
- IntSyntaxChecker - Class in com.algo.parser
-
Accepts integers, possibly restricted to a given range.
- IntSyntaxChecker() - Constructor for class com.algo.parser.IntSyntaxChecker
-
Constructs a syntax checker which accepts all strings representing an integer.
- IntSyntaxChecker(int, int) - Constructor for class com.algo.parser.IntSyntaxChecker
-
Constructs a syntax checker which accepts all strings representing an integer in the range [lowerBound, upperBound].
- inverse() - Method in class com.algo.rendering.GralogColor
- isColor(String) - Static method in class com.algo.rendering.GralogColor
- isDirected - Variable in class com.algo.structure.Edge
- isDirected() - Method in class com.algo.structure.Edge
- isEdgeType(String) - Static method in class com.algo.structure.Edge
- isEmpty() - Method in class com.algo.structure.Structure
- isLoop() - Method in class com.algo.structure.Edge
- isSelected(Object) - Method in class com.algo.structure.Highlights
-
Returns true if the given vertex or edge is currently selected.
- isSelectionEmpty() - Method in class com.algo.structure.Highlights
- isShape(String) - Static method in class com.algo.rendering.shapes.RenderingShape
- isSiblingTo(Edge) - Method in class com.algo.structure.Edge
- IterationsExport - Class in com.algo.export
All Classes All Packages