org.eobjects.metamodel.util
Interface AggregateBuilder<E>

Type Parameters:
E - the aggregate result type

public interface AggregateBuilder<E>

Interface for aggregate builders which allows for an iterative approach to evaluating aggregates.

Author:
Kasper Sørensen

Method Summary
 void add(Object o)
           
 E getAggregate()
           
 

Method Detail

add

void add(Object o)

getAggregate

E getAggregate()


Copyright © 2007-2013. All Rights Reserved.