Last change
on this file since 39 was
32,
checked in by ftrautsch, 10 years ago
|
integrating decent into crosspare
|
-
Property svn:mime-type set to
text/plain
|
File size:
324 bytes
|
Line | |
---|
1 | package de.ugoe.cs.cpdp.execution;
|
---|
2 |
|
---|
3 | import de.ugoe.cs.cpdp.Runner;
|
---|
4 |
|
---|
5 | /**
|
---|
6 | * Interface that must be implemented from the different experiments
|
---|
7 | * (e.g. ClassifierCreationExeperiment) to be runnable by {@link Runner}
|
---|
8 | *
|
---|
9 | * @author Fabian Trautsch
|
---|
10 | *
|
---|
11 | */
|
---|
12 | public interface IExecutionStrategy extends Runnable{
|
---|
13 |
|
---|
14 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.