Package rabbit.data.store.model

Examples of rabbit.data.store.model.ContinuousEvent


  /**
   * @see ContinuousEvent#ContinuousEvent(Interval)
   */
  protected ContinuousEvent createEvent(Interval interval) {
    return new ContinuousEvent(interval);
  }
View Full Code Here

TOP

Related Classes of rabbit.data.store.model.ContinuousEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.