Module hla.rti1516e
Package hla.rti1516e

Interface FederationExecutionInformationSet

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

public interface FederationExecutionInformationSet extends Set<FederationExecutionInformation>, 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.