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