Uses of Class
org.knime.core.data.vector.bitvector.SparseBitVectorCell

Packages that use SparseBitVectorCell
org.knime.core.data.vector.bitvector   
 

Uses of SparseBitVectorCell in org.knime.core.data.vector.bitvector
 

Methods in org.knime.core.data.vector.bitvector that return SparseBitVectorCell
static SparseBitVectorCell SparseBitVectorCellFactory.and(BitVectorValue bv1, BitVectorValue bv2)
          Creates a sparse bit vector cell containing the result of the AND operation on the passed operands.
 SparseBitVectorCell SparseBitVectorCellFactory.createDataCell()
          Creates a DataCell from the currently stored bit vector.
static SparseBitVectorCell SparseBitVectorCellFactory.or(BitVectorValue bv1, BitVectorValue bv2)
          Creates a sparse bit vector cell containing the result of the OR operation on the passed operands.
static SparseBitVectorCell SparseBitVectorCellFactory.xor(BitVectorValue bv1, BitVectorValue bv2)
          Creates a sparse bit vector cell containing the result of the XOR operation on the passed operands.
static SparseBitVectorCell DenseBitVectorCellFactory.xor(BitVectorValue bv1, BitVectorValue bv2)
          Creates a dense bit vector cell containing the result of the XOR operation on the passed operands.
 

Methods in org.knime.core.data.vector.bitvector that return types with arguments of type SparseBitVectorCell
static DataCellSerializer<SparseBitVectorCell> SparseBitVectorCell.getCellSerializer()
          Returns the factory to read/write DataCells of this class from/to a DataInput/DataOutput.
 

Constructors in org.knime.core.data.vector.bitvector with parameters of type SparseBitVectorCell
SparseBitVectorCellFactory(SparseBitVectorCell cell, long startIdx, long endIdx)
          Initializes the vector from a subsequence of the specified cell.
 



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.