String1 Class Reference


Static Public Member Functions

static void main (String[] args)

Detailed Description

Definition at line 3 of file String1.java.


Member Function Documentation

static void String1::main ( String[]  args  )  [inline, static]

Definition at line 6 of file String1.java.

References javasci::SciString::getData(), javasci::SciString::getName(), SciString, and javasci::SciString::Send().

00007   {
00008                 SciString S1 = new SciString("Sentence1","Who is the best ?");
00009                 SciString S2 = new SciString("Sentence2","I have a dream ...");
00010                 SciString S3 = new SciString("Sentence3");
00011     S1.Send();
00012     S2.Send();
00013     
00014     System.out.println("S1 : "+ S1.getName()+" = "+S1.getData());
00015     System.out.println("S2 : "+ S2.getName()+" = "+S2.getData());
00016     
00017     Scilab.Exec("Sentence1='You are the best !';");
00018     Scilab.Exec("Sentence3=Sentence1+' '+Sentence2;");
00019     
00020     System.out.println("S3 : "+ S3.getName()+" = "+S3.getData());
00021     
00022 
00023   }

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Sun Mar 4 16:15:25 2007 for Scilab [trunk] by  doxygen 1.5.1