Interface CoverageRadiusPlugin<T>
-
- All Superinterfaces:
LibraryItem
,Plugin<T>
public interface CoverageRadiusPlugin<T> extends Plugin<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
evaluate(SystemPlugin plugin, RadioSystem system, T input)
-
Methods inherited from interface org.seamcat.model.types.LibraryItem
description
-
Methods inherited from interface org.seamcat.model.plugin.Plugin
consistencyCheck
-
-
-
-
Method Detail
-
evaluate
double evaluate(SystemPlugin plugin, RadioSystem system, T input)
-
-