org.knime.base.node.mine.sota.logic
Class SotaCellFactory

java.lang.Object
  extended by org.knime.base.node.mine.sota.logic.SotaCellFactory

public final class SotaCellFactory
extends Object

Author:
Kilian Thiel, University of Konstanz

Field Summary
static String DOUBLE_TYPE
          The type specifying a SotaDoubleCell.
static String FUZZY_TYPE
          The type specifying a SotaFuzzyCell.
 
Method Summary
static SotaCell createSotaCell(String type)
          Creates a new zeroed SotaCell.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOUBLE_TYPE

public static final String DOUBLE_TYPE
The type specifying a SotaDoubleCell.

See Also:
Constant Field Values

FUZZY_TYPE

public static final String FUZZY_TYPE
The type specifying a SotaFuzzyCell.

See Also:
Constant Field Values
Method Detail

createSotaCell

public static SotaCell createSotaCell(String type)
Creates a new zeroed SotaCell. The concrete implementation type (SotaDoubleCell or SotaFuzzyCell) depends on the given type string.

Parameters:
type - Specifies the concrete implementation type to return an instance of (SotaDoubleCell or SotaFuzzyCell).
Returns:
The created SotaCell.


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.