|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectionSyntax | |
---|---|
net.sourceforge.cilib.util.selection |
Uses of SelectionSyntax in net.sourceforge.cilib.util.selection |
---|
Classes in net.sourceforge.cilib.util.selection that implement SelectionSyntax | |
---|---|
class |
Selection<E>
A Selection is an abstraction that allows operations to be applied to
a collection instace that result in a selection of list elements, based on a varied of
potential combination of operators. |
Methods in net.sourceforge.cilib.util.selection that return SelectionSyntax | |
---|---|
SelectionSyntax<E> |
SelectionSyntax.first()
|
SelectionSyntax<E> |
Selection.first()
Obtain the first result from the current selection. |
SelectionSyntax<E> |
SelectionSyntax.first(int number)
|
SelectionSyntax<E> |
Selection.first(int number)
Obtain the frist number of elements from the current selection. |
SelectionSyntax<E> |
SelectionSyntax.last()
|
SelectionSyntax<E> |
Selection.last()
Obtain the last element contained within the current selection. |
SelectionSyntax<E> |
SelectionSyntax.last(int number)
|
SelectionSyntax<E> |
Selection.last(int number)
Obtain the last number of elements from the current selection. |
SelectionSyntax<E> |
SelectionSyntax.orderBy(Ordering<E> ordering)
|
SelectionSyntax<E> |
Selection.orderBy(Ordering<E> ordering)
Apply the provided ordering on the current selection. |
SelectionSyntax<E> |
SelectionSyntax.weigh(Weighing<E> weighing)
|
SelectionSyntax<E> |
Selection.weigh(Weighing<E> weighing)
Apply the provided weighing on the current selection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |