public class NMRelationCollectorList
extends java.lang.Object
| Constructor and Description |
|---|
NMRelationCollectorList() |
| Modifier and Type | Method and Description |
|---|---|
void |
drop(OdsCacheIF cache)
Drop the collection.
|
NMRelationCollector |
get(ElemId elemId)
Get the collector belongs to the given argument.
|
int |
size()
Get the total number of relation to be dropped.
|
public NMRelationCollector get(ElemId elemId)
elemId - the element id that is.public int size()
public void drop(OdsCacheIF cache) throws AoException
cache - the ASAM ODS cache.AoException - when ASAM ODS fails.