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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetInternalState()Returns the internal state.
-
-
-
Method Detail
-
getInternalState
T getInternalState()
Returns the internal state.- Returns:
- the state
-
-