Interface UserSession

  • All Superinterfaces:
    Context
    All Known Implementing Classes:
    UserSessionImpl

    public interface UserSession
    extends Context
    User session is a stash to store objects and share them among scenarios per user session. A user will be created before the simulation starts, and it will existing during the simulation execution.
    Since:
    1.1.0
    Author:
    Erhan Bagdemir
    • Method Detail

      • getUser

        User getUser()
        Returns the user of the current session.
        Returns:
        The user of the current session.