Package org.see.skf.core


package org.see.skf.core
  • Class
    Description
    The base interface for all coders in the SEE HLA Starter Kit.
    Thread-safe singleton object that encapsulates the RtiFactory, RTIAmbassador, EncoderFactory, and HLAinteger64TimeFactory objects used by the framework.
    Base interface for all interaction listeners - which receive events whenever the federate receives an interaction from the RTI.
    Object classes whose instances should generate events when any of its properties change are recommended to extend this class.
    Base interface for all remote object instance listeners, which receive events whenever a remote object instance has been discovered, and initialized for use by the federate, or if it was deleted and becomes inaccessible.
    A complete federate implementation for SEE.
    A complete federate ambassador implementation designed to complement the SEEAbstractFederate and its subclasses.
    A complete SpaceFOM late-joiner implementation.
    A rudimentary implementation of the SKFederateInterface that comes with object and interaction management functionality.
    A rudimentary federate ambassador implementation designed to complement the SKFederateAmbassador with object and interaction management functionality.
     
    The base interface that for all Starter Kit federates.
    An enum representation of all supported synchronization points in the SpaceFOM standard.