| Name | Description | Type | Package | Framework |
| AbstractCellFactory | Default implementation of a CellFactory, which creates more than a single new column. | Class | org.knime.core.data.container | KNIME |
|
| AbstractColumnTableSorter | | Class | org.knime.core.data.sort | KNIME |
|
| AbstractDataValueRendererFactory | Abstract implementation of DataValueRendererFactory that returns the class name for getId(). | Class | org.knime.core.data.renderer | KNIME |
|
| AbstractPainterDataValueRenderer | Abstract implementation of a DataValueRenderer that renders more complex scenes than just ordinary text. | Class | org.knime.core.data.renderer | KNIME |
|
| AbstractTableSorter | | Class | org.knime.core.data.sort | KNIME |
|
| AdapterCell | Abstract implementation of an adapter cell. | Class | org.knime.core.data | KNIME |
|
| AdapterCell .AdapterCellSerializer | (De)serializer for adapter cells. | Class | org.knime.core.data | KNIME |
|
| AdapterValue | Interface defining access on AdapterCell. | Interface | org.knime.core.data | KNIME |
|
| AutoconvertRowIterator | Decorator for a row iterator that transparently converts a certain column using a DataCellTypeConverter. | Class | org.knime.core.data | KNIME |
|
| BinaryObjectCellFactory | Factory to create DataCell objects implementing the BinaryObjectDataValue interface. | Class | org.knime.core.data.blob | KNIME |
|
| BinaryObjectDataCell | Cell implementation of BinaryObjectDataValue that keeps the binary content in a byte array. | Class | org.knime.core.data.blob | KNIME |
|
| BinaryObjectDataCell .BinaryObjectCellSerializer | Serializer for BinaryObjectDataCells. | Class | org.knime.core.data.blob | KNIME |
|
| BinaryObjectDataValue | | Interface | org.knime.core.data.blob | KNIME |
|
| BinaryObjectDataValue .BinaryObjectUtilityFactory | | Class | org.knime.core.data.blob | KNIME |
|
| BinaryObjectDataValueMetaRenderer | Shows size of BinaryObjectDataValue. | Class | org.knime.core.data.blob | KNIME |
|
| BinaryObjectDataValueMetaRenderer .Factory | Factory for BinaryObjectDataValueMetaRenderer. | Class | org.knime.core.data.blob | KNIME |
|
| BinaryObjectDataValueRenderer | Displays a hex dump for binary objects. | Class | org.knime.core.data.blob | KNIME |
|
| BinaryObjectDataValueRenderer .LongHexdumpFactory | Renderer for BLOBs that shows a hex dump of the first 8kB. | Class | org.knime.core.data.blob | KNIME |
|
| BinaryObjectDataValueRenderer .ShortHexdumpFactory | Renderer for BLOBs that shows a hex dump of the first 128 bytes. | Class | org.knime.core.data.blob | KNIME |
|
| BinaryObjectFileStoreDataCell | Cell implementation of BinaryObjectDataValue that keeps the binary content in a KNIME file store object. | Class | org.knime.core.data.blob | KNIME |
|
| BinaryObjectFileStoreDataCell .BinaryObjectFileStoreCellSerializer | Serializer for BinaryObjectFileStoreDataCells. | Class | org.knime.core.data.blob | KNIME |
|
| BitVector | | Interface | org.knime.core.data.vector.bitvector | KNIME |
|
| BitVectorCellFactory | | Interface | org.knime.core.data.vector.bitvector | KNIME |
|
| BitVectorType | Represents the supported BitVector types. | Class | org.knime.core.data.vector.bitvector | KNIME |
|
| BitVectorUtil | A utility class providing methods to apply set operations like "AND", "OR", and "XOR" on different kind of BitVectorValues, such as SparseBitVectorCells or DenseBitVectorCells in a convenient way. | Class | org.knime.core.data.vector.bitvector | KNIME |
|
| BitVectorValue | | Interface | org.knime.core.data.vector.bitvector | KNIME |
|
| BitVectorValue .BitVectorUtilityFactory | | Class | org.knime.core.data.vector.bitvector | KNIME |
|
| BitVectorValuePixelRenderer | Paints BitVectorValue elements. | Class | org.knime.core.data.renderer | KNIME |
|
| BitVectorValuePixelRenderer .Factory | Factory for the BitVectorValuePixelRenderer. | Class | org.knime.core.data.renderer | KNIME |
|
| BitVectorValueStringRenderer | Renderer for bit vector values. | Class | org.knime.core.data.renderer | KNIME |
|
| BitVectorValueStringRenderer .BinRendererFactory | Renderer that shows bit vectors as binary strings. | Class | org.knime.core.data.renderer | KNIME |
|
| BitVectorValueStringRenderer .HexRendererFactory | Renderer that shows bit vectors as hex strings. | Class | org.knime.core.data.renderer | KNIME |
|
| BitVectorValueStringRenderer .SetBitsRendererFactory | Renderer that shows the set bits and the length. | Class | org.knime.core.data.renderer | KNIME |
|
| BlobDataCell | Abstract Binary large object cell used to handle potentially large cells. | Class | org.knime.core.data.container | KNIME |
|
| BlobDataCell .BlobAddress | | Class | org.knime.core.data.container | KNIME |
|
| BlobSupportDataCellIterator | Iterator on a collection of DataCell objects, permitting the access on underlying | Interface | org.knime.core.data.collection | KNIME |
|
| BlobSupportDataCellList | A list of DataCell objects, which special treatment for BlobDataCell. | Class | org.knime.core.data.collection | KNIME |
|
| BlobSupportDataCellSet | A list of DataCell objects, which special treatment for BlobDataCell. | Class | org.knime.core.data.collection | KNIME |
|
| BlobSupportDataRow | Special row implementation that supports to access the wrapper cells of BlobDataCell. | Class | org.knime.core.data.container | KNIME |
|
| BlobWrapperDataCell | Wrapper for BlobDataCell. | Class | org.knime.core.data.container | KNIME |
|
| BlockableInputStream | | Class | org.knime.core.data.container | KNIME |
|
| BlockableOutputStream | | Class | org.knime.core.data.container | KNIME |
|
| BooleanCell | A data cell implementation holding a boolean value by storing this value in a private boolean member. | Class | org.knime.core.data.def | KNIME |
|
| BooleanCell .BooleanCellFactory | Factory for BooleanCells. | Class | org.knime.core.data.def | KNIME |
|
| BooleanCell .BooleanSerializer | Factory for (de-)serializing a BooleanCell. | Class | org.knime.core.data.def | KNIME |
|
| BooleanValue | Interface supporting generic boolean values. | Interface | org.knime.core.data | KNIME |
|
| BooleanValue .BooleanUtilityFactory | | Class | org.knime.core.data | KNIME |
|
| BooleanValueRenderer | | Class | org.knime.core.data.renderer | KNIME |
|
| BooleanValueRenderer .Factory | Factory for the BooleanValueRenderer. | Class | org.knime.core.data.renderer | KNIME |
|
| BoundedValue | A DataCell should implement this interface to indicate that its objects can be reasonably ordered. | Interface | org.knime.core.data | KNIME |
|
| Buffer | | Class | org.knime.core.data.container | KNIME |
|
| Buffer .CompressionFormat | | Class | org.knime.core.data.container | KNIME |
|
| Buffer .FromFileIterator | | Class | org.knime.core.data.container | KNIME |
|
| BufferedDataTableSorter | Table sorter for sorting BufferedDataTable objects. | Class | org.knime.core.data.sort | KNIME |
|
| BufferFromFileIteratorVersion1x | | Class | org.knime.core.data.container | KNIME |
|
| BufferFromFileIteratorVersion20 | | Class | org.knime.core.data.container | KNIME |
|
| BufferFromFileIteratorVersion20 .DataCellStreamReader | | Class | org.knime.core.data.container | KNIME |
|
| ByteVectorValue | positions. | Interface | org.knime.core.data.vector.bytevector | KNIME |
|
| ByteVectorValue .ByteVectorUtilityFactory | | Class | org.knime.core.data.vector.bytevector | KNIME |
|
| ByteVectorValuePixelRenderer | Paints ByteVectorValue elements. | Class | org.knime.core.data.renderer | KNIME |
|
| ByteVectorValuePixelRenderer .Factory | Factory for ByteVectorValuePixelRenderer. | Class | org.knime.core.data.renderer | KNIME |
|
| ByteVectorValueStringRenderer | Renderer for byte vector values showing the string representation. | Class | org.knime.core.data.renderer | KNIME |
|
| ByteVectorValueStringRenderer .Factory | Factory for ByteVectorValueStringRenderer. | Class | org.knime.core.data.renderer | KNIME |
|
| CellClassInfo | | Class | org.knime.core.data.container | KNIME |
|
| CellCollection | and CollectionDataValue. | Interface | org.knime.core.data.collection | KNIME |
|
| CellFactory | Factory for a ColumnRearranger to provide new columns which are, e. | Interface | org.knime.core.data.container | KNIME |
|
| CloseableRowIterator | A row iterator that can be closed in order to save resources. | Class | org.knime.core.data.container | KNIME |
|
| CollectionCellFactory | Factory class used to create DataCells that contain a collection of DataCells. | Class | org.knime.core.data.collection | KNIME |
|
| CollectionDataValue | Special interface that is implemented by DataCells that represent collection of cells. | Interface | org.knime.core.data.collection | KNIME |
|
| CollectionDataValue .CollectionUtilityFactory | | Class | org.knime.core.data.collection | KNIME |
|
| CollectionValueRenderer | Generic renderer for CollectionDataValue which prints the string representation of each object in theSince:2. | Class | org.knime.core.data.collection | KNIME |
|
| CollectionValueRenderer .FullRendererFactory | Factory for a CollectionValueRenderer that shows all elements of the collection. | Class | org.knime.core.data.collection | KNIME |
|
| CollectionValueRenderer .ShortRendererFactory | Factory for a CollectionValueRenderer that shows at most the first three elements of the collection. | Class | org.knime.core.data.collection | KNIME |
|
| ColorAttr | This class holds a Color value as property for view objects and supports colors for selection, hilite, selection-hilite, border, and | Class | org.knime.core.data.property | KNIME |
|
| ColorHandler | Final ColorHandler implementation as container which forwards color requests for a DataCell to its underlying | Class | org.knime.core.data.property | KNIME |
|
| ColorHandler .ColorModel | Returns a ColorAttr for the given DataCell. | Interface | org.knime.core.data.property | KNIME |
|
| ColorModelNominal | Color model which maps a set of DataCell objects toAuthor:Thomas Gabriel, University of Konstanz, Germany | Class | org.knime.core.data.property | KNIME |
|
| ColorModelRange | Computes colors based on a range of minimum and maximum values assigned to certain colors which are interpolated between a min and maximum color. | Class | org.knime.core.data.property | KNIME |
|
| ColumnBufferedDataTableSorter | Column-wise table sorter which uses the BufferedDataTableSorter internally. | Class | org.knime.core.data.sort | KNIME |
|
| ColumnDataTableSorter | Column-wise table sorter which uses the DataTableSorter internally. | Class | org.knime.core.data.sort | KNIME |
|
| ColumnRearranger | Meta object to describe in which way a table shall be modified (column-based) to create a new table. | Class | org.knime.core.data.container | KNIME |
|
| ColumnRearranger .DataCellTypeConverterCellFactory | | Class | org.knime.core.data.container | KNIME |
|
| ColumnRearranger .SpecAndFactoryObject | | Class | org.knime.core.data.container | KNIME |
|
| ColumnRearrangerFunction | | Class | org.knime.core.data.container | KNIME |
|
| ComplexNumberCell | A data cell implementation holding a complex number value by storing this value in two double member variables. | Class | org.knime.core.data.def | KNIME |
|
| ComplexNumberCell .ComplexNumberSerializer | Factory for (de-)serializing a ComplexNumberCell. | Class | org.knime.core.data.def | KNIME |
|
| ComplexNumberValue | Interface supporting generic complex number values. | Interface | org.knime.core.data | KNIME |
|
| ComplexNumberValue .ComplexNumberUtilityFactory | Meta information to the complex number value. | Class | org.knime.core.data | KNIME |
|
| ComplexNumberValueComparator | Comparator returned by the ComplexNumberValue. | Class | org.knime.core.data | KNIME |
|
| ComplexNumberValueRenderer | Render to display a complex number value using a givenAuthor:ciobaca, University of KonstanzSee Also:NumberFormat, | Class | org.knime.core.data.renderer | KNIME |
|
| ComplexNumberValueRenderer .Factory | Factory for ComplexNumberValue. | Class | org.knime.core.data.renderer | KNIME |
|
| ConcatenateTable | | Class | org.knime.core.data.container | KNIME |
|
| ConfigurableDataCellFactory | Additional interface for DataCellFactorys that can be configured, e. | Interface | org.knime.core.data | KNIME |
|
| ContainerTable | Class implementing the DataTable interface and using a buffer from a DataContainer as data source. | Class | org.knime.core.data.container | KNIME |
|
| CopyOnAccessTask | | Class | org.knime.core.data.container | KNIME |
|
| DataCell | Abstract base class of all DataCells, which acts as a container for arbitrary values and defines the common abilities all cells must provide, | Class | org.knime.core.data | KNIME |
|
| DataCellDataInput | | Interface | org.knime.core.data | KNIME |
|
| DataCellDataOutput | DataCell objects. | Interface | org.knime.core.data | KNIME |
|
| DataCellFactory | Interface for a factory that can create data cells from certain input formats. | Interface | org.knime.core.data | KNIME |
|
| DataCellFactory .FromComplexString | Factory that creates cells from complex, usually multi-line, string representations. | Interface | org.knime.core.data | KNIME |
|
| DataCellFactory .FromInputStream | Factory that creates cells from an binary input stream. | Interface | org.knime.core.data | KNIME |
|
| DataCellFactory .FromReader | Factory that creates cells from an character reader. | Interface | org.knime.core.data | KNIME |
|
| DataCellFactory .FromSimpleString | Factory that creates cells from simple, usually single-line, strings. | Interface | org.knime.core.data | KNIME |
|
| DataCellFactory .FromString | Factory that creates cells from strings. | Interface | org.knime.core.data | KNIME |
|
| DataCellSerializer | Interface for classes that can read or write specific DataCell implementations. | Interface | org.knime.core.data | KNIME |
|
| DataCellTypeConverter | Interface for converters from one cell type to another. | Class | org.knime.core.data | KNIME |
|
| DataColumnDomain | Final DataColumnDomain object holding meta infos about one column, that are, possible values and/or upper and lower bounds - if | Class | org.knime.core.data | KNIME |
|
| DataColumnDomainCreator | A column domain creator is used to initialize possible values and lower and upper bounds using DataCell objects. | Class | org.knime.core.data | KNIME |
|
| DataColumnProperties | Property map that contains annotations assigned to a column. | Class | org.knime.core.data | KNIME |
|
| DataColumnSpec | A DataColumnSpec describes one column in a It contains information about type, name, domain, data properties, and | Class | org.knime.core.data | KNIME |
|
| DataColumnSpecCreator | A factory class to create a DataColumnSpec (as the only way from outside this package). | Class | org.knime.core.data | KNIME |
|
| DataContainer | Buffer that collects DataRow objects and creates a DataTable on request. | Class | org.knime.core.data.container | KNIME |
|
| DataContainer .BufferCreator | | Class | org.knime.core.data.container | KNIME |
|
| DataContainerException | Exception that may be thrown by a DataContainer if the data is invalid. | Class | org.knime.core.data.container | KNIME |
|
| DataRow | Container interface for a vector of DataCells and a row key for unique identification. | Interface | org.knime.core.data | KNIME |
|
| DataTable | Most general data interface in table structure with a fixed number of columns and iterable rows (no random access). | Interface | org.knime.core.data | KNIME |
|
| DataTableDomainCreator | Create or recreate domain of a data table. | Class | org.knime.core.data | KNIME |
|
| DataTableSorter | Table sorter for sorting plain DataTable objects (use the class BufferedDataTableSorter if you want to sort buffered data | Class | org.knime.core.data.sort | KNIME |
|
| DataTableSpec | DataTableSpecs specify the structure of a DataTable. | Class | org.knime.core.data | KNIME |
|
| DataTableSpec .Serializer | Serializer for DataTableSpecs. | Class | org.knime.core.data | KNIME |
|
| DataTableSpecCreator | Creator for DataTableSpec. | Class | org.knime.core.data | KNIME |
|
| DataTableSpecExtractor | This utility class provides means to extract meta information from a specific data table spec and to return the extracted data as data table. | Class | org.knime.core.data.util | KNIME |
|
| DataTableSpecExtractor .PossibleValueOutputFormat | Defines how possible values will be represented. | Class | org.knime.core.data.util | KNIME |
|
| DataTableSpecExtractor .PropertyHandlerOutputFormat | How the color, shape, size handler are shown in the table. | Class | org.knime.core.data.util | KNIME |
|
| DataType | Type description associated with a certain implementation of a DataCell. | Class | org.knime.core.data | KNIME |
|
| DataType .MissingCell | | Class | org.knime.core.data | KNIME |
|
| DataTypeRegistry | A registry for all DataTypes that are registered via the extension point org. | Class | org.knime.core.data | KNIME |
|
| DataValue | The interface all value interfaces of DataCells DataCells implement different | Interface | org.knime.core.data | KNIME |
|
| DataValue .UtilityFactory | DataValue implementations with customized meta information must provide a static final member called UTILTIY of this | Class | org.knime.core.data | KNIME |
|
| DataValueComparator | The comparator used to compare two DataValue objects. | Class | org.knime.core.data | KNIME |
|
| DataValueRenderer | General interface for classes that are able to render special derivatives of This interface extends TableCellRenderer and | Interface | org.knime.core.data.renderer | KNIME |
|
| DataValueRendererFactory | Factory for creating data value renderers. | Interface | org.knime.core.data.renderer | KNIME |
|
| DataValueRendererFamily | Container for different DataValueRenderers which can be | Interface | org.knime.core.data.renderer | KNIME |
|
| DateAndTimeCell | Cell storing a time and/or date. | Class | org.knime.core.data.date | KNIME |
|
| DateAndTimeCellFactory | Factory for creating DateAndTimeCells from various input types. | Class | org.knime.core.data.date | KNIME |
|
| DateAndTimeCellSerializer | Serializes a DateAndTimeCell by writing the long representing the UTC time and the booleans whether date, time, or milliseconds are available. | Class | org.knime.core.data.date | KNIME |
|
| DateAndTimeComparator | | Class | org.knime.core.data.date | KNIME |
|
| DateAndTimeRenderUtil | Utility class for rendering times and dates. | Class | org.knime.core.data.date | KNIME |
|
| DateAndTimeUtility | The DataValue. | Class | org.knime.core.data.date | KNIME |
|
| DateAndTimeValue | Interface supporting the representation of time and date independent of the user's time zone and location. | Interface | org.knime.core.data.date | KNIME |
|
| DateAndTimeValueRenderer | Renders a DateAndTimeValue. | Class | org.knime.core.data.date | KNIME |
|
| DateAndTimeValueRenderer .DefaultRendererFactory | Factory for renderers in german format. | Class | org.knime.core.data.date | KNIME |
|
| DateAndTimeValueRenderer .Iso8061RendererFactory | Factory for renderers in ISO 8061 format. | Class | org.knime.core.data.date | KNIME |
|
| DateAndTimeValueRenderer .UsRendererFactory | Factory for renderers in US format. | Class | org.knime.core.data.date | KNIME |
|
| DCObjectInputStream | | Class | org.knime.core.data.container | KNIME |
|
| DCObjectInputVersion2 | | Class | org.knime.core.data.container | KNIME |
|
| DCObjectOutputVersion2 | | Class | org.knime.core.data.container | KNIME |
|
| DefaultBlobSupportDataCellIterator | Default implementation to BlobSupportDataCellIterator. | Class | org.knime.core.data.collection | KNIME |
|
| DefaultBlobSupportDataCellIterator .InternalIterator | | Class | org.knime.core.data.collection | KNIME |
|
| DefaultCellIterator | Default implementation of an iterator over the DataCells of a DataRow. | Class | org.knime.core.data.def | KNIME |
|
| DefaultDataValueRenderer | Default implementation for a renderer for DataValue objects. | Class | org.knime.core.data.renderer | KNIME |
|
| DefaultDataValueRenderer .Factory | Factory for a default (fallback) renderer that uses the string representation of a cell. | Class | org.knime.core.data.renderer | KNIME |
|
| DefaultDataValueRendererFamily | Default container for DataValueRenderer. | Class | org.knime.core.data.renderer | KNIME |
|
| DefaultNamespaceContext | A default implementation of NamespaceContext. | Class | org.knime.core.data.xml.util | KNIME |
|
| DefaultRow | Default row for DataCells which keeps a row identifier and an array of DataCell objects. | Class | org.knime.core.data.def | KNIME |
|
| DefaultRowIterator | Specific implementation for a RowIterator that iterates over a generic DataTable. | Class | org.knime.core.data.def | KNIME |
|
| DefaultTable | Deprecated(!) default implementation of a DataTable object. | Class | org.knime.core.data.def | KNIME |
|
| DenseBitVector | Stores Zeros and Ones in a vector, i. | Class | org.knime.core.data.vector.bitvector | KNIME |
|
| DenseBitVectorCell | Stores Zeros and Ones in a vector, i. | Class | org.knime.core.data.vector.bitvector | KNIME |
|
| DenseBitVectorCell .DenseBitVectorSerializer | Factory for (de-)serializing a DenseBitVectorCell. | Class | org.knime.core.data.vector.bitvector | KNIME |
|
| DenseBitVectorCell .Factory | Factory for DenseBitVectorCells. | Class | org.knime.core.data.vector.bitvector | KNIME |
|
| DenseBitVectorCellFactory | Used to created DataCells holding a DenseBitVector. | Class | org.knime.core.data.vector.bitvector | KNIME |
|
| DenseByteVector | A vector of fixed length holding byte counts at specific positions. | Class | org.knime.core.data.vector.bytevector | KNIME |
|
| DenseByteVectorCell | | Class | org.knime.core.data.vector.bytevector | KNIME |
|
| DenseByteVectorCell .DenseByteVectorSerializer | Serializer DenseByteVectorCells. | Class | org.knime.core.data.vector.bytevector | KNIME |
|
| DenseByteVectorCell .Factory | Factory for DenseByteVectorCells. | Class | org.knime.core.data.vector.bytevector | KNIME |
|
| DenseByteVectorCellFactory | Used to created DataCells holding a DenseByteVector. | Class | org.knime.core.data.vector.bytevector | KNIME |
|
| DomainCreatorColumnSelection | Defines which columns are effected by the DataTableDomainCreator. | Interface | org.knime.core.data | KNIME |
|
| DoubleBarRenderer | Renderer for double cells that paints the whole range in a bar according to the cell's value. | Class | org.knime.core.data.renderer | KNIME |
|
| DoubleBarRenderer .Factory | Factory for DoubleBarRenderer. | Class | org.knime.core.data.renderer | KNIME |
|
| DoubleCell | A data cell implementation holding a double value by storing this value in a private double member. | Class | org.knime.core.data.def | KNIME |
|
| DoubleCell .DoubleCellFactory | Factory for DoubleCells. | Class | org.knime.core.data.def | KNIME |
|
| DoubleCell .DoubleSerializer | Factory for (de-)serializing a DoubleCells. | Class | org.knime.core.data.def | KNIME |
|
| DoubleGrayValueRenderer | Renderer for double cells that paints the whole range in gray color according to the cell's value. | Class | org.knime.core.data.renderer | KNIME |
|
| DoubleGrayValueRenderer .Factory | Factory for DoubleGrayValueRenderer. | Class | org.knime.core.data.renderer | KNIME |
|
| DoubleValue | Interface supporting generic double values. | Interface | org.knime.core.data | KNIME |
|
| DoubleValue .DoubleUtilityFactory | | Class | org.knime.core.data | KNIME |
|
| DoubleValueComparator | Comparator returned by the DoubleValue interface. | Class | org.knime.core.data | KNIME |
|
| DoubleValueRenderer | Render to display a double value using a given NumberFormat. | Class | org.knime.core.data.renderer | KNIME |
|
| DoubleValueRenderer .FullPrecisionRendererFactory | Factory for full precision renderers. | Class | org.knime.core.data.renderer | KNIME |
|
| DoubleValueRenderer .PercentageRendererFactory | Factory for percentage renderers. | Class | org.knime.core.data.renderer | KNIME |
|
| DoubleValueRenderer .StandardRendererFactory | Factory for standard renderers. | Class | org.knime.core.data.renderer | KNIME |
|
| EmptyFileStoreHandler | | Class | org.knime.core.data.filestore.internal | KNIME |
|
| ExtensibleUtilityFactory | | Class | org.knime.core.data | KNIME |
|
| FileStore | | Class | org.knime.core.data.filestore | KNIME |
|
| FileStoreCell | | Class | org.knime.core.data.filestore | KNIME |
|
| FileStoreFactory | This class allows creating new FileStore objects that can be used to instantiate a FileStoreCell. | Class | org.knime.core.data.filestore | KNIME |
|
| FileStoreHandlerRepository | Lookup for file store handlers. | Class | org.knime.core.data.filestore.internal | KNIME |
|
| FileStoreKey | Wraps name and enumerated number to a file store object. | Class | org.knime.core.data.filestore.internal | KNIME |
|
| FileStoreKeyDataCell | A data cell used internally to save the file store keys generated in a loop to a buffered data table. | Class | org.knime.core.data.filestore.internal | KNIME |
|
| FileStoreKeyDataCell .FileStoreKeyCellSerializer | Serializer for FileStoreKeyDataCells. | Class | org.knime.core.data.filestore.internal | KNIME |
|
| FileStoreKeyDataValue | | Interface | org.knime.core.data.filestore.internal | KNIME |
|
| FileStoreKeyDataValue .FileStoreKeyUtilityFactory | Derived classes should override this and provide a DataValueComparator that | Class | org.knime.core.data.filestore.internal | KNIME |
|
| FileStorePortObject | Abstract super class of PortObject, which reference files. | Class | org.knime.core.data.filestore | KNIME |
|
| FileStoreProxy | | Class | org.knime.core.data.filestore.internal | KNIME |
|
| FileStoreProxy .FlushCallback | Marker interface implemented by the FileStorePortObject and FileStoreCell. | Interface | org.knime.core.data.filestore.internal | KNIME |
|
| FileStoresInLoopCache | | Class | org.knime.core.data.filestore.internal | KNIME |
|
| FileStoreUtil | Internal helper class, not to be used by clients. | Class | org.knime.core.data.filestore | KNIME |
|
| FuzzyIntervalCell | A data cell implementation holding a fuzzy interval as value by storing this value in four private double members, two for the min/max | Class | org.knime.core.data.def | KNIME |
|
| FuzzyIntervalCell .FuzzyIntervallCellFactory | Factory for FuzzyIntervalCells. | Class | org.knime.core.data.def | KNIME |
|
| FuzzyIntervalCell .FuzzyIntervalSerializer | Factory for (de-)serializing a FuzzyIntervalCell. | Class | org.knime.core.data.def | KNIME |
|
| FuzzyIntervalValue | Interface supporting fuzzy interval cells holding support and core min andAuthor:Michael Berthold, University of Konstanz | Interface | org.knime.core.data | KNIME |
|
| FuzzyIntervalValue .FuzzyIntervalUtilityFactory | | Class | org.knime.core.data | KNIME |
|
| FuzzyIntervalValueComparator | Comparator returned by the FuzzyIntervalValue datacell type. | Class | org.knime.core.data | KNIME |
|
| FuzzyNumberCell | A data cell implementation holding a Fuzzy number by storing this value in three private double members, that is one for the core and two | Class | org.knime.core.data.def | KNIME |
|
| FuzzyNumberCell .FuzzyNumberCellFactory | Factory for FuzzyNumberCells. | Class | org.knime.core.data.def | KNIME |
|
| FuzzyNumberCell .FuzzyNumberSerializer | Factory for (de-)serializing a FuzzyNumberCell. | Class | org.knime.core.data.def | KNIME |
|
| FuzzyNumberValue | Interface supporting fuzzy numbers defined by min and max support, and core. | Interface | org.knime.core.data | KNIME |
|
| FuzzyNumberValue .FuzzyNumberUtilityFactory | | Class | org.knime.core.data | KNIME |
|
| FuzzyNumberValueComparator | Comparator returned by the FuzzyNumberValue datacell type. | Class | org.knime.core.data | KNIME |
|
| IFileStoreHandler | | Interface | org.knime.core.data.filestore.internal | KNIME |
|
| ILoopStartWriteFileStoreHandler | | Interface | org.knime.core.data.filestore.internal | KNIME |
|
| ImageContent | Generic content of an image. | Interface | org.knime.core.data.image | KNIME |
|
| ImageDataValueRenderer | Renderer for image content. | Class | org.knime.core.data.image | KNIME |
|
| ImageValue | Interface for all image cells. | Interface | org.knime.core.data.image | KNIME |
|
| ImageValue .ImageValueUtilityFactory | Utility factory for image values. | Class | org.knime.core.data.image | KNIME |
|
| ImageValueRenderer | Renderer for ImageValues that tries to get the concrete renderer for every image (e. | Class | org.knime.core.data.renderer | KNIME |
|
| ImageValueRenderer .Factory | Factory for percentage renderers. | Class | org.knime.core.data.renderer | KNIME |
|
| IntCell | A data cell implementation holding an integer value by storing this value in a private int member. | Class | org.knime.core.data.def | KNIME |
|
| IntCell .IntCellFactory | Factory for IntCells. | Class | org.knime.core.data.def | KNIME |
|
| IntCell .IntCellSerializer | Serializer for an IntCell. | Class | org.knime.core.data.def | KNIME |
|
| InternalDuplicateChecker | | Class | org.knime.core.data.filestore.internal | KNIME |
|
| IntervalCell | A DataCell implementation holding a numeric interval as value by storing left and right bound. | Class | org.knime.core.data.def | KNIME |
|
| IntervalCell .IntervallCellFactory | Factory for IntervalCells. | Class | org.knime.core.data.def | KNIME |
|
| IntervalCell .IntervalSerializer | Factory for (de-)serializing a IntervalCell. | Class | org.knime.core.data.def | KNIME |
|
| IntervalValue | Interface supporting interval cells holding minimum and maximum boundaries. | Interface | org.knime.core.data | KNIME |
|
| IntervalValue .IntervalUtilityFactory | | Class | org.knime.core.data | KNIME |
|
| IntervalValueComparator | Comparator returned by the IntervalValue datacell type. | Class | org.knime.core.data | KNIME |
|
| IntValue | Interface supporting generic int values. | Interface | org.knime.core.data | KNIME |
|
| IntValue .IntUtilityFactory | | Class | org.knime.core.data | KNIME |
|
| IntValueComparator | Comparator returned by the IntValue interface. | Class | org.knime.core.data | KNIME |
|
| IntValueRenderer | Default renderer for IntValue and LongValue. | Class | org.knime.core.data.renderer | KNIME |
|
| IntValueRenderer .Factory | Factory for the IntValueRenderer. | Class | org.knime.core.data.renderer | KNIME |
|
| IWriteFileStoreHandler | | Interface | org.knime.core.data.filestore.internal | KNIME |
|
| JoinedRow | Row that concatenates two given rows. | Class | org.knime.core.data.def | KNIME |
|
| JoinedTable | Class that realizes a join table of two BufferedDataTable arguments. | Class | org.knime.core.data.container | KNIME |
|
| JoinTableIterator | | Class | org.knime.core.data.container | KNIME |
|
| KNIMEStreamConstants | | Interface | org.knime.core.data.container | KNIME |
|
| LimitedXPathMatcher | | Class | org.knime.core.data.xml.io | KNIME |
|
| ListCell | Default implementation of a CollectionDataValue, whereby the underlying data structure is a list. | Class | org.knime.core.data.collection | KNIME |
|
| ListCell .ListCellSerializer | Serializer for ListCells. | Class | org.knime.core.data.collection | KNIME |
|
| ListDataValue | Provides additionally access by index to the collection elements. | Interface | org.knime.core.data.collection | KNIME |
|
| ListModelFilterUtils | Utility class providing filter methods on JList and ListModel. | Class | org.knime.core.data.util | KNIME |
|
| LongCell | | Class | org.knime.core.data.def | KNIME |
|
| LongCell .LongCellFactory | Factory for LongCells. | Class | org.knime.core.data.def | KNIME |
|
| LongCell .LongSerializer | Factory for (de-)serializing a LongCell. | Class | org.knime.core.data.def | KNIME |
|
| LongUTFDataInputStream | Input Stream that's used to read from stream written by LongUTFDataOuputStream. | Class | org.knime.core.data.container | KNIME |
|
| LongUTFDataOutputStream | Wrapper class of a DataOutputStream that also allows to write UTF strings longer than 65535. | Class | org.knime.core.data.container | KNIME |
|
| LongValue | Interface supporting generic long values. | Interface | org.knime.core.data | KNIME |
|
| LongValue .LongUtilityFactory | | Class | org.knime.core.data | KNIME |
|
| LongValueComparator | Comparator returned by the LongValue interface. | Class | org.knime.core.data | KNIME |
|
| LongValueRenderer | Renderer for long values that simply prints the value. | Class | org.knime.core.data.renderer | KNIME |
|
| LoopEndWriteFileStoreHandler | | Class | org.knime.core.data.filestore.internal | KNIME |
|
| LoopStartReferenceWriteFileStoreHandler | File store handler that is associated with a loop start node that is part of a loop body (nested loops). | Class | org.knime.core.data.filestore.internal | KNIME |
|
| LoopStartWritableFileStoreHandler | | Class | org.knime.core.data.filestore.internal | KNIME |
|
| LoopStartWritableFileStoreHandler .NestedLoopIdentifierProvider | | Class | org.knime.core.data.filestore.internal | KNIME |
|
| MemoryAlert | Object that carries information about a memory alert. | Class | org.knime.core.data.util.memory | KNIME |
|
| MemoryAlertListener | Listener that gets notified when free memory get low. | Class | org.knime.core.data.util.memory | KNIME |
|
| MemoryAlertObject | | Class | org.knime.core.data.util.memory | KNIME |
|
| MemoryAlertSystem | addListener(MemoryAlertListener) that get notified if free memory gets low. | Class | org.knime.core.data.util.memory | KNIME |
|
| MemoryAlertSystem .MemoryActionIndicator | | Interface | org.knime.core.data.util.memory | KNIME |
|
| MemoryObjectTracker | | Class | org.knime.core.data.util.memory | KNIME |
|
| MemoryObjectTracker .Strategy | | Class | org.knime.core.data.util.memory | KNIME |
|
| MemoryReleasable | Marks an object that is able to free memory on demand. | Interface | org.knime.core.data.util.memory | KNIME |
|
| MemoryService | Used to query if memory on the heap is low. | Class | org.knime.core.data.sort | KNIME |
|
| MemoryWarningSystem | | Class | org.knime.core.data.util.memory | KNIME |
|
| MemoryWarningSystem .MemoryWarningListener | | Interface | org.knime.core.data.util.memory | KNIME |
|
| MissingCell | Cell implementation to MissingValue. | Class | org.knime.core.data | KNIME |
|
| MissingCell .MissingSerializer | Factory for (de-)serializing a MissingCell. | Class | org.knime.core.data | KNIME |
|
| MissingValue | have an error message set. | Interface | org.knime.core.data | KNIME |
|
| MultiLineBasicLabelUI | Label UI that respects the linebreaks in the label to be rendered. | Class | org.knime.core.data.renderer | KNIME |
|
| MultiLineStringValueRenderer | This class renders strings that consist of more than one line. | Class | org.knime.core.data.renderer | KNIME |
|
| MultiLineStringValueRenderer .Factory | Factory for a multi-line string renderer with a proportional font. | Class | org.knime.core.data.renderer | KNIME |
|
| NoKeyBuffer | | Class | org.knime.core.data.container | KNIME |
|
| NominalValue | Interface of a StringCell, which does not enforce additional functionality but indicates that cells implementing | Interface | org.knime.core.data | KNIME |
|
| NonClosableInputStream | InputStream that delegates to an underlying InputStream but ignoresAuthor:Bernd Wiswedel, University of Konstanz | Class | org.knime.core.data.util | KNIME |
|
| NonClosableInputStream .Zip | Special implementation that wraps ZipInputStream objects and calls ZipInputStream. | Class | org.knime.core.data.util | KNIME |
|
| NonClosableOutputStream | Class that overrides the close method and flushes the stream instead ofAuthor:Bernd Wiswedel, University of Konstanz | Class | org.knime.core.data.util | KNIME |
|
| NonClosableOutputStream .Zip | Special implementation that wraps ZipOutputStream objects and calls ZipOutputStream. | Class | org.knime.core.data.util | KNIME |
|
| NoSerializer | This is a marker serializer for cell implementations that don't have their own serializer (which is highly discouraged). | Class | org.knime.core.data | KNIME |
|
| NotInWorkflowFileStoreHandlerRepository | Fallback repository that is used when the node is run outside the workflow manager, for instance in the testing environment or using a 3rd party executor. | Class | org.knime.core.data.filestore.internal | KNIME |
|
| NotInWorkflowWriteFileStoreHandler | | Class | org.knime.core.data.filestore.internal | KNIME |
|
| ObjectToDataCellConverter | Factory to get DataCell representation for various This class is used within the DefaultTable to wrap | Class | org.knime.core.data.util | KNIME |
|
| PMMLBlobCell | BlobDataCell implementation that encapsulates aAuthor:Heiko Hofer, Dominik MorentSee Also:Serialized Form | Class | org.knime.core.data.xml | KNIME |
|
| PMMLBlobCell .PMMLSerializer | Serializer for PMMLBlobCells. | Class | org.knime.core.data.xml | KNIME |
|
| PMMLCell | | Class | org.knime.core.data.xml | KNIME |
|
| PMMLCell .PMMLSerializer | Serializer for PMMLCells. | Class | org.knime.core.data.xml | KNIME |
|
| PMMLCellContent | | Class | org.knime.core.data.xml | KNIME |
|
| PMMLCellFactory | Cell factory that creates XML cells. | Class | org.knime.core.data.xml | KNIME |
|
| PMMLValue | This value encapsulates a PMML Document. | Interface | org.knime.core.data.xml | KNIME |
|
| PMMLValue .PMMLUtilityFactory | | Class | org.knime.core.data.xml | KNIME |
|
| PNGImageBlobCell | Blob implemenation of a PNG image cell. | Class | org.knime.core.data.image.png | KNIME |
|
| PNGImageBlobCell .PNGSerializer | Serialier for PNGImageBlobCells. | Class | org.knime.core.data.image.png | KNIME |
|
| PNGImageCell | Default implementation of a PNG image cell. | Class | org.knime.core.data.image.png | KNIME |
|
| PNGImageCell .PNGSerializer | Serializer for PNGImageCell. | Class | org.knime.core.data.image.png | KNIME |
|
| PNGImageCellFactory | Factory for PNGImageCells. | Class | org.knime.core.data.image.png | KNIME |
|
| PNGImageContent | Content of a PNG image. | Class | org.knime.core.data.image.png | KNIME |
|
| PNGImageValue | DataValue Interface for plain PNG image. | Interface | org.knime.core.data.image.png | KNIME |
|
| PNGImageValue .ImageCellUtilityFactory | | Class | org.knime.core.data.image.png | KNIME |
|
| PNGImageValueComparator | A special DataCellComparator for the ImageCells. | Class | org.knime.core.data.image.png | KNIME |
|
| PNGImageValueRendererFactoryUtil | Hosts factories used by renderer extension point. | Class | org.knime.core.data.image.png | KNIME |
|
| PNGImageValueRendererFactoryUtil .StandardRendererFactory | | Class | org.knime.core.data.image.png | KNIME |
|
| PortObjectCell | Default implementation for a general port object. | Class | org.knime.core.data.model | KNIME |
|
| PortObjectCell .PortObjectCellSerializer | Serializer for PortObjectCells. | Class | org.knime.core.data.model | KNIME |
|
| PortObjectValue | DataValue interface for port objects. | Interface | org.knime.core.data.model | KNIME |
|
| PortObjectValue .PortObjectUtilityFactory | | Class | org.knime.core.data.model | KNIME |
|
| PortObjectValueComparator | A special DataCellComparator for port objects. | Class | org.knime.core.data.model | KNIME |
|
| PortObjectValueRenderer | Renderer for PortObject content that are compatible with PortObjectValue classes. | Class | org.knime.core.data.model | KNIME |
|
| PortObjectValueRenderer .Factory | Factory for PortObjectValueRenderer. | Class | org.knime.core.data.model | KNIME |
|
| PriorityGlobalObjectInputStream | | Class | org.knime.core.data.container | KNIME |
|
| PropertyHandler | Parent of all PropertyHandlers (color, size, . | Interface | org.knime.core.data.property | KNIME |
|
| RearrangeColumnsTable | Table implementation that is created based on a ColumnRearranger. | Class | org.knime.core.data.container | KNIME |
|
| RearrangeColumnsTable .NewColumnsProducerMapping | | Class | org.knime.core.data.container | KNIME |
|
| ReferenceWriteFileStoreHandler | File store handler used for non-start nodes that are part of a loop body (not the loop end). | Class | org.knime.core.data.filestore.internal | KNIME |
|
| RowAppender | This is a very simple interface that allows adding DataRows to a DataTable, DataContainer, or anything else. | Interface | org.knime.core.data.container | KNIME |
|
| RowIterator | Classes extending this class iterate over the rows of a DataTable. | Class | org.knime.core.data | KNIME |
|
| RowKey | Key for a specific row which holds an identifier of type String. | Class | org.knime.core.data | KNIME |
|
| ROWriteFileStoreHandler | | Class | org.knime.core.data.filestore.internal | KNIME |
|
| RWAdapterValue | Extension for an adapter value that allows adding new cells to the adapter. | Interface | org.knime.core.data | KNIME |
|
| SetCell | Default implementation of a CollectionDataValue, whereas the underlying data structure is a set (i. | Class | org.knime.core.data.collection | KNIME |
|
| SetCell .SetCellSerializer | Serializer for SetCells. | Class | org.knime.core.data.collection | KNIME |
|
| SetDataValue | Additionally provides 'contains' functionality. | Interface | org.knime.core.data.collection | KNIME |
|
| SetOfRendererFamilies | Container for DataValueRendererFamily that is by itself a renderer family. | Class | org.knime.core.data.renderer | KNIME |
|
| ShapeFactory | Abstract class for different drawable shapes. | Class | org.knime.core.data.property | KNIME |
|
| ShapeFactory .Shape | Abstract implementation of a shape. | Class | org.knime.core.data.property | KNIME |
|
| ShapeHandler | Final ShapeHandler implementation which keeps a ShapeModel to request Shape objects from. | Class | org.knime.core.data.property | KNIME |
|
| ShapeHandler .ShapeModel | | Interface | org.knime.core.data.property | KNIME |
|
| ShapeModelNominal | Nominal ShapeModel which maps a set of DataCellAuthor:Thomas Gabriel, University of Konstanz | Class | org.knime.core.data.property | KNIME |
|
| ShapeSelectionComboBox | | Class | org.knime.core.data.property | KNIME |
|
| ShapeSelectionComboBoxRenderer | Overrides the DefaultTableCellRenderer and sets icon and text to display the Shape properties. | Class | org.knime.core.data.property | KNIME |
|
| ShapeSelectionListRenderer | | Class | org.knime.core.data.property | KNIME |
|
| SingleCellFactory | Convenience implementation of a cell factory with one new column. | Class | org.knime.core.data.container | KNIME |
|
| SizeHandler | Final SizeHandler implementation which keeps a SizeModel to request size settings from. | Class | org.knime.core.data.property | KNIME |
|
| SizeHandler .SizeModel | | Interface | org.knime.core.data.property | KNIME |
|
| SizeModelDouble | A SizeModel computing sizes of objects (rows) based on the double value of DataCell. | Class | org.knime.core.data.property | KNIME |
|
| SizeModelDouble .Mapping | Supported mapping methods. | Class | org.knime.core.data.property | KNIME |
|
| SortingConsumer | Callback for the AbstractColumnTableSorter. | Interface | org.knime.core.data.sort | KNIME |
|
| SortingDescription | The configuration class for the AbstractColumnTableSorter. | Class | org.knime.core.data.sort | KNIME |
|
| SparseBitVector | Stores Zeros and Ones in a vector, i. | Class | org.knime.core.data.vector.bitvector | KNIME |
|
| SparseBitVectorCell | Stores Zeros and Ones in a vector, i. | Class | org.knime.core.data.vector.bitvector | KNIME |
|
| SparseBitVectorCell .Factory | Factory for SparseBitVectorCells. | Class | org.knime.core.data.vector.bitvector | KNIME |
|
| SparseBitVectorCell .SparseBitVectorSerializer | Factory for (de-)serializing a DenseBitVectorCell. | Class | org.knime.core.data.vector.bitvector | KNIME |
|
| SparseBitVectorCellFactory | | Class | org.knime.core.data.vector.bitvector | KNIME |
|
| SparseByteVector | A vector of fixed length holding byte counts at specific positions. | Class | org.knime.core.data.vector.bytevector | KNIME |
|
| SparseByteVectorCell | | Class | org.knime.core.data.vector.bytevector | KNIME |
|
| SparseByteVectorCell .SparseByteVectorSerializer | Factory for (de-)serializing a DenseBitVectorCell. | Class | org.knime.core.data.vector.bytevector | KNIME |
|
| SparseByteVectorCellFactory | Used to created DataCells holding a SparseByteVector. | Class | org.knime.core.data.vector.bytevector | KNIME |
|
| SparseListCell | Sparse implementation of a CollectionDataValue. | Class | org.knime.core.data.collection | KNIME |
|
| SparseListCell .SparseListCellSerializer | Serializer for SparseListCells. | Class | org.knime.core.data.collection | KNIME |
|
| SparseListDataValue | Sparse implementation of the ListDataValue interface that stores only the value and the index of elements that are unequal to | Interface | org.knime.core.data.collection | KNIME |
|
| StringCell | A data cell implementation holding a string value by storing this value in a private String member. | Class | org.knime.core.data.def | KNIME |
|
| StringCell .StringCellFactory | Factory for StringCells. | Class | org.knime.core.data.def | KNIME |
|
| StringCell .StringSerializer | Factory for (de-)serializing a StringCells. | Class | org.knime.core.data.def | KNIME |
|
| StringValue | Interface of a StringCell, forces method to return string value. | Interface | org.knime.core.data | KNIME |
|
| StringValue .StringUtilityFactory | | Class | org.knime.core.data | KNIME |
|
| StringValueComparator | Comparator returned by the StringValue interface. | Class | org.knime.core.data | KNIME |
|
| StringValueRenderer | Renderer for DataCells that are compatible with StringValue classes. | Class | org.knime.core.data.renderer | KNIME |
|
| StringValueRenderer .Factory | Factory for the StringValueRenderer. | Class | org.knime.core.data.renderer | KNIME |
|
| SynchronizedIterator | Synchronized (thread-safe) wrapper for an Iterator. | Class | org.knime.core.data.util | KNIME |
|
| SynchronizedIterator .ElementAndIndex | | Class | org.knime.core.data.util | KNIME |
|
| TableSpecReplacerTable | Table that only replaces the data table spec of an underlying table. | Class | org.knime.core.data.container | KNIME |
|
| TimestampCell | information as Date. | Class | org.knime.core.data.def | KNIME |
|
| TimestampCell .TimestampCellSerializer | Factory for (de-)serializing a TimestampCell. | Class | org.knime.core.data.def | KNIME |
|
| TimestampValue | Value interface of data cells holding day/time information. | Interface | org.knime.core.data | KNIME |
|
| TimestampValue .TimestampUtilityFactory | | Class | org.knime.core.data | KNIME |
|
| TimestampValue .TimestampValueComparator | Comparator returned by the TimestampValue interface. | Class | org.knime.core.data | KNIME |
|
| WorkflowFileStoreHandlerRepository | File store handler associated with a workflow. | Class | org.knime.core.data.filestore.internal | KNIME |
|
| WrappedTable | Special table implementation that simply wraps a given BufferedDataTable. | Class | org.knime.core.data.container | KNIME |
|
| WriteFileStoreHandler | | Class | org.knime.core.data.filestore.internal | KNIME |
|
| XMLBlobCell | BlobDataCell implementation that encapsulates aAuthor:Heiko HoferSee Also:Serialized Form | Class | org.knime.core.data.xml | KNIME |
|
| XMLBlobCell .XMLSerializer | Serializer for XMLBlobCells. | Class | org.knime.core.data.xml | KNIME |
|
| XMLCell | DataCell implementation that encapsulates a XMLCellContent. | Class | org.knime.core.data.xml | KNIME |
|
| XMLCell .XMLSerializer | Serializer for XMLCells. | Class | org.knime.core.data.xml | KNIME |
|
| XMLCellContent | This class encapsulates a Document. | Class | org.knime.core.data.xml | KNIME |
|
| XMLCellFactory | Cell factory that creates XML cells. | Class | org.knime.core.data.xml | KNIME |
|
| XMLCellReader | An object to read @link{DataCell}s that can safely be casted toCloses any resources need for the read process. | Interface | org.knime.core.data.xml.io | KNIME |
|
| XMLCellReaderFactory | Factory class for XMLCellReader. | Class | org.knime.core.data.xml.io | KNIME |
|
| XMLCellWriter | An object to write xml cells (@link{XMLValue}). | Interface | org.knime.core.data.xml.io | KNIME |
|
| XMLCellWriterFactory | Factory class to create @link{XMLCellWriter}. | Class | org.knime.core.data.xml.io | KNIME |
|
| XMLCellWriterUtil | | Class | org.knime.core.data.xml.io | KNIME |
|
| XMLDOMCellReader | | Class | org.knime.core.data.xml.io | KNIME |
|
| XmlDomComparer | Provides methods for comparing XML nodes. | Class | org.knime.core.data.xml.util | KNIME |
|
| XmlDomComparer .Diff | Comprises a difference in two DOM Documents. | Class | org.knime.core.data.xml.util | KNIME |
|
| XmlDomComparer .Diff .Type | The type of the difference. | Class | org.knime.core.data.xml.util | KNIME |
|
| XmlDomComparerCustomizer | A listener that is passed to a DOMComparer and tells it which nodes to include in the check and if the the order of the children of a given node is critical for the check. | Class | org.knime.core.data.xml.util | KNIME |
|
| XmlDomComparerCustomizer .ChildrenCompareStrategy | Determines if the order of children of an element should impact the comparison. | Class | org.knime.core.data.xml.util | KNIME |
|
| XMLMultiCellWriter | | Class | org.knime.core.data.xml.io | KNIME |
|
| XMLValue | This value encapsulates a Document. | Interface | org.knime.core.data.xml | KNIME |
|
| XMLValue .XMLUtilityFactory | | Class | org.knime.core.data.xml | KNIME |
|
| XMLValueRenderer | Default renderer for XML values. | Class | org.knime.core.data.xml | KNIME |
|
| XMLValueRenderer .Factory | Factory for XMLValueRenderer. | Class | org.knime.core.data.xml | KNIME |
|
| XMLXpathCellReader | Read nodes from XML source which match an XPath expression. | Class | org.knime.core.data.xml.io | KNIME |