Uses of Class
ca.nengo.sim.SimulatorEvent.Type

Packages that use SimulatorEvent.Type
ca.nengo.sim   
 

Uses of SimulatorEvent.Type in ca.nengo.sim
 

Methods in ca.nengo.sim that return SimulatorEvent.Type
 SimulatorEvent.Type SimulatorEvent.getType()
           
static SimulatorEvent.Type SimulatorEvent.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SimulatorEvent.Type[] SimulatorEvent.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in ca.nengo.sim with parameters of type SimulatorEvent.Type
SimulatorEvent(float progress, SimulatorEvent.Type type)