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

S

sample(Session, Objects, Objects, long) - Static method in class edu.upc.dama.dex.core.Objects
Creates a new instance of Objects which is a sample of a given collection excluding the objects of another one.
satisfy(Value) - Method in class edu.upc.dama.dex.core.Operation
Deprecated. Gets whether the Operation is allowed for the give Value.
ScriptParser - Class in edu.upc.dama.dex.script
 
ScriptParser(DEX, Reader) - Constructor for class edu.upc.dama.dex.script.ScriptParser
Constructor
ScriptParser(InputStream) - Constructor for class edu.upc.dama.dex.script.ScriptParser
 
ScriptParser(InputStream, String) - Constructor for class edu.upc.dama.dex.script.ScriptParser
 
ScriptParser(Reader) - Constructor for class edu.upc.dama.dex.script.ScriptParser
 
ScriptParser(ScriptParserTokenManager) - Constructor for class edu.upc.dama.dex.script.ScriptParser
 
select(int) - Method in class edu.upc.dama.dex.core.Graph
Selects all the nodes or edges of the given type.
select(long, Operation, Value) - Method in class edu.upc.dama.dex.core.Graph
Deprecated. As of release 1.2, replace by Graph.select(long, short, edu.upc.dama.dex.core.Value).
select(long, short, Value) - Method in class edu.upc.dama.dex.core.Graph
Selects all the nodes or edges which satisfy the condition.
select(long, short, Value, Value) - Method in class edu.upc.dama.dex.core.Graph
Selects all the nodes or edges which satisfy the condition.
select(int, String, Operation, Value) - Method in class edu.upc.dama.dex.core.Graph
Deprecated. As of release 1.2, replace by Graph.select(long, short, edu.upc.dama.dex.core.Value).
Session - Class in edu.upc.dama.dex.core
A Session is a stateful period of activity of a user with the database engine.
set(String, String) - Static method in class edu.upc.dama.dex.utils.DEXConfig
Sets a DEX configuration property.
setAttribute(long, long, Value) - Method in class edu.upc.dama.dex.core.Graph
Sets a value for an attribute for the given node or edge identifier.
setAttribute(long, String, Value) - Method in class edu.upc.dama.dex.core.Graph
Deprecated. As of release 1.2, replace by Graph.setAttribute(long, long, edu.upc.dama.dex.core.Value).
setAttribute(long, int) - Method in class edu.upc.dama.dex.io.Loader
Sets information to load a column, that is an attribute.
setBool(boolean) - Method in class edu.upc.dama.dex.core.Value
Sets a Boolean value.
setCacheMaxSize(int) - Method in class edu.upc.dama.dex.core.DEX.Config
Sets the maximum cache size.
setColor(Color) - Method in class edu.upc.dama.dex.core.Export.EdgeExport
Sets the edge color.
setColor(Color) - Method in class edu.upc.dama.dex.core.Export.NodeExport
Sets the node color.
setColorLabel(Color) - Method in class edu.upc.dama.dex.core.Export.EdgeExport
Sets the edge label color.
setColorLabel(Color) - Method in class edu.upc.dama.dex.core.Export.NodeExport
Sets the node label color.
setDateFormat(String) - Method in class edu.upc.dama.dex.io.Loader
Sets the date format to parse Value.TIMESTAMP values.
setDeleteTemporalFiles(boolean) - Method in class edu.upc.dama.dex.io.Loader
Sets the delete temporary files policy.
setDirection(Export.EdgeExport.Direction) - Method in class edu.upc.dama.dex.core.Export.EdgeExport
Sets the edge direction.
setDouble(double) - Method in class edu.upc.dama.dex.core.Value
Sets a Double value.
setFit(boolean) - Method in class edu.upc.dama.dex.core.Export.NodeExport
Sets the node fit property.
setFontSize(short) - Method in class edu.upc.dama.dex.core.Export.EdgeExport
Sets the edge label font size.
setFontSize(short) - Method in class edu.upc.dama.dex.core.Export.NodeExport
Sets the node label font size.
setFrequency(int) - Method in class edu.upc.dama.dex.io.Exporter
Updates the frequency of the Exporter.ExporterEvents.
setFrequency(int) - Method in class edu.upc.dama.dex.io.Loader
Updates the frequency of the Loader.LoaderEvents.
setHeight(short) - Method in class edu.upc.dama.dex.core.Export.NodeExport
Sets the node height.
setInt(int) - Method in class edu.upc.dama.dex.core.Value
Sets an Integer value.
setLabel(String) - Method in class edu.upc.dama.dex.core.Export.EdgeExport
Sets the edge label.
setLabel(String) - Method in class edu.upc.dama.dex.core.Export.GraphExport
Sets the graph label.
setLabel(String) - Method in class edu.upc.dama.dex.core.Export.NodeExport
Sets the node label.
setLicense(String) - Method in class edu.upc.dama.dex.core.DEX.Config
Sets the license code.
setLog(String) - Method in class edu.upc.dama.dex.core.DEX.Config
Sets the log trace configuration.
setLogFile(File) - Method in class edu.upc.dama.dex.io.Loader
Sets the file used to save the errors while loading.
setLong(long) - Method in class edu.upc.dama.dex.core.Value
Sets a Long value.
setMaterializedAttribute(String) - Method in class edu.upc.dama.dex.algorithms.Connectivity
Creates a new common attribute type for all node types in the graph in order to store, persistently, the results related to the connected components found while executing this algorithm.
setMaximumHops(int) - Method in class edu.upc.dama.dex.algorithms.ShortestPath
Sets the maximum hops restriction while traversing the graph in order to find the path, that is, the maximum depth of the graph traversal during the execution.
setNamesOnTop(boolean) - Method in class edu.upc.dama.dex.io.Exporter
Sets the policy of print attributes information on the first line of the writer.
setNull() - Method in class edu.upc.dama.dex.core.Value
Sets a NULL value.
setShape(Export.NodeExport.Shape) - Method in class edu.upc.dama.dex.core.Export.NodeExport
Sets the node shape.
setString(String) - Method in class edu.upc.dama.dex.core.Value
Sets a String value.
setTextStream(TextStream) - Method in class edu.upc.dama.dex.core.Value
Sets a Text value.
setTimestamp(Calendar) - Method in class edu.upc.dama.dex.core.Value
Sets a Timestamp value.
setWidth(short) - Method in class edu.upc.dama.dex.core.Export.EdgeExport
Sets the edge width.
setWidth(short) - Method in class edu.upc.dama.dex.core.Export.NodeExport
Gets the node width.
Shell - Class in edu.upc.dama.dex.shell
 
