gms
Class RARRAY

java.lang.Object
  extended by gms.RARRAY

public class RARRAY
extends java.lang.Object


Nested Class Summary
(package private)  class RARRAY.Block
           
(package private)  class RARRAY.Zone
           
 
Field Summary
(package private)  java.util.Vector Blocks
           
(package private)  ByRefFloat CNSTNT
           
(package private)  ByRefString FMTIN
           
(package private)  ByRefInt IPRN
           
(package private)  ByRefInt IREAD
           
(package private)  ByRefInt NBLOCK
           
(package private)  ByRefInt NCOL
           
(package private)  ByRefInt NROW
           
(package private)  int numOnLine
           
(package private)  ByRefInt NZONES
           
(package private)  ByRefFloat[] values
           
(package private)  int width
           
(package private)  java.util.Vector Zones
           
 
Constructor Summary
RARRAY()
           
 
Method Summary
 void changeTo(float d)
           
static int getFormatCount(java.lang.String s)
           
static int getFormatWidth(java.lang.String s)
           
 boolean isSimple()
           
 void operate(Operator t, ByRefInt col)
           
 void operate(Operator t, ByRefInt col, ByRefInt row)
           
 void operate(Operator t, int col)
           
 void operate(Operator t, int col, int row)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

int width

numOnLine

int numOnLine

NCOL

ByRefInt NCOL

NROW

ByRefInt NROW

values

ByRefFloat[] values

IREAD

ByRefInt IREAD

IPRN

ByRefInt IPRN

NBLOCK

ByRefInt NBLOCK

NZONES

ByRefInt NZONES

FMTIN

ByRefString FMTIN

Zones

java.util.Vector Zones

Blocks

java.util.Vector Blocks

CNSTNT

ByRefFloat CNSTNT
Constructor Detail

RARRAY

public RARRAY()
Method Detail

getFormatCount

public static int getFormatCount(java.lang.String s)

getFormatWidth

public static int getFormatWidth(java.lang.String s)

isSimple

public boolean isSimple()

changeTo

public void changeTo(float d)

operate

public void operate(Operator t,
                    int col)
             throws java.lang.Exception
Throws:
java.lang.Exception

operate

public void operate(Operator t,
                    ByRefInt col)
             throws java.lang.Exception
Throws:
java.lang.Exception

operate

public void operate(Operator t,
                    ByRefInt col,
                    ByRefInt row)
             throws java.lang.Exception
Throws:
java.lang.Exception

operate

public void operate(Operator t,
                    int col,
                    int row)
             throws java.lang.Exception
Throws:
java.lang.Exception