com.esri.gpt.framework.adhoc.factories
Class TimeOfTheDayEventFactory
java.lang.Object
com.esri.gpt.framework.adhoc.factories.TimeOfTheDayEventFactory
- All Implemented Interfaces:
- IAdHocEventFactory
public class TimeOfTheDayEventFactory
- extends Object
- implements IAdHocEventFactory
Time of the day event factory.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeOfTheDayEventFactory
public TimeOfTheDayEventFactory()
parse
public IAdHocEvent parse(String definition)
- Description copied from interface:
IAdHocEventFactory
- Parses event definition.
- Specified by:
parse
in interface IAdHocEventFactory
- Parameters:
definition
- definition
- Returns:
- instance of the event or
null
if event can not be parsed
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.