
epic.features.SurfaceFeatureAnchoring.scala Maven / Gradle / Ivy
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