Modifier and Type | Method and Description |
---|---|
<Model> Configuration<Plugin<Model>,Model> |
PluginFactory.create(Class<? extends Plugin<Model>> clazz,
Model model) |
Modifier and Type | Method and Description |
---|---|
<T> AntennaGain<T> |
AntennaGainFactory.getByConfiguration(Configuration<AntennaGainPlugin<T>,T> configuration) |
Modifier and Type | Method and Description |
---|---|
<T> CoverageRadius<T> |
CoverageRadiusFactory.getByConfiguration(Configuration<CoverageRadiusPlugin<T>,T> configuration) |
Modifier and Type | Method and Description |
---|---|
<T> EventProcessing<T> |
EventProcessingFactory.getByConfiguration(Configuration<EventProcessingPlugin<T>,T> configuration) |
Modifier and Type | Method and Description |
---|---|
<T> PropagationModel<T> |
PropagationModelFactory.getByConfiguration(Configuration<PropagationModelPlugin<T>,T> configuration) |
Modifier and Type | Method and Description |
---|---|
static void |
PluginValidator.plugin(ConsistencyCheckContext context,
List<ConsistencyError> results,
Configuration conf,
String path) |
Modifier and Type | Interface and Description |
---|---|
interface |
AntennaGain<T> |
interface |
CoverageRadius<T> |
interface |
EventProcessing<T> |
interface |
PropagationModel<T> |
Modifier and Type | Method and Description |
---|---|
Configuration<P,Model> |
Configuration.copy() |
Copyright © 2018. All rights reserved.