|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectavrora.sim.platform.Mica2.Factory
| Constructor Summary | |
Mica2.Factory()
|
|
| Method Summary | |
Platform |
newPlatform(int id,
InterpreterFactory f,
Program p)
The newPlatform() method is a factory method used to create new instances of the
Mica2 class. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Mica2.Factory()
| Method Detail |
public Platform newPlatform(int id,
InterpreterFactory f,
Program p)
newPlatform() method is a factory method used to create new instances of the
Mica2 class.
newPlatform in interface PlatformFactoryid - the integer ID of the nodef - the interpreter factory for the nodep - the program to load onto the node
Mica2 platform
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||