Shell(DbGraph, Reader, Writer) - Constructor for class edu.upc.dama.dex.shell.Shell
Create a new shell.
Shell(InputStream) - Constructor for class edu.upc.dama.dex.shell.Shell
 
Shell(InputStream, String) - Constructor for class edu.upc.dama.dex.shell.Shell
 
Shell(Reader) - Constructor for class edu.upc.dama.dex.shell.Shell
 
Shell(ShellTokenManager) - Constructor for class edu.upc.dama.dex.shell.Shell
 
ShortestPath - Class in edu.upc.dama.dex.algorithms
Any class implementing this abstract class can be used to solve the single pair shortest path problem, single-source pair shortest path problem, single-destination shortest path problem or all-pairs shortest path problem.
ShortestPath(Graph) - Constructor for class edu.upc.dama.dex.algorithms.ShortestPath
Creates a new instance of ShortestPath.
SinglePairShortestPath - Class in edu.upc.dama.dex.algorithms
Any class implementing this abstract class can be used to solve the problem of finding a path between two nodes with the condition that the sum of the weights of the edges which belong to the path is minimized.
SinglePairShortestPath(Graph, long, long) - Constructor for class edu.upc.dama.dex.algorithms.SinglePairShortestPath
Creates a new instance of SinglePairShortestPath.
SinglePairShortestPathBFS - Class in edu.upc.dama.dex.algorithms
This class can be used to solve the single-pair shortest path problem in an unweighted graph.
SinglePairShortestPathBFS(Graph, long, long) - Constructor for class edu.upc.dama.dex.algorithms.SinglePairShortestPathBFS
Creates a new instance of SinglePairShortestPathBFS.
SinglePairShortestPathDijkstra - Class in edu.upc.dama.dex.algorithms
This class can be used to solve the single-pair shortest path problem in a weighted graph.
SinglePairShortestPathDijkstra(Graph, long, long) - Constructor for class edu.upc.dama.dex.algorithms.SinglePairShortestPathDijkstra
Creates a new instance of SinglePairShortestPathDijkstra.
size() - Method in class edu.upc.dama.dex.core.Objects
Get the number of object identifiers in this collection (its cardinality).
sizeLong() - Method in class edu.upc.dama.dex.core.Objects
As Objects.size() but it returns a long which can be larger than Integer.MAX_VALUE.
start() - Method in class edu.upc.dama.dex.shell.Shell
 
startConsole() - Method in class edu.upc.dama.dex.shell.Shell
 
steps - Variable in class edu.upc.dama.dex.io.Loader.LoaderEvent
Total number of steps of the current partition.
stopCommand() - Method in class edu.upc.dama.dex.shell.CommandShell
Stop the execution of the current command.
stopCommand() - Method in class edu.upc.dama.dex.shell.Shell
Stop the execution of the current command.
STRING - Static variable in class edu.upc.dama.dex.core.Value
String data type representation.
STRING_MAX_LENGTH - Static variable in class edu.upc.dama.dex.core.Value
Maximum length for String values.
StrongConnectivity - Class in edu.upc.dama.dex.algorithms
Any class implementing this abstract class can be used to solve the problem of finding strongly connected components in a directed graph or in an undirected graph which will be considered as a directed one.
StrongConnectivity(Graph) - Constructor for class edu.upc.dama.dex.algorithms.StrongConnectivity
Creates a new instance of StrongConnectivity.
StrongConnectivityGabow - Class in edu.upc.dama.dex.algorithms
This class can be used to solve the problem of finding strongly connected components in a directed graph.
StrongConnectivityGabow(Graph) - Constructor for class edu.upc.dama.dex.algorithms.StrongConnectivityGabow
Creates a new instance of StrongConnectivityGabow.
sysTime - Variable in class edu.upc.dama.dex.core.DEX.SystemStatistics
CPU system time in microseconds.

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