Uses of Class
org.knime.core.data.DataColumnDomain

Packages that use DataColumnDomain
org.knime.base.node.io.filereader Contains a node implementation that reads in data from an ASCII file. 
org.knime.base.util.coordinate All classes of this package are not part of the offical API and might undergo changes until the next release. 
org.knime.core.data Contains the interface definitions of the DataCell and DataTable and related classes, used to store and access the actual data. 
 

Uses of DataColumnDomain in org.knime.base.node.io.filereader
 

Methods in org.knime.base.node.io.filereader with parameters of type DataColumnDomain
 void ColProperty.changeDomain(DataColumnDomain newDomain)
          Replaces the list of possible values for this columns.
 

Uses of DataColumnDomain in org.knime.base.util.coordinate
 

Methods in org.knime.base.util.coordinate that return DataColumnDomain
 DataColumnDomain Coordinate.getDomain()
          Returns the domain used in this moment after applying the active mapping method.
 

Methods in org.knime.base.util.coordinate with parameters of type DataColumnDomain
 boolean LogarithmicMappingMethod.isCompatibleWithDomain(DataColumnDomain domain)
          Checks compatibility with a domain.
 boolean SquareRootMappingMethod.isCompatibleWithDomain(DataColumnDomain domain)
          Checks compatibility with a domain.
 boolean MappingMethod.isCompatibleWithDomain(DataColumnDomain domain)
          Checks compatibility with a domain.
 

Uses of DataColumnDomain in org.knime.core.data
 

Methods in org.knime.core.data that return DataColumnDomain
 DataColumnDomain DataColumnDomainCreator.createDomain()
          Creates a read-only DataColumnDomain based on the internal values.
 DataColumnDomain DataColumnSpec.getDomain()
          Returns the domain of this column spec including meta-information such as bounds, possible values, etc.
static DataColumnDomain DataColumnDomain.load(ConfigRO config)
          Reads lower and upper bounds as well as the possible values - if available - from ConfigRO.
 

Methods in org.knime.core.data with parameters of type DataColumnDomain
 void DataColumnSpecCreator.setDomain(DataColumnDomain domain)
          Set (new) domain.
 

Constructors in org.knime.core.data with parameters of type DataColumnDomain
DataColumnDomainCreator(DataColumnDomain copyFrom)
          Creates a new domain creator by copying the information from an other column domain.
DataColumnSpec(String name, String[] elNames, DataType type, DataColumnDomain domain, DataColumnProperties props, SizeHandler sizeHdl, ColorHandler colorHdl, ShapeHandler shapeHdl)
          Constructor taking all properties of this column spec as arguments.
 



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.