for ( int i = 0; i < objects.length; i++ )
{
Object object = objects[i];
if ( object instanceof AttributeHierarchy )
{
AttributeHierarchy ah = ( AttributeHierarchy ) object;
for ( Iterator it = ah.iterator(); it.hasNext(); )
{
IAttribute attribute = ( IAttribute ) it.next();
entry = attribute.getEntry();
IValue[] values = attribute.getValues();
for ( int v = 0; v < values.length; v++ )