Package org.seamcat.model.plugin
Interface Plugin<T>
-
- All Superinterfaces:
LibraryItem
- All Known Subinterfaces:
AntennaGainPlugin<T>
,CoverageRadiusPlugin<T>
,EventProcessingPlugin<T>
,PropagationModelPlugin<T>
public interface Plugin<T> extends LibraryItem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
consistencyCheck(ConsistencyCheckContext context, T input)
-
Methods inherited from interface org.seamcat.model.types.LibraryItem
description
-
-
-
-
Method Detail
-
consistencyCheck
void consistencyCheck(ConsistencyCheckContext context, T input)
-
-