edu.jas.structure
Interface Selector<C extends RingElem<C>>

Type Parameters:
C - ring element type

public interface Selector<C extends RingElem<C>>

Selector interface.

Author:
Heinz Kredel

Method Summary
 boolean select(C c)
          Select.
 

Method Detail

select

boolean select(C c)
Select.

Returns:
true, if the element is selected, otherwise false.