com.steptools.stdev.keystone
Class AggregateObject

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList
          extended by com.steptools.stdev.keystone.Aggregate
              extended by com.steptools.stdev.keystone.AggregateObject
All Implemented Interfaces:
Instance, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.List

public abstract class AggregateObject
extends Aggregate

Aggregate of Object types


Constructor Summary
AggregateObject(java.lang.Class e)
           
 
Method Summary
 EntityInstanceSet getInstances()
          Get the set of all of the EntityInstances contained in the set.
 
Methods inherited from class com.steptools.stdev.keystone.Aggregate
add, clone, get, remove, set, size
 
Methods inherited from class java.util.AbstractList
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.steptools.stdev.Instance
domain
 
Methods inherited from interface java.util.List
add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, removeAll, retainAll, subList, toArray, toArray
 

Constructor Detail

AggregateObject

public AggregateObject(java.lang.Class e)
Method Detail

getInstances

public EntityInstanceSet getInstances()
Get the set of all of the EntityInstances contained in the set. If this is a nested aggregate, the aggregate elements are recursively search for EntityInstance objects.

Returns:
The set of objects in this aggregate.