hla.rti1516
Interface AttributeSetRegionSetPairList

All Superinterfaces:
Cloneable, Collection, Iterable, List, Serializable

public interface AttributeSetRegionSetPairList
extends List, Cloneable, Serializable

This packages the attributes supplied to the RTI for various DDM services with the regions to be used with the attributes. Elements are AttributeRegionAssociations. All operations are required, none optional. add(), addAll(), and set() should throw IllegalArgumentException to enforce type of elements.


Method Summary
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray