javasci.SciString — Map a Java String into a Scilab string.
Method Summary :
public SciString(String name,SciString Obj)
public SciString(String name)
Constructor (if name
exists in Scilab and has the same type, variable is imported from
Scilab)
public String getName()
Get Name of scilab object
public void Get()
Get in java object , value of scilab
object
public String getData()
:Get Value of scilab object
public void Send()
Send to scilab object , value of java
object
public void disp()
disp object
public boolean Job(String job)
(deprecated see Scilab.Exec) Execute a job in
scilab