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

C

cache - Variable in class edu.upc.dama.dex.core.GraphPool.Statistics
Size of cache in bytes.
Char() - Method in class edu.upc.dama.dex.script.ScriptParser
 
CHAR_QUOTED - Static variable in interface edu.upc.dama.dex.script.ScriptParserConstants
 
clear() - Method in class edu.upc.dama.dex.core.Objects
close() - Method in class edu.upc.dama.dex.algorithms.Connectivity
Closes the instance.
close() - Method in class edu.upc.dama.dex.algorithms.ShortestPath
Closes the instance.
close() - Method in class edu.upc.dama.dex.algorithms.SinglePairShortestPathBFS
 
close() - Method in class edu.upc.dama.dex.algorithms.SinglePairShortestPathDijkstra
 
close() - Method in class edu.upc.dama.dex.algorithms.StrongConnectivityGabow
 
close() - Method in class edu.upc.dama.dex.algorithms.Traversal
Closes the instance.
close() - Method in class edu.upc.dama.dex.algorithms.TraversalBFS
 
close() - Method in class edu.upc.dama.dex.algorithms.TraversalDFS
 
close() - Method in class edu.upc.dama.dex.algorithms.WeakConnectivityDFS
 
close() - Method in class edu.upc.dama.dex.core.DEX
Closes all the working GraphPools.
close() - Method in class edu.upc.dama.dex.core.Graph
Closes the instance.
close() - Method in class edu.upc.dama.dex.core.GraphPool
Closes all the working Graphs.
close() - Method in class edu.upc.dama.dex.core.Objects
Closes the collection and all their non-closed iterators.
close() - Method in class edu.upc.dama.dex.core.Objects.Iterator
Closes the Objects.Iterator.
close() - Method in class edu.upc.dama.dex.core.Session
Closes a Session.
close() - Method in class edu.upc.dama.dex.core.TextStream
Closes the stream.
close() - Method in class edu.upc.dama.dex.core.TextStream.TextReader
 
close() - Method in class edu.upc.dama.dex.core.TextStream.TextWriter
 
close() - Method in class edu.upc.dama.dex.core.Values
Closes the collection.
close() - Method in class edu.upc.dama.dex.io.CSVReader
Closes the underlying reader.
close() - Method in class edu.upc.dama.dex.io.CSVWriter
Closes the underlying writer.
close() - Method in class edu.upc.dama.dex.io.JDBCReader
Closes the underlying reader.
close() - Method in interface edu.upc.dama.dex.io.RowReader
Closes the underlying reader.
close() - Method in interface edu.upc.dama.dex.io.RowWriter
Closes the underlying writer.
close() - Method in class edu.upc.dama.dex.script.ScriptParser
 
CLOSE - Static variable in interface edu.upc.dama.dex.script.ScriptParserConstants
 
close() - Method in class edu.upc.dama.dex.shell.CommandShell
Close the shell
close() - Method in class edu.upc.dama.dex.shell.Shell
Close the shell
CLOSEPAR - Static variable in interface edu.upc.dama.dex.shell.ShellConstants
 
column - Variable in class edu.upc.dama.dex.script.SimpleCharStream
 
column - Variable in class edu.upc.dama.dex.shell.SimpleCharStream
 
COLUMNS - Static variable in interface edu.upc.dama.dex.script.ScriptParserConstants
 
COMA - Static variable in interface edu.upc.dama.dex.script.ScriptParserConstants
 
COMBINE_DIFFERENCE - Static variable in class edu.upc.dama.dex.core.Objects
Difference combine operation.
COMBINE_INTERSECTION - Static variable in class edu.upc.dama.dex.core.Objects
Intersection combine operation.
COMBINE_UNION - Static variable in class edu.upc.dama.dex.core.Objects
Union combine operation.
CommandShell - Class in edu.upc.dama.dex.shell
Implementantion of the Shell using a new thread.
CommandShell(DbGraph, Writer) - Constructor for class edu.upc.dama.dex.shell.CommandShell
Constructor of the new command shell implemented with a new thread.
commitTx() - Method in class edu.upc.dama.dex.core.Session
Ends a transaction.
compare(Value) - Method in class edu.upc.dama.dex.core.Value
Compares with the given value.
ConnectedComponents - Class in edu.upc.dama.dex.algorithms
This class contains the results processed on a Connectivity algorithm.
ConnectedComponents(Graph, String) - Constructor for class edu.upc.dama.dex.algorithms.ConnectedComponents
Creates a new instance of ConnectedComponents.
Connectivity - Class in edu.upc.dama.dex.algorithms
Any class implementing this abstract class can be used to solve a problem related to graph connectivity as finding the strongly connected components or finding the weakly connected components.
Connectivity(Graph) - Constructor for class edu.upc.dama.dex.algorithms.Connectivity
Creates a new instance of Connectivity.
contains(Object) - Method in class edu.upc.dama.dex.core.Objects
containsAll(Collection) - Method in class edu.upc.dama.dex.core.Objects
count - Variable in class edu.upc.dama.dex.io.Exporter.ExporterEvent
Current export object.
COUNT - Static variable in interface edu.upc.dama.dex.shell.ShellConstants
 
