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

T

tabSize - Variable in class edu.upc.dama.dex.script.SimpleCharStream
 
tabSize - Variable in class edu.upc.dama.dex.shell.SimpleCharStream
 
TAIL - Static variable in interface edu.upc.dama.dex.script.ScriptParserConstants
 
TAIL - Static variable in interface edu.upc.dama.dex.shell.ShellConstants
 
tailAttr - Variable in class edu.upc.dama.dex.io.Exporter
Attribute identifier in the Graph of the tail node type.
tailAttr - Variable in class edu.upc.dama.dex.io.Loader
Attribute identifier in the Graph to find tail nodes when loading data for an edge type.
tailPos - Variable in class edu.upc.dama.dex.io.Exporter
Position to be written the tail id on the RowWriter.
tailPos - Variable in class edu.upc.dama.dex.io.Loader
Column index in the RowReader which stores the tails when loading data for an edge type.
tails(Objects) - Method in class edu.upc.dama.dex.core.Graph
Gets the collection of tail node identifiers from a collection of edge identifiers.
TAILS - Static variable in interface edu.upc.dama.dex.shell.ShellConstants
 
tailType - Variable in class edu.upc.dama.dex.io.Loader
Type of the attribute tail (edge only)
temp - Variable in class edu.upc.dama.dex.core.GraphPool.Statistics
Size of temp file in KBytes.
TEXT - Static variable in class edu.upc.dama.dex.core.Value
Text data type representation.
TEXT - Static variable in class edu.upc.dama.dex.script.ScriptParser.Type
 
TEXT - Static variable in interface edu.upc.dama.dex.script.ScriptParserConstants
 
TextStream - Class in edu.upc.dama.dex.core
Stream to read or write Value.TEXT attributes.
TextStream(boolean) - Constructor for class edu.upc.dama.dex.core.TextStream
Creates a new instance of TextStream.
TextStream() - Constructor for class edu.upc.dama.dex.core.TextStream
Creates a new instance of TextStream.
TextStream.TextReader - Class in edu.upc.dama.dex.core
Reader implementation for TextStream.
TextStream.TextReader(TextStream) - Constructor for class edu.upc.dama.dex.core.TextStream.TextReader
Creates a new instance.
TextStream.TextWriter - Class in edu.upc.dama.dex.core
Writer implementation for TextStream.
TextStream.TextWriter(TextStream) - Constructor for class edu.upc.dama.dex.core.TextStream.TextWriter
Creates a new instance.
TIMESTAMP - Static variable in class edu.upc.dama.dex.core.Value
Timestamp data type representation.
TIMESTAMP - Static variable in class edu.upc.dama.dex.script.ScriptParser.Type
 
TIMESTAMP - Static variable in interface edu.upc.dama.dex.script.ScriptParserConstants
 
TO - Static variable in interface edu.upc.dama.dex.script.ScriptParserConstants
 
toArray() - Method in class edu.upc.dama.dex.core.Objects
toArray(T[]) - Method in class edu.upc.dama.dex.core.Objects
token - Variable in class edu.upc.dama.dex.script.ScriptParser
 
Token - Class in edu.upc.dama.dex.script
Describes the input token stream.
Token() - Constructor for class edu.upc.dama.dex.script.Token
 
token - Variable in class edu.upc.dama.dex.shell.Shell
 
Token - Class in edu.upc.dama.dex.shell
Describes the input token stream.
Token() - Constructor for class edu.upc.dama.dex.shell.Token
 
token_source - Variable in class edu.upc.dama.dex.script.ScriptParser
 
token_source - Variable in class edu.upc.dama.dex.shell.Shell
 
tokenImage - Variable in exception edu.upc.dama.dex.script.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface edu.upc.dama.dex.script.ScriptParserConstants
 
tokenImage - Variable in exception edu.upc.dama.dex.shell.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface edu.upc.dama.dex.shell.ShellConstants
 
TokenMgrError - Error in edu.upc.dama.dex.script
 
TokenMgrError() - Constructor for error edu.upc.dama.dex.script.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error edu.upc.dama.dex.script.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error edu.upc.dama.dex.script.TokenMgrError
 
TokenMgrError - Error in edu.upc.dama.dex.shell
 
TokenMgrError() - Constructor for error edu.upc.dama.dex.shell.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error edu.upc.dama.dex.shell.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error edu.upc.dama.dex.shell.TokenMgrError
 
toShort() - Method in class edu.upc.dama.dex.core.Operation
Deprecated. Gets the short representation of the Operation
toString() - Method in class edu.upc.dama.dex.core.Attribute
Deprecated. String representation of the Attribute.
toString() - Method in class edu.upc.dama.dex.core.Graph.AttributeData
toString() - Method in class edu.upc.dama.dex.core.Graph.AttributeStats
 
toString() - Method in class edu.upc.dama.dex.core.Graph.TypeData
toString() - Method in class edu.upc.dama.dex.core.Value
Gets a string representation.
toString() - Method in class edu.upc.dama.dex.script.Token
Returns the image.
toString() - Method in class edu.upc.dama.dex.shell.Token
Returns the image.
total - Variable in class edu.upc.dama.dex.core.Graph.AttributeStats
Number of objects with a Value for the attribute.
total - Variable in class edu.upc.dama.dex.io.Exporter.ExporterEvent
Total number of objects.
totalMem - Variable in class edu.upc.dama.dex.core.DEX.SystemStatistics
Physical memory in KB.
Traversal - Class in edu.upc.dama.dex.algorithms
Any class implementing this abstract class can be used to traverse a graph.
Traversal(Graph, long) - Constructor for class edu.upc.dama.dex.algorithms.Traversal
Creates a new instance of Traversal.
TraversalBFS - Class in edu.upc.dama.dex.algorithms
This class can be used to traverse the graph using the breadth-first search algorithm (BFS).
TraversalBFS(Graph, long) - Constructor for class edu.upc.dama.dex.algorithms.TraversalBFS
Creates a new instance of Traversal.
TraversalDFS - Class in edu.upc.dama.dex.algorithms
This class can be used to traverse the graph using the depth-first search algorithm (DFS).
TraversalDFS(Graph, long) - Constructor for class edu.upc.dama.dex.algorithms.TraversalDFS
Creates a new instance of Traversal.
TRUE - Static variable in interface edu.upc.dama.dex.shell.ShellConstants
 
TWO_PHASES - Static variable in class edu.upc.dama.dex.io.Loader.Mode
Performs the load in two phases.
TYPE - Static variable in interface edu.upc.dama.dex.shell.ShellConstants
 
TYPES - Static variable in interface edu.upc.dama.dex.shell.ShellConstants
 

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