public class ElementRecursionCollector
extends java.lang.Object
ImplementationIF| Constructor and Description |
|---|
ElementRecursionCollector()
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 ElementRecursionCollector()
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()