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

C

cache - Variable in class edu.upc.dama.dex.core.GraphPool.Statistics
Size of cache in KBytes.
clear() - Method in class edu.upc.dama.dex.core.Objects
Removes all the object identifiers.
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 the stream.
close() - Method in class edu.upc.dama.dex.core.TextStream.TextWriter
Close the stream, flushing it first.
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
Closes the instance.
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
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
Returns true if this collections contains the specified element.
containsAll(Collection) - Method in class edu.upc.dama.dex.core.Objects
Returns true if this set contains all of the elements of the specified collection.
count - Variable in class edu.upc.dama.dex.io.Exporter.ExporterEvent
Current export object.
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.
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, quote char and line options.
CSVReader(File, char, char, boolean) - Constructor for class edu.upc.dama.dex.io.CSVReader
Constructs CSVReader with supplied separator, quote char and line options.
CSVReader(Reader, char, char, boolean, int) - Constructor for class edu.upc.dama.dex.io.CSVReader
Constructs CSVReader with supplied separator, quote char and line options.
CSVReader(File, char, char, boolean, int) - Constructor for class edu.upc.dama.dex.io.CSVReader
Constructs CSVReader with supplied separator, quote char and line options.
CSVReader(Reader, char, char, boolean, int, int) - Constructor for class edu.upc.dama.dex.io.CSVReader
Constructs CSVReader with supplied separator, quote char and line options.
CSVReader(File, char, char, boolean, int, int) - Constructor for class edu.upc.dama.dex.io.CSVReader
Constructs CSVReader with supplied separator, quote char and line options.
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.

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