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