hla.rti
Interface AttributeSetRegionSetPairList

All Superinterfaces:
java.lang.Cloneable, java.util.Collection, java.util.List, java.io.Serializable
All Known Implementing Classes:
XRTIAttributeSetRegionSetPairList

public interface AttributeSetRegionSetPairList
extends java.util.List, java.lang.Cloneable, java.io.Serializable

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

Author:
DMSO

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