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