I have a class that calls LEEKs.java
in that class I read Kh
with Kh = Viga.Kh
and then in the class (beam) that called LEEKs.java
I get the values Ks
, Kz
, Kx
that are " Double
" and also Sigma
that is " String
" with Ks = LEEKs.Ks
and get the others with something similar.
The problem is that I want to send Kh
from other classes to get the values of Ks
, Kz
, Kx
and Sigma
and I can not use Kh = Bases.Kh
why values would be superimposed.
In short you would have to call LEEKs
(sending Kh
) and get ( Ks
, Kz
, Kx
, Sigma
) back.
You may have to use a " Metodo
" or something else. thank you very much