public class ElementCollector
extends java.lang.Object
ImplementationIF
Constructor and Description |
---|
ElementCollector()
Create the object by giving the relation attribute to be reset.
|
Modifier and Type | Method and Description |
---|---|
void |
add(long aeid,
long ieid)
Add an element.
|
void |
drop(OdsCacheIF cache)
Drop the collection.
|
int |
size()
Get the total number of collected elements.
|
public ElementCollector()
public void add(long aeid, long ieid)
aeid
- the application element id.ieid
- the instance element id.public void drop(OdsCacheIF cache) throws AoException
cache
- the ASAM ODS cache.AoException
- when ASAM ODS fails.public int size()