Package adams.core

Interface InternalStateAccess<T>

  • Type Parameters:
    T - the type for the internal state

    public interface InternalStateAccess<T>
    Interface for objects that provide access to their internal state.
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    • Method Detail

      • getInternalState

        T getInternalState()
        Returns the internal state.
        Returns:
        the state