Index
A C D E F G H I L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
S
- SearchBudget - Class in edu.uky.ai
-
Represents the limitations placed on an algorithm in terms of how many operations it may perform and how long it make take to solve a problem.
- SearchBudget(int, long) - Constructor for class edu.uky.ai.SearchBudget
-
Constructs a new search budget that allows the given number of operations and the give amount of time.
- SearchBudgetExceededException - Exception in edu.uky.ai
-
Indicates that an algorithm has used more than the maximum allowed resources.
- setDefined(String, Object) - Method in class edu.uky.ai.io.Parser
-
Defines an object by name.
- setParser(Class<E>, ObjectParser<? extends E>) - Method in class edu.uky.ai.io.Parser
-
Sets the
ObjectParser
for a the given type. - Settings - Class in edu.uky.ai
- Settings() - Constructor for class edu.uky.ai.Settings
- size() - Method in class edu.uky.ai.util.ImmutableArray
-
Returns the number of elements in the array.
- size() - Method in class edu.uky.ai.util.ImmutableList
-
Returns the number of elements in the list.
- size() - Method in class edu.uky.ai.util.MinPriorityQueue
-
Returns the number of objects currently stored in this queue.
- sort(Comparator<? super Table.Row>, Comparator<? super Table.Column>) - Method in class edu.uky.ai.util.Table
-
Returns a new table whose rows and columns have been sorted according to the given comparators.
- sortByColumn(Comparator<? super Table.Column>) - Method in class edu.uky.ai.util.Table
-
Returns a new table whose columns have been sorted according to the given comparator.
- sortByRow(Comparator<? super Table.Row>) - Method in class edu.uky.ai.util.Table
-
Returns a new table whose rows have been sorted according to the given comparator.
- subtract(Object, Object) - Static method in class edu.uky.ai.util.Utilities
-
Subtracts the second number object from the first.
- sum() - Method in class edu.uky.ai.util.Table.Sequence
-
Returns the sum of the numeric elements of this sequence (non-numeric values are ignored).
- sum(Function<Object, ?>) - Method in class edu.uky.ai.util.Table.Sequence
-
Returns the sum of the numeric elements of this sequence (non-numeric values are ignored).
- Symbol - Class in edu.uky.ai.io
-
A symbol is a string of characters.
All Classes All Packages