org.activemath.events.impl
Class EventFactory

java.lang.Object
  extended by org.activemath.events.impl.EventFactory

public class EventFactory
extends Object

Facade for event factories.


Constructor Summary
EventFactory()
           
 
Method Summary
static ActivemathEvent createEvent(Map props)
          Create an event from a Map
static List createEvents(File ulogFile)
          Create an event list from a ulog file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventFactory

public EventFactory()
Method Detail

createEvents

public static List createEvents(File ulogFile)
Create an event list from a ulog file.


createEvent

public static ActivemathEvent createEvent(Map props)
Create an event from a Map