vec_math
Interface VariableDepending

All Known Implementing Classes:
JPhasePlot, Phasing, Phasing.PhaseFunction, Phasing.PhaseMultidimensional

public interface VariableDepending

Constant depending classes may implement this interface to signale that they need certain variables for proper functionality. It is the callers responsibility to provide the correct constants.


Method Summary
 boolean setVariable(Variable to)
          If assigned with the correct variable, they should return true here, false otherwise.
 

Method Detail

setVariable

boolean setVariable(Variable to)
If assigned with the correct variable, they should return true here, false otherwise.