org.knime.core.node.property.hilite
Interface HiLiteMapper

All Known Implementing Classes:
DefaultHiLiteMapper, SubgroupMinerModel

public interface HiLiteMapper

This mapper has to be implemented by all classes that are interested in mapping hilite events between RowKeys.

Author:
Thomas Gabriel, University of Konstanz
See Also:
HiLiteTranslator

Method Summary
 Set<RowKey> getKeys(RowKey key)
          Returns a set of RowKey elements which are associated by the specified key or null if no mapping is available.
 Set<RowKey> keySet()
          Returns an unmodifiable set of key (source) for hiliting.
 

Method Detail

getKeys

Set<RowKey> getKeys(RowKey key)
Returns a set of RowKey elements which are associated by the specified key or null if no mapping is available.

Parameters:
key - the key to get the mapping for
Returns:
a set of mapped RowKey elements

keySet

Set<RowKey> keySet()
Returns an unmodifiable set of key (source) for hiliting.

Returns:
A set of keys to hilite.


Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.