Package 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
-
Method Details
-
select
Select.- Returns:
- true, if the element is selected, otherwise false.
-