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

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

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

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

Methods in org.knime.core.data.vector.bitvector that return types with arguments of type DenseBitVectorCell
static DataCellSerializer<DenseBitVectorCell> DenseBitVectorCell.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 DenseBitVectorCell
DenseBitVectorCellFactory(DenseBitVectorCell 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.