Package trclib.dataprocessor
Interface TrcValueSource<T>
public interface TrcValueSource<T>
This interface implements the method to read the value from a value source.
-
Method Summary
-
Method Details
-
getValue
T getValue()This method reads the value from the value source.- Returns:
- value.
-