Skip to content

Commit 39b7286

Browse files
author
Gabriel Einsdorf
committed
Deprecate ImgRefCell, ImgRefValue, ImageFileRefNode
1 parent bb56635 commit 39b7286

4 files changed

Lines changed: 3 additions & 2 deletions

File tree

org.knime.knip.io/src/org/knime/knip/io/ImgRefCell.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
* Zinsmaier</a>
106106
*/
107107
@SuppressWarnings("serial")
108+
@Deprecated
108109
public class ImgRefCell<T extends RealType<T> & NativeType<T>> extends BlobDataCell
109110
implements ImgRefValue, ImgPlusValue<T>, StringValue {
110111

org.knime.knip.io/src/org/knime/knip/io/ImgRefValue.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
* @author <a href="mailto:michael.zinsmaier@googlemail.com">Michael
6969
* Zinsmaier</a>
7070
*/
71+
@Deprecated
7172
public interface ImgRefValue extends DataValue {
7273

7374
/** Gathers meta information to this type. */

org.knime.knip.io/src/org/knime/knip/io/nodes/IONodeSetFactory.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ public Collection<String> getNodeFactoryIds() {
122122
// m_nodeFactories.put(ImgReaderNodeFactory.class.getCanonicalName(),
123123
// "/community/knip/io");
124124
m_nodeFactories.put(ImgWriter2NodeFactory.class.getCanonicalName(), "/community/knip/io");
125-
m_nodeFactories.put(ImageFileRefNodeFactory.class.getCanonicalName(), "/community/knip/io/other");
126125
m_nodeFactories.put(ImgImporterNodeFactory.class.getCanonicalName(), "/community/knip/io/other");
127126
m_nodeFactories.put(OverlayAnnotatorNodeFactory.class.getCanonicalName(), "/community/knip/labeling");
128127
m_nodeFactories.put(ImgReader2NodeFactory.class.getCanonicalName(), "/community/knip/io");

org.knime.knip.io/src/org/knime/knip/io/nodes/fileref/ImageFileRefNodeFactory.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Contributors: IBM Corporation - initial API and implementation -->
66

77
<!DOCTYPE knimeNode PUBLIC "-//UNIKN//DTD KNIME Node 2.0//EN" "http://www.knime.org/Node.dtd">
8-
<knimeNode icon="imagefileref.png" type="Source">
8+
<knimeNode icon="imagefileref.png" type="Source" deprecated="true">
99
<name>Image File Linker</name>
1010
<shortDescription>Creates references to image files.</shortDescription>
1111

0 commit comments

Comments
 (0)