cpu - Variable in class edu.upc.dama.dex.core.DEX.SystemStatistics
Number of CPUs.
create(String) - Method in class edu.upc.dama.dex.core.DEX
Creates a new empty persistent graph database.
create(String, String) - Method in class edu.upc.dama.dex.core.DEX
Creates a new empty persistent graph database.
create(File) - Method in class edu.upc.dama.dex.core.DEX
Creates a new empty persistent graph database.
create(File, String) - Method in class edu.upc.dama.dex.core.DEX
Creates a new empty persistent graph database.
CREATE - Static variable in interface edu.upc.dama.dex.script.ScriptParserConstants
 
CreateEdge(boolean) - Method in class edu.upc.dama.dex.script.ScriptParser
 
CreateNode(boolean) - Method in class edu.upc.dama.dex.script.ScriptParser
 
CSVReader - Class in edu.upc.dama.dex.io
A very simple CSV reader.
CSVReader(Reader) - Constructor for class edu.upc.dama.dex.io.CSVReader
Constructs CSVReader using a comma for the separator.
CSVReader(File) - Constructor for class edu.upc.dama.dex.io.CSVReader
Constructs CSVReader using a comma for the separator.
CSVReader(Reader, char) - Constructor for class edu.upc.dama.dex.io.CSVReader
Constructs CSVReader with supplied separator.
CSVReader(File, char) - Constructor for class edu.upc.dama.dex.io.CSVReader
Constructs CSVReader with supplied separator.
CSVReader(Reader, char, char) - Constructor for class edu.upc.dama.dex.io.CSVReader
Constructs CSVReader with supplied separator and quote char.
CSVReader(File, char, char) - Constructor for class edu.upc.dama.dex.io.CSVReader
Constructs CSVReader with supplied separator and quote char.
CSVReader(Reader, char, char, boolean) - Constructor for class edu.upc.dama.dex.io.CSVReader
Constructs CSVReader with supplied separator and quote char.
CSVReader(File, char, char, boolean) - Constructor for class edu.upc.dama.dex.io.CSVReader
Constructs CSVReader with supplied separator and quote char.
CSVReader(Reader, char, char, boolean, int) - Constructor for class edu.upc.dama.dex.io.CSVReader
Constructs CSVReader with supplied separator and quote char.
CSVReader(File, char, char, boolean, int) - Constructor for class edu.upc.dama.dex.io.CSVReader
Constructs CSVReader with supplied separator and quote char.
CSVReader(Reader, char, char, boolean, int, int) - Constructor for class edu.upc.dama.dex.io.CSVReader
Constructs CSVReader with supplied separator and quote char.
CSVReader(File, char, char, boolean, int, int) - Constructor for class edu.upc.dama.dex.io.CSVReader
Constructs CSVReader with supplied separator and quote char.
CSVWriter - Class in edu.upc.dama.dex.io
A very simple CSV writer.
CSVWriter(Writer) - Constructor for class edu.upc.dama.dex.io.CSVWriter
Create a new instance of CSVWriter.
CSVWriter(Writer, char) - Constructor for class edu.upc.dama.dex.io.CSVWriter
Create a new instance of CSVWriter.
CSVWriter(Writer, char, char, boolean) - Constructor for class edu.upc.dama.dex.io.CSVWriter
Create a new instance of CSVWriter.
CSVWriter(Writer, char, char, boolean[]) - Constructor for class edu.upc.dama.dex.io.CSVWriter
Create a new instance of CSVWriter.
CSVWriter(Writer, char, char) - Constructor for class edu.upc.dama.dex.io.CSVWriter
Create a new instance of CSVWriter.
curChar - Variable in class edu.upc.dama.dex.script.ScriptParserTokenManager
 
curChar - Variable in class edu.upc.dama.dex.shell.ShellTokenManager
 
currentToken - Variable in exception edu.upc.dama.dex.script.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception edu.upc.dama.dex.shell.ParseException
This is the last token that has been consumed successfully.

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