Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/ECJClient/src/ec/app/ant/AntData.java @ 9449

Last change on this file since 9449 was 6152, checked in by bfarka, 14 years ago

added ecj and custom statistics to communicate with the okb services #1441

File size: 520 bytes
Line 
1/*
2  Copyright 2006 by Sean Luke
3  Licensed under the Academic Free License version 3.0
4  See the file "LICENSE" for more information
5*/
6
7
8package ec.app.ant;
9import ec.gp.*;
10
11/*
12 * AntData.java
13 *
14 * Created: Wed Nov  3 18:32:13 1999
15 * By: Sean Luke
16 */
17
18/**
19 * Since Ant doesn't actually pass any information, this
20 * object is effectively empty.
21 *
22 * @author Sean Luke
23 * @version 1.0
24 */
25
26public class AntData extends GPData
27    {
28    public void copyTo(final GPData gpd) { }
29    }
Note: See TracBrowser for help on using the repository browser.