Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
Y
R
read(char[], int, int)
- Method in class edu.upc.dama.dex.core.
TextStream
Reads a maximum of count characters from the current stream into buffer, beginning at index.
read(char[], int, int)
- Method in class edu.upc.dama.dex.core.
TextStream.TextReader
Read characters into a portion of an array.
readAll()
- Method in class edu.upc.dama.dex.io.
CSVReader
Reads the entire file into a List with each element being a String[] of tokens.
readNext()
- Method in class edu.upc.dama.dex.io.
CSVReader
Reads the next row as a string array.
readNext()
- Method in class edu.upc.dama.dex.io.
JDBCReader
Reads the next row as a string array.
readNext()
- Method in interface edu.upc.dama.dex.io.
RowReader
Reads the next row as a string array.
realTime
- Variable in class edu.upc.dama.dex.core.
DEX.SystemStatistics
Time of day in microseconds (since epoch).
registerLoaderListener(LoaderListener)
- Method in class edu.upc.dama.dex.io.
Loader
Adds a new
LoaderListener
.
registerUnloaderListener(ExporterListener)
- Method in class edu.upc.dama.dex.io.
Exporter
Adds a new
ExporterListener
.
ReInit(InputStream)
- Method in class edu.upc.dama.dex.script.
ScriptParser
ReInit(InputStream, String)
- Method in class edu.upc.dama.dex.script.
ScriptParser
ReInit(Reader)
- Method in class edu.upc.dama.dex.script.
ScriptParser
ReInit(ScriptParserTokenManager)
- Method in class edu.upc.dama.dex.script.
ScriptParser
ReInit(InputStream)
- Method in class edu.upc.dama.dex.shell.
Shell
ReInit(InputStream, String)
- Method in class edu.upc.dama.dex.shell.
Shell
ReInit(Reader)
- Method in class edu.upc.dama.dex.shell.
Shell
ReInit(ShellTokenManager)
- Method in class edu.upc.dama.dex.shell.
Shell
release()
- Method in interface edu.upc.dama.dex.core.
Export
Ends the export process.
remove()
- Method in class edu.upc.dama.dex.core.
Objects.Iterator
Unsupported operation.
remove(long)
- Method in class edu.upc.dama.dex.core.
Objects
Removes the given object identifier.
remove(Object)
- Method in class edu.upc.dama.dex.core.
Objects
Removes the specified element from this set if it is present (optional operation).
remove()
- Method in class edu.upc.dama.dex.core.
Values
Unsupported operation.
removeAll(Collection)
- Method in class edu.upc.dama.dex.core.
Objects
Removes from this set all of its elements that are contained in the specified collection (optional operation).
removeAttribute(long)
- Method in class edu.upc.dama.dex.core.
Graph
Removes an attribute.
removeType(int)
- Method in class edu.upc.dama.dex.core.
Graph
Removes a node or edge type.
reset()
- Method in class edu.upc.dama.dex.io.
CSVReader
Moves the reader to the beginning.
reset()
- Method in class edu.upc.dama.dex.io.
JDBCReader
Moves the reader to the first row of the result of the query.
reset()
- Method in interface edu.upc.dama.dex.io.
RowReader
Moves the reader to the beginning.
retainAll(Collection)
- Method in class edu.upc.dama.dex.core.
Objects
Retains only the elements in this set that are contained in the specified collection (optional operation).
ROUND
- Static variable in class edu.upc.dama.dex.core.
Export.NodeExport.Shape
Round shape.
RowReader
- Interface in
edu.upc.dama.dex.io
Common interface for those readers which get the data as
String []
.
RowWriter
- Interface in
edu.upc.dama.dex.io
Common interface for those writers which store the data as
String []
.
run()
- Method in class edu.upc.dama.dex.algorithms.
Connectivity
Runs the algorithm in order to find the connected components.
run()
- Method in class edu.upc.dama.dex.algorithms.
ShortestPath
Runs the algorithm in order to solve the shortest path problem.
run()
- Method in class edu.upc.dama.dex.algorithms.
SinglePairShortestPathBFS
run()
- Method in class edu.upc.dama.dex.algorithms.
SinglePairShortestPathDijkstra
run()
- Method in class edu.upc.dama.dex.algorithms.
StrongConnectivityGabow
run()
- Method in class edu.upc.dama.dex.algorithms.
WeakConnectivityDFS
run()
- Method in class edu.upc.dama.dex.io.
Exporter
Start the exportation.
run(Loader.Mode, int)
- Method in class edu.upc.dama.dex.io.
Loader
Starts the load process.
run()
- Method in class edu.upc.dama.dex.shell.
CommandShell
Abstract method for the Runnable interface.
runCommand(String)
- Method in class edu.upc.dama.dex.shell.
CommandShell
Put a new command to execute on the shell.
runCommand(Reader)
- Method in class edu.upc.dama.dex.shell.
Shell
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
Y