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

S

sameOrientationAs(Edge) - Method in class com.algo.structure.Edge
 
select(Object) - Method in class com.algo.structure.Highlights
 
SELECT_ALGORITHMS - com.algo.MainRunner.MainWindowOptions
 
selectAll(Collection<?>) - Method in class com.algo.structure.Highlights
 
SELECTED_EDGE_STYLE - com.algo.rendering.GralogTikStyles
 
SELECTED_NODE_STYLE - com.algo.rendering.GralogTikStyles
 
selectionRectangle(Point2D, Point2D, Color) - Method in class com.algo.rendering.GralogGraphicsContext
 
setBoolean(Class, String, boolean) - Static method in class com.algo.config.Preferences
 
setBoolean(String, boolean) - Static method in class com.algo.config.Preferences
 
setColor(Class, String, GralogColor) - Static method in class com.algo.config.Preferences
 
setColor(String, GralogColor) - Static method in class com.algo.config.Preferences
 
setCoordinates(double, double) - Method in class com.algo.structure.Vertex
 
setCoordinates(Vector2D) - Method in class com.algo.structure.Vertex
 
setDirectedness(boolean) - Method in class com.algo.structure.Edge
 
setDistances(List<Double>) - Method in class com.algo.models.SingleSourceShortestPathModel.ShortestPathEntry
 
setDouble(Class, String, double) - Static method in class com.algo.config.Preferences
 
setDouble(String, double) - Static method in class com.algo.config.Preferences
 
setEdgesT(HashMap<Integer, E>) - Method in class com.algo.structure.Structure
 
setEdgeType(Edge.EdgeType) - Method in class com.algo.structure.Edge
 
setEdgeType(String) - Method in class com.algo.structure.Edge
 
setFile(String, File) - Static method in class com.algo.config.Preferences
 
setFileReference(boolean, String) - Method in class com.algo.structure.Structure
Was the structure opened from a file or does this structure reference a file? (e.g.: was it saved as...?)
setHeight(double) - Method in class com.algo.rendering.shapes.RenderingShape
 
setId(int) - Method in class com.algo.structure.Edge
 
setId(int) - Method in class com.algo.structure.Vertex
 
setInteger(Class, String, int) - Static method in class com.algo.config.Preferences
 
setInteger(String, int) - Static method in class com.algo.config.Preferences
 
setLabel(String) - Method in class com.algo.structure.Edge
 
setLabel(String) - Method in class com.algo.structure.Vertex
 
setPosition(Vector2D) - Method in class com.algo.structure.controlpoints.ControlPoint
 
setPredecessor(Map<Integer, Integer>) - Method in class com.algo.models.SingleSourceShortestPathModel.ShortestPathEntry
 
setProductionRules(Map<String, Set<String>>) - Method in class com.algo.algorithms.cfg.Grammar
 
setQueuedElement(Integer) - Method in class com.algo.models.SingleSourceShortestPathModel.ShortestPathEntry
 
setRadius(double) - Method in class com.algo.rendering.shapes.Cycle
 
setSource(Vertex) - Method in class com.algo.structure.Edge
 
setString(Class, String, String) - Static method in class com.algo.config.Preferences
 
setString(String, String) - Static method in class com.algo.config.Preferences
 
setTarget(Vertex) - Method in class com.algo.structure.Edge
 
setTerminals(Set<String>) - Method in class com.algo.algorithms.cfg.Grammar
 
setVariables(Set<String>) - Method in class com.algo.algorithms.cfg.Grammar
 
setVertexList(List<Integer>) - Method in class com.algo.models.SingleSourceShortestPathModel
 
setVerticesT(HashMap<Integer, V>) - Method in class com.algo.structure.Structure
Overrides vertices.
setWidth(double) - Method in class com.algo.rendering.shapes.RenderingShape
 
shape - Variable in class com.algo.structure.Vertex
 
SHARP - com.algo.structure.Edge.EdgeType
 
ShortestPathEntry(Integer, List<Double>, Map<Integer, Integer>) - Constructor for class com.algo.models.SingleSourceShortestPathModel.ShortestPathEntry
 
ShortestPathRunner - Class in com.algo.algorithms.graph.shortestpath
 
ShortestPathRunner() - Constructor for class com.algo.algorithms.graph.shortestpath.ShortestPathRunner
 
ShortestPathRunner.ShortestPathEnum - Enum in com.algo.algorithms.graph.shortestpath
 
siblings - Variable in class com.algo.structure.Edge
 
SILVER - com.algo.rendering.GralogColor.Color
 
SILVER - Static variable in class com.algo.rendering.GralogColor
 
SingleSourceShortestPathExport - Class in com.algo.export
 
SingleSourceShortestPathExport(SingleSourceShortestPathModel, Structure) - Constructor for class com.algo.export.SingleSourceShortestPathExport
 
SingleSourceShortestPathModel - Class in com.algo.models
 
