|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CollectionManager<B>
Implementations of this interface are used to manage collections to keep intermediate inference results. Returned collections which hold resources shall implement Destroyable.
| Method Summary | ||
|---|---|---|
|
getList(String id,
Class<T> elementType)
Retrieves list with given id from the manager. |
|
|
getSet(String id,
Class<T> elementType)
Retrieves set with given id from the manager. |
|
| Method Detail |
|---|
<T extends B> Set<? extends T> getSet(String id,
Class<T> elementType)
T - id - Set id.elementType - Element type.
<T extends B> List<? extends T> getList(String id,
Class<T> elementType)
T - id - Set id.elementType - Element type.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||