|
SPFramework API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Plugin | |
---|---|
org.n52.ifgicopter.spf.data | |
org.n52.ifgicopter.spf.output |
Uses of Plugin in org.n52.ifgicopter.spf.data |
---|
Fields in org.n52.ifgicopter.spf.data declared as Plugin | |
---|---|
protected Plugin |
AbstractDataProcessor.plugin
|
Constructors in org.n52.ifgicopter.spf.data with parameters of type Plugin | |
---|---|
AbstractDataProcessor(Plugin plugin)
Default constructor providing a Plugin instance. |
Uses of Plugin in org.n52.ifgicopter.spf.output |
---|
Methods in org.n52.ifgicopter.spf.output with parameters of type Plugin | |
---|---|
int |
IOutputPlugin.processData(Map<Long,Map<String,Object>> data,
Plugin plugin)
The map contains one mandatory item: the time property of the IInputPlugin . |
int |
IOutputPlugin.processSingleData(Map<String,Object> data,
Long timestamp,
Plugin plugin)
The map contains one mandatory item: the time property of the IInputPlugin . |
|
SPFramework API | |||||||||
PREV NEXT | FRAMES NO FRAMES |