Revision 1286,
485 bytes
checked in by wojtekp, 11 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Line | |
---|
1 | package example.load; |
---|
2 | |
---|
3 | import schedframe.Parameters; |
---|
4 | import schedframe.PluginConfiguration; |
---|
5 | import schedframe.resources.computing.profiles.load.plugin.LoadEstimationPlugin; |
---|
6 | |
---|
7 | public abstract class BaseLoadEstimationPlugin implements LoadEstimationPlugin { |
---|
8 | |
---|
9 | @Override |
---|
10 | public PluginConfiguration getConfiguration() { |
---|
11 | // TODO Auto-generated method stub |
---|
12 | return null; |
---|
13 | } |
---|
14 | |
---|
15 | public void init(Parameters parameters) { |
---|
16 | |
---|
17 | } |
---|
18 | |
---|
19 | public String getName() { |
---|
20 | return getClass().getName(); |
---|
21 | } |
---|
22 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.