Package adams.flow.standalone.rats.input
Interface RatInputUser
-
- All Known Implementing Classes:
RatsBlobServiceWS
,RatsServer
,RatsTextServiceWS
,RatsTextUpload
public interface RatInputUser
Interface for classes that make use ofRatInput
classes.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RatInput
getRatInput()
Returns the Rat input associated with.void
setRatInput(RatInput value)
Sets the Rat input associated with.
-