- saveGraph(String) - Method in interface datastructures.graph.IGraph
-
Saves the information of the graph into a file, so that you can
reconstruct the graph with this file
- saveVertices(String) - Method in class datastructures.graph.Vertices
-
Saves the information of the vertices into a file, so that you can
reconstruct the vertex with this file
- setCapacity(int) - Method in interface datastructures.list.IList
-
Sets the capacity of the list
- setClassAttribute(Class, String) - Method in class datastructures.common.LJV.Context
-
Set the DOT attributes for a class.
- setData(T) - Method in class datastructures.tree.TreeNode
-
Sets the data of the node
- setDefaultContext(LJV.Context) - Static method in class datastructures.common.LJV
-
- setDistance(int) - Method in class datastructures.graph.InfoPath
-
Sets the distance with the first node
- setFather(TreeNode<T>) - Method in class datastructures.tree.TreeNode
-
Sets the father of the node
- setFieldAttribute(Field, String) - Method in class datastructures.common.LJV.Context
-
Set the DOT attributes for a specific field.
- setFieldAttribute(String, String) - Method in class datastructures.common.LJV.Context
-
Set the DOT attributes for all fields with this name.
- setPred(int) - Method in class datastructures.graph.InfoPath
-
Sets the predecessor
- setTitle(String) - Method in class datastructures.common.Experiment
-
Sets the title of the plot
- setXLabel(String) - Method in class datastructures.common.Experiment
-
Sets the xlabel of the plot
- setYLabel(String) - Method in class datastructures.common.Experiment
-
Sets the ylabel of the plot
- showFieldNamesInLabels - Variable in class datastructures.common.LJV.Context
-
Toggle whether or not to include the field name in the label for an
object.
- showPackageNamesInClasses - Variable in class datastructures.common.LJV.Context
-
- StackFactory - Class in datastructures.stack
-
This class offers some static methods to obtain particular instances
- StackFactory() - Constructor for class datastructures.stack.StackFactory
-
- swap(int, int) - Method in interface datastructures.list.IList
-
Swaps two elements of the list