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

epic.features.SurfaceFeatureAnchoring.scala Maven / Gradle / Ivy

The newest version!
package epic.features

import epic.framework.Feature

/**
  *
  * @author dlwh
  */
trait SurfaceFeatureAnchoring[W]  {
  def featuresForSpan(begin: Int, end: Int):Array[Feature]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy