Changeset 5244
- Timestamp:
- 01/08/11 12:33:59 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OKBJavaConnector/HLOKBWebClient/src/main/java/at/hl/okb/IECJConnector.java
r4963 r5244 3 3 import java.util.List; 4 4 import java.util.Map; 5 6 import at.hl.wsclient.okb.AlgorithmParameter; 5 7 6 8 /** … … 10 12 */ 11 13 public interface IECJConnector { 14 15 /** 16 * checks if algorithm exists and returns AlgorithmParameterMap with AlgorithmParamName, AlgorithParamType 17 * @param algorithmName 18 * @param algorithmClassId 19 * @param platformId 20 * @param algorithParameterName 21 * @return 22 * @throws Exception 23 */ 24 public Map<String,AlgorithmParameter> initializeAlgorithm(String algorithmName, String algorithmClassId, 25 String platformId, Iterable<String> algorithmParameterName) throws Exception; 26 12 27 /** 13 28 * Does some logical Check against HL
Note: See TracChangeset
for help on using the changeset viewer.