All Downloads are FREE. Search and download functionalities are using the official Maven repository.

monad.api.services.DynamicTraceService.scala Maven / Gradle / Ivy

There is a newer version: 5.1.0
Show newest version
// Copyright 2012,2013,2015 the original author or authors. All rights reserved.
// site: http://www.ganshane.com
package monad.api.services

import monad.face.model.DynamicResourceDefinition

/**
 * 动态轨迹的服务类
 * @author jcai
 */

trait DynamicTraceService {
  /**
   * 得到所有动态轨迹资源列表
   * @return 动态轨迹列表
   */
  def getDynamicResource: Iterator[String]

  /**
   * 得到动态资源定义
   * @return 动态资源定义
   */
  def getDynamicResourceDefinition: DynamicResourceDefinition
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy