Boolean Class Reference


Static Public Member Functions

static void main (String[] args)

Detailed Description

Definition at line 4 of file Boolean.java.


Member Function Documentation

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

Definition at line 6 of file Boolean.java.

References a, b, p, and javasci::SciBoolean::Send().

00006                                          {
00007 
00008     boolean b;
00009         
00010         SciBoolean a = new SciBoolean("A");
00011         Scilab.Exec("A=%t;");
00012         System.out.println("----------------------------------------------------");
00013         a.disp();
00014         System.out.println("----------------------------------------------------");
00015         b=a.getData();
00016         
00017         System.out.println(b);
00018     
00019         System.out.println("----------------------------------------------------");
00020           SciBoolean d = new SciBoolean("D",true);
00021           d.Send();
00022           SciBoolean p = new SciBoolean("P");
00023     Scilab.Exec("P=~D;");
00024     p.disp();
00025     System.out.println("----------------------------------------------------");
00026     Scilab.Finish();
00027   }

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:14:53 2007 for Scilab [trunk] by  doxygen 1.5.1