ChannelSelector =============== .. java:package:: se.sics.kompics :noindex: .. java:type:: public abstract class ChannelSelector The \ ``ChannelSelector``\ class. :author: Cosmin Arad , Jim Dowling , Lars Kroll Constructors ------------ ChannelSelector ^^^^^^^^^^^^^^^ .. java:constructor:: protected ChannelSelector(Class eventType, F value, boolean positive) :outertype: ChannelSelector Methods ------- getEventType ^^^^^^^^^^^^ .. java:method:: public final Class getEventType() :outertype: ChannelSelector getValue ^^^^^^^^ .. java:method:: public abstract F getValue(E event) :outertype: ChannelSelector getValue ^^^^^^^^ .. java:method:: public final F getValue() :outertype: ChannelSelector isPositive ^^^^^^^^^^ .. java:method:: public final boolean isPositive() :outertype: ChannelSelector