Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/HLOKBWebClient/src/main/java/at/hl/okb/impl/ECJ19ConnectorImpl.java @ 4960

Last change on this file since 4960 was 4960, checked in by mholper, 14 years ago

added Interface #1218

File size: 857 bytes
Line 
1/**
2 *
3 */
4package at.hl.okb.impl;
5
6import java.util.List;
7import java.util.Map;
8
9import at.hl.okb.IECJConnector;
10
11/**
12 * @author HolperM
13 *
14 */
15public class ECJ19ConnectorImpl implements IECJConnector {
16
17  /**
18   *
19   */
20  public ECJ19ConnectorImpl() {
21    // TODO Auto-generated constructor stub
22  }
23
24  /* (non-Javadoc)
25   * @see at.hl.okb.IECJConnector#initialize(java.lang.String, java.lang.String, java.util.Map, java.util.Map, java.lang.Object)
26   */
27  public void initialize(String algorithm, String platform,
28      Map<String, String> algoParams, Map<String, String> problemParams,
29      Object paramFile) {
30    // TODO Auto-generated method stub
31   
32  }
33
34  /* (non-Javadoc)
35   * @see at.hl.okb.IECJConnector#result(java.util.List)
36   */
37  public void result(List<Object> resultList) {
38    // TODO Auto-generated method stub
39
40  }
41
42}
Note: See TracBrowser for help on using the repository browser.