- All Superinterfaces:
Cloneable,Collection<AttributeRegionAssociation>,Iterable<AttributeRegionAssociation>,List<AttributeRegionAssociation>,SequencedCollection<AttributeRegionAssociation>,Serializable
public interface AttributeSetRegionSetPairList
extends List<AttributeRegionAssociation>, 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.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
add, add, addAll, addAll, addFirst, addLast, clear, contains, containsAll, equals, get, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, set, size, sort, spliterator, subList, toArray, toArray