avrora.sim.platform
Class Platforms

java.lang.Object
  extended byavrora.sim.platform.Platforms

public class Platforms
extends java.lang.Object

The Platforms class represents the library of known platforms. It is statically initialized. Given a description string such as "mica", it will return an appropriate instance of PlatformFactory that is capable of instantiating multiple individual nodes.


Constructor Summary
Platforms()
           
 
Method Summary
static PlatformFactory getPlatform(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Platforms

public Platforms()
Method Detail

getPlatform

public static PlatformFactory getPlatform(java.lang.String name)