Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/08/11 12:33:59 (14 years ago)
Author:
mholper
Message:

added initializeAlgorithm #1218

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OKBJavaConnector/HLOKBWebClient/src/main/java/at/hl/okb/IECJConnector.java

    r4963 r5244  
    33import java.util.List;
    44import java.util.Map;
     5
     6import at.hl.wsclient.okb.AlgorithmParameter;
    57
    68/**
     
    1012 */
    1113public 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 
    1227  /**
    1328   * Does some logical Check against HL
Note: See TracChangeset for help on using the changeset viewer.