Last change
on this file since 7611 was
6152,
checked in by bfarka, 14 years ago
|
added ecj and custom statistics to communicate with the okb services #1441
|
File size:
573 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.es; |
---|
| 9 | import ec.util.Parameter; |
---|
| 10 | import ec.*; |
---|
| 11 | |
---|
| 12 | /* |
---|
| 13 | * ESDefaults.java |
---|
| 14 | * |
---|
| 15 | * Created: Thu Sep 7 19:08:19 2000 |
---|
| 16 | * By: Sean Luke |
---|
| 17 | */ |
---|
| 18 | |
---|
| 19 | /** |
---|
| 20 | * @author Sean Luke |
---|
| 21 | * @version 1.0 |
---|
| 22 | */ |
---|
| 23 | |
---|
| 24 | public final class ESDefaults implements DefaultsForm |
---|
| 25 | { |
---|
| 26 | public static final String P_ES = "es"; |
---|
| 27 | |
---|
| 28 | /** Returns the default base. */ |
---|
| 29 | public static final Parameter base() |
---|
| 30 | { |
---|
| 31 | return new Parameter(P_ES); |
---|
| 32 | } |
---|
| 33 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.