A B C D E F G H I J K L M N O P Q 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.
SCHEMA - Static variable in interface edu.upc.dama.dex.shell.ShellConstants
 
Script(boolean) - Method in class edu.upc.dama.dex.script.ScriptParser
 
ScriptParser - Class in edu.upc.dama.dex.script
 
ScriptParser(DEX, Reader) - Constructor for class edu.upc.dama.dex.script.ScriptParser
 
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
 
ScriptParser.Attributes - Class in edu.upc.dama.dex.script
 
ScriptParser.Element - Class in edu.upc.dama.dex.script
 
ScriptParser.NodeElement - Class in edu.upc.dama.dex.script
 
ScriptParser.Type - Class in edu.upc.dama.dex.script
 
ScriptParserConstants - Interface in edu.upc.dama.dex.script
 
ScriptParserTokenManager - Class in edu.upc.dama.dex.script
 
ScriptParserTokenManager(SimpleCharStream) - Constructor for class edu.upc.dama.dex.script.ScriptParserTokenManager
 
ScriptParserTokenManager(SimpleCharStream, int) - Constructor for class edu.upc.dama.dex.script.ScriptParserTokenManager
 
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).
SELECT - Static variable in interface edu.upc.dama.dex.shell.ShellConstants
 
SEPARATOR - Static variable in interface edu.upc.dama.dex.script.ScriptParserConstants
 
Session - Class in edu.upc.dama.dex.core
A Session is a stateful period of activity of a user with the database engine.
SET - Static variable in interface edu.upc.dama.dex.script.ScriptParserConstants
 
SET - Static variable in interface edu.upc.dama.dex.shell.ShellConstants
 
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.
setDebugStream(PrintStream) - Method in class edu.upc.dama.dex.script.ScriptParserTokenManager
 
setDebugStream(PrintStream) - Method in class edu.upc.dama.dex.shell.ShellTokenManager
 
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.
setTabSize(int) - Method in class edu.upc.dama.dex.script.SimpleCharStream
 
setTabSize(int) - Method in class edu.upc.dama.dex.shell.SimpleCharStream
 
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
 
ShellConstants - Interface in edu.upc.dama.dex.shell
 
ShellTokenManager - Class in edu.upc.dama.dex.shell
 
ShellTokenManager(SimpleCharStream) - Constructor for class edu.upc.dama.dex.shell.ShellTokenManager
 
ShellTokenManager(SimpleCharStream, int) - Constructor for class edu.upc.dama.dex.shell.ShellTokenManager
 
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.
SimpleCharStream - Class in edu.upc.dama.dex.script
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class edu.upc.dama.dex.script.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class edu.upc.dama.dex.script.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class edu.upc.dama.dex.script.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class edu.upc.dama.dex.script.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class edu.upc.dama.dex.script.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int) - Constructor for class edu.upc.dama.dex.script.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class edu.upc.dama.dex.script.SimpleCharStream
 
SimpleCharStream(InputStream, String) - Constructor for class edu.upc.dama.dex.script.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class edu.upc.dama.dex.script.SimpleCharStream
 
SimpleCharStream - Class in edu.upc.dama.dex.shell
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class edu.upc.dama.dex.shell.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class edu.upc.dama.dex.shell.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class edu.upc.dama.dex.shell.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class edu.upc.dama.dex.shell.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class edu.upc.dama.dex.shell.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int) - Constructor for class edu.upc.dama.dex.shell.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class edu.upc.dama.dex.shell.SimpleCharStream
 
SimpleCharStream(InputStream, String) - Constructor for class edu.upc.dama.dex.shell.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class edu.upc.dama.dex.shell.SimpleCharStream
 
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
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.
specialConstructor - Variable in exception edu.upc.dama.dex.script.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialConstructor - Variable in exception edu.upc.dama.dex.shell.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class edu.upc.dama.dex.script.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class edu.upc.dama.dex.shell.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
SPLIT - Static variable in interface edu.upc.dama.dex.script.ScriptParserConstants
 
start() - Method in class edu.upc.dama.dex.shell.Shell
 
startConsole() - Method in class edu.upc.dama.dex.shell.Shell
 
staticFlag - Static variable in class edu.upc.dama.dex.script.SimpleCharStream
 
staticFlag - Static variable in class edu.upc.dama.dex.shell.SimpleCharStream
 
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.
STORAGE - Static variable in interface edu.upc.dama.dex.shell.ShellConstants
 
STR - Static variable in interface edu.upc.dama.dex.script.ScriptParserConstants
 
STRING - Static variable in class edu.upc.dama.dex.core.Value
String data type representation.
STRING - Static variable in class edu.upc.dama.dex.script.ScriptParser.Type
 
STRING - Static variable in interface edu.upc.dama.dex.script.ScriptParserConstants
 
STRING - Static variable in interface edu.upc.dama.dex.shell.ShellConstants
 
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 weakly connected components in a directed graph or in an undirected graph which will be considered as an directed one.
StrongConnectivityGabow(Graph) - Constructor for class edu.upc.dama.dex.algorithms.StrongConnectivityGabow
Creates a new instance of StrongConnectivityGabow.
SwitchTo(int) - Method in class edu.upc.dama.dex.script.ScriptParserTokenManager
 
SwitchTo(int) - Method in class edu.upc.dama.dex.shell.ShellTokenManager
 
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 K L M N O P Q R S T U V W Y