Module hla.rti1516e
Package hla.rti1516e

Interface FederateHandleSet

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

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