Uses of Enum
org.see.skf.core.SyncPoint
Packages that use SyncPoint
-
Uses of SyncPoint in org.see.skf.core
Methods in org.see.skf.core that return SyncPointModifier and TypeMethodDescriptionstatic SyncPointstatic SyncPointReturns the enum constant of this type with the specified name.static SyncPoint[]SyncPoint.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.see.skf.core with parameters of type SyncPointModifier and TypeMethodDescriptionvoidSEEAbstractFederate.achieveSyncPoint(SyncPoint syncPoint, boolean flag) Signals that the federate has achieved a previously-announced synchronization point.booleanSEEAbstractFederate.awaitFederationSynchronization(SyncPoint syncPoint, int maxWaitingTime) Waits for a synchronization point to be achieved by the federation within the supplied time period.booleanSEEAbstractFederate.awaitSyncPointAnnouncement(SyncPoint syncPoint, int maxWaitingTime) Waits for a synchronization point to be announced within the supplied time period.voidSEEAbstractFederate.registerSyncPoint(SyncPoint syncPoint) Registers a federation-wide synchronization point that must be achieved by all federates.