org.knime.base.util.coordinate
Interface CoordinateFactory
- All Known Implementing Classes:
- DoubleCoordinateFactory, IntegerCoordinateFactory, NominalCoordinateFactory
public interface CoordinateFactory
Interface for a coordinate factory.
- Author:
- Stephan Sellien, University of Konstanz
createCoordinate
Coordinate createCoordinate(DataColumnSpec columnSpec)
- Factory method for creating a
Coordinate
according to a
DataColumnSpec
.
- Parameters:
columnSpec
- the DataColumnSpec
- Returns:
- the according
Coordinate
, or null
if for
some reason an appropriate coordinate cannot be created
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.