|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPlugin
This is the interface all hoplugins need to implement All implementations need a std construtor without params!
Field Summary | |
---|---|
static double |
VERSION
PluginInterface Version used by this HO-Version |
Method Summary | |
---|---|
java.lang.String |
getName()
Name of Plugin |
void |
start(IHOMiniModel model)
method called from ho to start plugin |
Field Detail |
---|
static final double VERSION
Method Detail |
---|
java.lang.String getName()
void start(IHOMiniModel model)
model
- TODO Missing Constructuor Parameter Documentation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |