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
K
L
M
N
O
P
Q
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
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.
readChar()
- Method in class edu.upc.dama.dex.script.
SimpleCharStream
readChar()
- Method in class edu.upc.dama.dex.shell.
SimpleCharStream
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(SimpleCharStream)
- Method in class edu.upc.dama.dex.script.
ScriptParserTokenManager
ReInit(SimpleCharStream, int)
- Method in class edu.upc.dama.dex.script.
ScriptParserTokenManager
ReInit(Reader, int, int, int)
- Method in class edu.upc.dama.dex.script.
SimpleCharStream
ReInit(Reader, int, int)
- Method in class edu.upc.dama.dex.script.
SimpleCharStream
ReInit(Reader)
- Method in class edu.upc.dama.dex.script.
SimpleCharStream
ReInit(InputStream, String, int, int, int)
- Method in class edu.upc.dama.dex.script.
SimpleCharStream
ReInit(InputStream, int, int, int)
- Method in class edu.upc.dama.dex.script.
SimpleCharStream
ReInit(InputStream, String)
- Method in class edu.upc.dama.dex.script.
SimpleCharStream
ReInit(InputStream)
- Method in class edu.upc.dama.dex.script.
SimpleCharStream
ReInit(InputStream, String, int, int)
- Method in class edu.upc.dama.dex.script.
SimpleCharStream
ReInit(InputStream, int, int)
- Method in class edu.upc.dama.dex.script.
SimpleCharStream
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
ReInit(SimpleCharStream)
- Method in class edu.upc.dama.dex.shell.
ShellTokenManager
ReInit(SimpleCharStream, int)
- Method in class edu.upc.dama.dex.shell.
ShellTokenManager
ReInit(Reader, int, int, int)
- Method in class edu.upc.dama.dex.shell.
SimpleCharStream
ReInit(Reader, int, int)
- Method in class edu.upc.dama.dex.shell.
SimpleCharStream
ReInit(Reader)
- Method in class edu.upc.dama.dex.shell.
SimpleCharStream
ReInit(InputStream, String, int, int, int)
- Method in class edu.upc.dama.dex.shell.
SimpleCharStream
ReInit(InputStream, int, int, int)
- Method in class edu.upc.dama.dex.shell.
SimpleCharStream
ReInit(InputStream, String)
- Method in class edu.upc.dama.dex.shell.
SimpleCharStream
ReInit(InputStream)
- Method in class edu.upc.dama.dex.shell.
SimpleCharStream
ReInit(InputStream, String, int, int)
- Method in class edu.upc.dama.dex.shell.
SimpleCharStream
ReInit(InputStream, int, int)
- Method in class edu.upc.dama.dex.shell.
SimpleCharStream
RELATIONSHIP
- Static variable in interface edu.upc.dama.dex.script.
ScriptParserConstants
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
remove()
- Method in class edu.upc.dama.dex.core.
Values
Unsupported operation.
removeAll(Collection)
- Method in class edu.upc.dama.dex.core.
Objects
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
RGraph
- Class in
edu.upc.dama.dex.core
Temporary
Graph
s.
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 []
.
ROWS
- Static variable in interface edu.upc.dama.dex.script.
ScriptParserConstants
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
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y