Class FilterCommunicatorImpl<TI,TO,FI,FO>
- java.lang.Object
-
- org.processmining.plugins.inductiveVisualMiner.ivmfilter.tree.FilterCommunicatorImpl<TI,TO,FI,FO>
-
- All Implemented Interfaces:
FilterCommunicator<TI,TO,FI,FO>
public abstract class FilterCommunicatorImpl<TI,TO,FI,FO> extends java.lang.Object implements FilterCommunicator<TI,TO,FI,FO>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.processmining.plugins.inductiveVisualMiner.ivmfilter.tree.FilterCommunicator
FilterCommunicator.toFilterChannel<TI,TO>, FilterCommunicator.toFilterController
-
-
Constructor Summary
Constructors Constructor Description FilterCommunicatorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetAndSelectRootFilter(java.lang.String name)Ask the controller to set the filter with the given name as root and to select it.voidsetSetAndSelectRootFilter(FilterCommunicator.toFilterController to)The controller will set this method to receive from the channel.voidsetToFilter(FilterCommunicator.toFilterChannel<TI,TO> to)The filter will set this method to receive from the channel.TOtoFilter(TI input)The filter will respond to this method.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.plugins.inductiveVisualMiner.ivmfilter.tree.FilterCommunicator
fromFilter, getName
-
-
-
-
Method Detail
-
toFilter
public TO toFilter(TI input)
Description copied from interface:FilterCommunicatorThe filter will respond to this method.
-
setToFilter
public void setToFilter(FilterCommunicator.toFilterChannel<TI,TO> to)
Description copied from interface:FilterCommunicatorThe filter will set this method to receive from the channel.- Specified by:
setToFilterin interfaceFilterCommunicator<TI,TO,FI,FO>
-
setAndSelectRootFilter
public void setAndSelectRootFilter(java.lang.String name)
Description copied from interface:FilterCommunicatorAsk the controller to set the filter with the given name as root and to select it.- Specified by:
setAndSelectRootFilterin interfaceFilterCommunicator<TI,TO,FI,FO>
-
setSetAndSelectRootFilter
public void setSetAndSelectRootFilter(FilterCommunicator.toFilterController to)
Description copied from interface:FilterCommunicatorThe controller will set this method to receive from the channel.- Specified by:
setSetAndSelectRootFilterin interfaceFilterCommunicator<TI,TO,FI,FO>
-
-