Module hla.rti1516e
Package hla.rti1516e

Interface AttributeHandleSet

All Superinterfaces:
Cloneable, Collection<AttributeHandle>, Iterable<AttributeHandle>, Serializable, Set<AttributeHandle>

public interface AttributeHandleSet extends Set<AttributeHandle>, Cloneable, Serializable
All Set operations are required, none are optional. add() and remove() should throw IllegalArgumentException if the argument is not an AttributeHandle. addAll(), removeAll() and retainAll() should throw IllegalArgumentException if the argument is not an AttributeHandleSet.