Last change
on this file since 11194 was
6152,
checked in by bfarka, 14 years ago
|
added ecj and custom statistics to communicate with the okb services #1441
|
File size:
477 bytes
|
Rev | Line | |
---|
[6152] | 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 | |
---|
| 8 | package ec.gp; |
---|
| 9 | import ec.Prototype; |
---|
| 10 | |
---|
| 11 | /* |
---|
| 12 | * GPNodeParent.java |
---|
| 13 | * |
---|
| 14 | * Created: Fri Aug 27 17:10:39 1999 |
---|
| 15 | * By: Sean Luke |
---|
| 16 | */ |
---|
| 17 | |
---|
| 18 | /** |
---|
| 19 | * GPNodeParent is a Prototype which identifies objects which may |
---|
| 20 | * be parents of GPNodes, namely: GPTrees and GPNodes. |
---|
| 21 | * |
---|
| 22 | * @author Sean Luke |
---|
| 23 | * @version 1.0 |
---|
| 24 | */ |
---|
| 25 | |
---|
| 26 | public interface GPNodeParent |
---|
| 27 | { |
---|
| 28 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.