Revision 104,
329 bytes
checked in by wojtekp, 13 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Line | |
---|
1 | package example.energy; |
---|
2 | |
---|
3 | import java.util.Properties; |
---|
4 | |
---|
5 | public class DefaultEnergyEstimationPlugin extends BaseEnergyEstimationPlugin{ |
---|
6 | |
---|
7 | @Override |
---|
8 | public String getName() { |
---|
9 | // TODO Auto-generated method stub |
---|
10 | return null; |
---|
11 | } |
---|
12 | |
---|
13 | @Override |
---|
14 | public void init(Properties properties) { |
---|
15 | // TODO Auto-generated method stub |
---|
16 | |
---|
17 | } |
---|
18 | |
---|
19 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.