Revision: 666
http://cishell.svn.sourceforge.net/cishell/?rev=666&view=rev
Author: mwlinnem
Date: 2008-03-21 09:15:36 -0700 (Fri, 21 Mar 2008)
Log Message:
-----------
Update of framework for preference stuff. Added various new constants.
Modified Paths:
--------------
branches/user_prefs/org.cishell.framework/src/org/cishell/framework/algorithm/AlgorithmProperty.java
Modified: branches/user_prefs/org.cishell.framework/src/org/cishell/framework/algorithm/AlgorithmProperty.java
===================================================================
--- branches/user_prefs/org.cishell.framework/src/org/cishell/framework/algorithm/AlgorithmProperty.java 2008-03-21 16:11:49 UTC (rev 665)
+++ branches/user_prefs/org.cishell.framework/src/org/cishell/framework/algorithm/AlgorithmProperty.java 2008-03-21 16:15:36 UTC (rev 666)
@@ -33,11 +33,11 @@
public static final String ADDITIONS_GROUP = "additions";
public static final String START_GROUP = "start";
public static final String END_GROUP = "end";
- public static final String METATYPE_ID = "metatype-id";
public static final String REMOTEABLE = "remoteable";
public static final String REMOTE = "remote";
public static final String ALGORITHM_TYPE = "type";
public static final String TYPE_CONVERTER = "converter";
public static final String TYPE_ALGORITHM = "algorithm";
public static final String TYPE_DATASET = "dataset";
+ public static final String PARAMETER_PID = "parameter_pid";
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|