| Package | Description |
|---|---|
| gr.uoa.di.madgik.rr.plugins |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Plugin.ProcessedItemType,Set<? extends IDaoElement>> |
Plugin.itemDaos |
protected Map<Plugin.ProcessedItemType,Set<? extends IRRElement>> |
Plugin.items |
protected Set<Plugin.ProcessedItemType> |
Plugin.processedItems |
| Modifier and Type | Method and Description |
|---|---|
Set<Plugin.ProcessedItemType> |
Plugin.getProcessedItems()
Returns the set of items this plugin processes during its operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Plugin.addProcessedItemDaos(Plugin.ProcessedItemType type,
Set<? extends IDaoElement> items) |
void |
Plugin.addProcessedItems(Plugin.ProcessedItemType type,
Set<? extends IRRElement> items) |
Copyright © 2014. All Rights Reserved.