Uses of Interface
org.knime.base.node.mine.sota.logic.SotaCell

Packages that use SotaCell
org.knime.base.node.mine.sota.logic Contains the logic classes of SOTA. 
 

Uses of SotaCell in org.knime.base.node.mine.sota.logic
 

Classes in org.knime.base.node.mine.sota.logic that implement SotaCell
 class SotaDoubleCell
           
 class SotaFuzzyCell
           
 

Methods in org.knime.base.node.mine.sota.logic that return SotaCell
 SotaCell SotaDoubleCell.clone()
          Clones the SotaCell instance and returns the clone.
 SotaCell SotaCell.clone()
          Clones the SotaCell instance and returns the clone.
 SotaCell SotaFuzzyCell.clone()
          Clones the SotaCell instance and returns the clone.
static SotaCell SotaCellFactory.createSotaCell(String type)
          Creates a new zeroed SotaCell.
 SotaCell[] SotaTreeCell.getData()
          Returns the cells data array.
 

Methods in org.knime.base.node.mine.sota.logic with parameters of type SotaCell
 SotaTreeCell SotaTreeCellFactory.createCell(SotaCell[] data, int level)
          Creates new instance of Cell with given data and level and returns it.
 SotaTreeCell SotaTreeCellFactory.createNode(SotaCell[] data, int level)
          Creates new instance of Cell with given data and level and returns it.
 void SotaTreeCell.setData(SotaCell[] dat)
          Sets the given data array.
 

Constructors in org.knime.base.node.mine.sota.logic with parameters of type SotaCell
SotaTreeCell(SotaCell[] dat, boolean isCell)
          Creates new instance of Cell with given vector data and given isCell flag.
SotaTreeCell(SotaCell[] dat, int lev, boolean isCell)
          Creates new instance of Cell with given vector data, given level of hierarchy and given isCell flag.
 



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.