Index

A C D E F G H I L M N O P R S T U V W 
All Classes All Packages

T

table - Variable in class edu.uky.ai.util.Table.Cell
The table this cell belongs to
table - Variable in class edu.uky.ai.util.Table.Sequence
The table this sequence belongs to
Table - Class in edu.uky.ai.util
Logic for displaying simple 2-dimensional tables of data.
Table(Iterable<?>, Iterable<?>) - Constructor for class edu.uky.ai.util.Table
Constructs a new, empty table with rows and columns that have the given labels.
Table(Object[], Object[]) - Constructor for class edu.uky.ai.util.Table
Constructs a new, empty table with rows and columns that have the given labels.
Table.Cell - Class in edu.uky.ai.util
An individual unit of data in the table.
Table.Column - Class in edu.uky.ai.util
A vertical sequence of cells.
Table.Row - Class in edu.uky.ai.util
A horizontal sequence of cells.
Table.Sequence - Class in edu.uky.ai.util
The abstract parent of Table.Row and Table.Column.
tail - Variable in class edu.uky.ai.util.DirectedEdge
The first or 'before' object
time(long) - Static method in class edu.uky.ai.util.Utilities
Converts a duration in milliseconds into a formatted string expressing showing minutes, seconds, and milliseconds.
TimeBudgetExceededException - Exception in edu.uky.ai
Indicates that an algorithm has taken more than the allowed amount of time.
toArray(Iterable<? extends T>, Class<T>) - Static method in class edu.uky.ai.util.Utilities
Efficiently converts any Iterable into an array of its elements.
toHTML() - Method in class edu.uky.ai.util.Table
Returns an HTML representation of this table.
toString() - Method in class edu.uky.ai.io.List
 
toString() - Method in class edu.uky.ai.io.Symbol
 
toString() - Method in class edu.uky.ai.SearchBudget
 
toString() - Method in class edu.uky.ai.util.DirectedAcyclicGraph
 
toString() - Method in class edu.uky.ai.util.DirectedEdge
 
toString() - Method in class edu.uky.ai.util.ImmutableArray
 
toString() - Method in class edu.uky.ai.util.Table.Cell
 
toString() - Method in class edu.uky.ai.util.Table.Column
 
toString() - Method in class edu.uky.ai.util.Table.Row
 
toString() - Method in class edu.uky.ai.util.Table
 
toString() - Method in class edu.uky.ai.util.Tuple
 
transform(Function<Object, ?>) - Method in class edu.uky.ai.util.Table
Returns a new table whose cell values are the results of applying the given function to the values in this table.
transform(Predicate<? super Table.Row>, Predicate<? super Table.Column>) - Method in class edu.uky.ai.util.Table
Returns a new table which only keeps the row and columns of this table that are identified by two predicates.
transform(Predicate<? super Table.Row>, Predicate<? super Table.Column>, Function<Object, ?>) - Method in class edu.uky.ai.util.Table
Returns a new table which only keeps the row and columns of this table that are identified by two predicates and whose cell values are the results of applying the given function to the values in this table.
Tuple - Class in edu.uky.ai.util
A tuple is simply an array of Objects implemented such that two tuples are the same (i.e.
Tuple(int) - Constructor for class edu.uky.ai.util.Tuple
Constructs a tuple of a given size with each element as null.
Tuple(Object...) - Constructor for class edu.uky.ai.util.Tuple
Constructs a tuple from a given set of objects.
A C D E F G H I L M N O P R S T U V W 
All Classes All Packages