Uses of Class
org.knime.core.data.vector.bytevector.DenseByteVectorCell

Packages that use DenseByteVectorCell
org.knime.core.data.vector.bytevector   
 

Uses of DenseByteVectorCell in org.knime.core.data.vector.bytevector
 

Methods in org.knime.core.data.vector.bytevector that return DenseByteVectorCell
 DenseByteVectorCell DenseByteVectorCellFactory.createDataCell()
          Creates a DataCell from the currently stored byte vector.
static DenseByteVectorCell DenseByteVectorCellFactory.max(ByteVectorValue bv1, ByteVectorValue bv2)
          Creates a dense byte vector cell containing the result of the max operation on the passed operands (that is each position holds the maximum of the values of the operands).
static DenseByteVectorCell DenseByteVectorCellFactory.min(ByteVectorValue bv1, ByteVectorValue bv2)
          Creates a dense byte vector cell containing the result of the min operation on the passed operands (that is each position holds the minimum of the values of the operands).
static DenseByteVectorCell DenseByteVectorCellFactory.sum(ByteVectorValue bv1, ByteVectorValue bv2)
          Creates a dense byte vector cell containing the sum of the passed operands (that is each position holds the sum of the values of the operands).
 

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

Methods in org.knime.core.data.vector.bytevector with parameters of type DenseByteVectorCell
 void DenseByteVectorCellFactory.concatenate(DenseByteVectorCell bvCell)
          Appends the argument at the end of the vector currently stored in the factory.
 void DenseByteVectorCellFactory.insert(DenseByteVectorCell bvCell)
          Inserts the bytes at the lower positions of the current vector.
 

Constructors in org.knime.core.data.vector.bytevector with parameters of type DenseByteVectorCell
DenseByteVectorCellFactory(DenseByteVectorCell cell, int startIdx, int 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.