|
SPFramework API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Item | |
---|---|
org.n52.ifgicopter.spf.xml |
Uses of Item in org.n52.ifgicopter.spf.xml |
---|
Subclasses of Item in org.n52.ifgicopter.spf.xml | |
---|---|
class |
CompoundItem
A CompoundItem is an item which holds one or more other Items. other items can be Item
or CompoundItem , creating a recursive tree
structure. |
class |
Location
Class representing the Location property of a Input plugin. |
class |
Time
This represents the Time property of an Input plugin. |
Methods in org.n52.ifgicopter.spf.xml that return Item | |
---|---|
Item |
Plugin.getItem(String itemName)
|
Item |
Plugin.getLeafItemOfCompound(String leafName,
Collection<Item> tree)
Recursive method to find a leaf of a CompoundItem. |
Methods in org.n52.ifgicopter.spf.xml that return types with arguments of type Item | |
---|---|
ArrayList<Item> |
CompoundItem.getCompoundItems()
|
Map<String,Item> |
Plugin.getItems()
|
Methods in org.n52.ifgicopter.spf.xml with parameters of type Item | |
---|---|
void |
CompoundItem.addCompoundedItem(Item i)
|
void |
Plugin.addInputProperty(Item item)
adds a normal input property |
void |
Plugin.addMandatoryProperty(Item item)
adds a new mandatory property at runtime |
void |
Plugin.addOutputProperty(Item item)
adds a new output property at runtime. |
Method parameters in org.n52.ifgicopter.spf.xml with type arguments of type Item | |
---|---|
Item |
Plugin.getLeafItemOfCompound(String leafName,
Collection<Item> tree)
Recursive method to find a leaf of a CompoundItem. |
void |
Plugin.setItems(Map<String,Item> items)
|
|
SPFramework API | |||||||||
PREV NEXT | FRAMES NO FRAMES |