SingleSourceShortestPathModel() - Constructor for class com.algo.models.SingleSourceShortestPathModel
 
SingleSourceShortestPathModel.ShortestPathEntry - Class in com.algo.models
 
sizeBox - Variable in class com.algo.rendering.shapes.RenderingShape
Provides a rough measure of the size of a shape via a Rectangle, applicable height every subclass of shape
SizeBox - Class in com.algo.rendering.shapes
Describes a rectangle, contains two end points
SizeBox(Double, Double) - Constructor for class com.algo.rendering.shapes.SizeBox
 
snapToGrid(double) - Method in class com.algo.rendering.Vector2D
 
snapToGrid(double) - Method in class com.algo.structure.Edge
 
snapToGrid(double) - Method in class com.algo.structure.EdgeIntermediatePoint
 
snapToGrid(double) - Method in class com.algo.structure.Structure
 
snapToGrid(double) - Method in class com.algo.structure.Vertex
 
source - Variable in class com.algo.rendering.GralogGraphicsContext.Bezier
 
start - Variable in class com.algo.rendering.GralogGraphicsContext.Loop
 
startPointDistance - Variable in class com.algo.structure.Edge
 
StringAlgorithmParameter - Class in com.algo.config
 
StringAlgorithmParameter(String, String) - Constructor for class com.algo.config.StringAlgorithmParameter
 
StringAlgorithmParameter(String, String, SyntaxChecker, String) - Constructor for class com.algo.config.StringAlgorithmParameter
 
StringAlgorithmParameter(String, String, String) - Constructor for class com.algo.config.StringAlgorithmParameter
 
StringAlgorithmParametersList - Class in com.algo.config
 
StringAlgorithmParametersList(ArrayList<String>, ArrayList<String>) - Constructor for class com.algo.config.StringAlgorithmParametersList
 
StringAlgorithmParametersList(ArrayList<String>, ArrayList<String>, ArrayList<SyntaxChecker>, ArrayList<String>) - Constructor for class com.algo.config.StringAlgorithmParametersList
 
StringAlgorithmParametersList(ArrayList<String>, ArrayList<String>, ArrayList<String>) - Constructor for class com.algo.config.StringAlgorithmParametersList
 
StringAlgorithmParametersList(List<String>) - Constructor for class com.algo.config.StringAlgorithmParametersList
 
StringConverterCollection - Class in com.algo.utility
 
StringExportParameter - Class in com.algo.export
 
StringExportParameter() - Constructor for class com.algo.export.StringExportParameter
 
StringExportParameter(String) - Constructor for class com.algo.export.StringExportParameter
 
stringToColor(String) - Static method in class com.algo.rendering.GralogColor
 
strokeColor - Variable in class com.algo.structure.Vertex
 
strokeDiamond(double, double, double, double, double, GralogColor) - Method in class com.algo.rendering.GralogGraphicsContext
 
strokeOval(double, double, double, double, double, GralogColor) - Method in class com.algo.rendering.GralogGraphicsContext
 
strokeOval(Vector2D, double, double, double, GralogColor) - Method in class com.algo.rendering.GralogGraphicsContext
 
strokeRectangle(double, double, double, double, double, GralogColor) - Method in class com.algo.rendering.GralogGraphicsContext
 
strokeRectangle(double, double, double, double, double, GralogGraphicsContext.LineType) - Method in class com.algo.rendering.GralogGraphicsContext
 
strokeWidth - Variable in class com.algo.rendering.shapes.RenderingShape
 
strokeWidth - Variable in class com.algo.structure.Vertex
 
Structure<V extends Vertex,​E extends Edge> - Class in com.algo.structure
 
Structure() - Constructor for class com.algo.structure.Structure
 
StructureDescription - Annotation Type in com.algo.annotations
 
StructureManager - Class in com.algo.structure
 
StructureUtils - Class in com.algo.structure
 
StructureUtils() - Constructor for class com.algo.structure.StructureUtils
 
style - Variable in class com.algo.structure.Edge
 
style - Variable in class com.algo.structure.Vertex
 
symmetricDifferenceLists(ArrayList<T>, ArrayList<T>, ArrayList<T>) - Static method in class com.algo.structure.GraphOperations
 
syntaxCheck() - Method in class com.algo.config.StringAlgorithmParameter
Returns the result of syntax checking the parameter.
syntaxCheck() - Method in class com.algo.config.StringAlgorithmParametersList
Returns the result of syntax checking the parameter.
SyntaxChecker - Class in com.algo.parser
A syntax checker for strings.
SyntaxChecker() - Constructor for class com.algo.parser.SyntaxChecker
 
SyntaxChecker.Parser<T> - Interface in com.algo.parser
This function should parse the given formula and in case of an error it should throw an exception or return null.
SyntaxChecker.Result - Class in com.algo.parser
 
syntaxCorrect - Variable in class com.algo.parser.SyntaxChecker.Result
 
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