avrora.sim.platform
Interface PlatformFactory

All Known Implementing Classes:
Mica, Mica2

public interface PlatformFactory

The PlatformFactory interface represents a factory-style interface where an implementor can create multiple platforms of the same type for a given program.


Method Summary
 Platform newPlatform(Program p)
           
 

Method Detail

newPlatform

public Platform newPlatform(Program p)