Uses of Interface
org.seamcat.model.plugin.Plugin
-
-
Uses of Plugin in org.seamcat.model.plugin
Methods in org.seamcat.model.plugin that return types with arguments of type Plugin Modifier and Type Method Description <Model> Configuration<Plugin<Model>,Model>
PluginFactory. create(java.lang.Class<? extends Plugin<Model>> clazz, Model model)
Method parameters in org.seamcat.model.plugin with type arguments of type Plugin Modifier and Type Method Description <Model> Configuration<Plugin<Model>,Model>
PluginFactory. create(java.lang.Class<? extends Plugin<Model>> clazz, Model model)
-
Uses of Plugin in org.seamcat.model.plugin.antenna
Subinterfaces of Plugin in org.seamcat.model.plugin.antenna Modifier and Type Interface Description interface
AntennaGainPlugin<T>
-
Uses of Plugin in org.seamcat.model.plugin.coverageradius
Subinterfaces of Plugin in org.seamcat.model.plugin.coverageradius Modifier and Type Interface Description interface
CoverageRadiusPlugin<T>
-
Uses of Plugin in org.seamcat.model.plugin.eventprocessing
Subinterfaces of Plugin in org.seamcat.model.plugin.eventprocessing Modifier and Type Interface Description interface
EventProcessingPlugin<T>
-
Uses of Plugin in org.seamcat.model.plugin.propagation
Subinterfaces of Plugin in org.seamcat.model.plugin.propagation Modifier and Type Interface Description interface
PropagationModelPlugin<T>
The user-defined model is intended to allow the user to create his/her own propagation models in Java describing the pass loss calculation. -
Uses of Plugin in org.seamcat.model.types
Classes in org.seamcat.model.types with type parameters of type Plugin Modifier and Type Interface Description interface
Configuration<P extends Plugin<Model>,Model>
-