Package org.seamcat.model.types
Interface CoverageRadius<T>
-
- All Superinterfaces:
Configuration<Plugin<T>,T>
,LibraryItem
public interface CoverageRadius<T> extends Configuration<Plugin<T>,T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
evaluate(SystemPlugin plugin, RadioSystem system)
-
Methods inherited from interface org.seamcat.model.types.Configuration
consistencyCheck, copy, getModel, getModelClass, getNotes, getPlugin, getPluginClass
-
Methods inherited from interface org.seamcat.model.types.LibraryItem
description
-
-
-
-
Method Detail
-
evaluate
double evaluate(SystemPlugin plugin, RadioSystem system)
-
-