ncsa.tools.common
Class NCSAConstants

java.lang.Object
  extended byncsa.tools.common.NCSAConstants

public class NCSAConstants
extends java.lang.Object

Various constants used throughout OGRE.

Author:
Albert L. Rossi

Field Summary
static int ABS
          Expression function: Math.abs.
static int ACOS
          Expression function: Math.acos.
static int AMPS
          Expression operator: '&'.
static int AND
          Expression operator: &&.
static int ASIN
          Expression function: Math.asin.
static int ASTR
          Expression operator: '*'.
static int ATAN
          Expression function: Math.atan.
static int ATAN2
          Expression function: Math.atan2.
static int BINARY
          Write file using binary types.
static int BIT_DEFAULT
          Default value for bit-wise & and |.
static int BOOL
          Type marker for file read.
static int BYTE
          Type marker for file read.
static int CART
          Expression operator: '^'.
static int CEIL
          Expression function: Math.ceil.
static int CHAR
          Type marker for file read.
static int CHARS
          Write file as characters (bytes).
static int CHMOD_BOTH
          UriStageFrom flag for applying chmod to both files and directories.
static int CHMOD_DIRS
          UriStageFrom flag for applying chmod to directories.
static int CHMOD_FILES
          UriStageFrom flag for applying chmod to files.
static long CLEANUP_TIMEOUT
          Default timeout for waking up the cleanup-daemon on stores.
static int CONTENTS
          Compare file contents.
static int COPY
          Uri handler operation.
static int COPY_BUFFER_SIZE
          Default size of internal IO buffers for file copy operation.
static int COS
          Expression function: Math.cos.
static int CREATE
          Uri handler operation.
static int CRET
          Type marker for file read - carriage return.
static int DATE_OBJECT
          EDateTime: express as java.util.Date.
static int DCAU_NONE
          GridFTP: no data-channel authentication.
static int DCAU_SELF
          GridFTP: data-channel authentication = self.
static java.lang.String DEFAULT_FACTORY
          Supplied event channel implementation.
static java.lang.String DEFAULT_FORMAT
          Default date-time string format.
static int DEFAULT_GRIDFTP_PORT
          Dedicated GridFTP port.
static java.lang.String DEFAULT_L_DELIM
          Delimiter for serial representation of Java Lists.
static java.lang.String DEFAULT_L_END
          Closing symbol for serial representation of Java Lists.
static java.lang.String DEFAULT_L_START
          Opening symbol for serial representation of Java Lists.
static java.lang.String DEFAULT_LOG_DIR
          For the Xevents-style asynchronous publisher.
static int DEFAULT_QUEUE_CAPACITY
          Default size for throttling internal queues.
static double DEFAULT_QUEUE_THRESHOLD
          Default capacity limit for refreshing queues from underlying store.
static java.lang.String DEFAULT_SINK
          Assumes presence of a local channel.
static java.lang.String DEFAULT_SOURCE
          Assumes presence of a local channel.
static int DEFAULT_SSH_PORT
          Dedicated SSH port.
static int DEFAULT_THREAD_POOL_SIZE
          Size for default thread pools.
static java.lang.String DEFAULT_WAIT
          "Indefinite wait" marker for Xevents-style asynchronous publisher.
static int DELETE
          Uri handler operation.
static int DOUB
          Type marker for file read.
static int ELSE_IF
          ECondBlock should behave as if ...; else if ...; ...
static int EOF
          Java's end-of-file marker.
static int EQ
          '==' comparator (reference or primitive equality).
static int EQUALS
          Java 'equals' comparator for all objects (except primitive wrappers).
static int EQUL
          Expression operator: '=='.
static int EVENT_BATCH_SIZE
          Default setting for max batch size (Xevents implementation).
static int EXCL
          Expression operator: '!'.
static int EXP
          Expression function: Math.exp.
static int FALL_THROUGH
          ECondBlock should behave as a switch with no break statements.
static int FCLASS
          Check if an object contains a given class.
static int FLOOR
          Expression function: Math.floor.
static int FLOT
          Type marker for file read.
static int FNAME
          Check if an object contains a field by a given name.
static int FTYPE
          Check if an object contains a field of a given type.
static int FVALUE
          Check if an object contains a fiels with a given value.
static int GE
          Greater-than-or-equal-to comparator.
static int GET
          GridFTP: operation = 'get'.
static int GRIDFTP_BUFFER_SIZE
          Default protection buffer size for Grid FTP transfers.
static int GRTR
          Expression operator: '>'.
static int GT
          Greater-than comparator.
static int GTOE
          Expression operator: '>='.
static int HYHY
          Expression operator: '--'.
static int HYPH
          Expression operator: '-'.
static int IEEE
          Expression function: Math.IEEEremainder.
static int INTG
          Type marker for file read.
static int IO_STREAMS
          Uri handler setting.
static int LE
          Less-than-or-equal-to comparator.
static int LEFT
          Expression operator: '<<'.
static int LENGTH
          Compare file lengths.
static int LESS
          Expression operator: '<'.
static java.lang.String LINE_SEP
          System dependent.
static char LINE_SEP_CHAR
          System dependent.
static int LOG
          Expression function: Math.log.
static int LONG
          Type marker for file read.
static int LOOKING
          RTFilter state: still looking for end tag.
static int LOWEST_PRECEDENCE
          Lowest precedence number for expression symbols.
static int LT
          Less-than comparator.
static int LTOE
          Expression operator: '>='.
static int MANY_TO_ONE
          RegExFilterQueue semantics: indicates that multiple and overlapping publications are enabled; each filter in the queue is applied on every intercepted character sequence.
static int MATCHED
          RTFilter state: a match for the tag was found.
static int MAX
          Expression operator: Math.max.
static int MAX_PATTERN_LENGTH
          Default setting for pattern length when using the RTFilter.
static int MAX_TAG_LENGTH
          Default setting for tag length when using the RTFilter.
static int MIN
          Expression operator: Math.min.
static int MKDIRS
          Uri handler operation.
static int MOVE
          Uri handler operation.
static int NAME
          System property name.
static int NE
          Negation of EQ.
static int NEQL
          Expression operator: '!='.
static int NEQUALS
          Negation of EQUALS.
static int NEWL
          Type marker for file read - new line.
static int NIO_CHANNELS
          Uri handler setting.
static int NO_CHMOD
          UriStageFrom flag for not applying chmod.
static int NO_UNTAR
          UriStageFrom flag for not untar'ing any tar-balls.
static long NOTIFICATION_TIMEOUT
          Default timeout for polling of channel.
static int ONE_ARMED
          ECondBlock should behave as if ...; if ...; if ...; ...
static int ONE_TO_ONE
          RegExFilterQueue semantics: indicates that the filter will return at most one match per character sequence (no overlapping); publication is determined by the first filter matched on the sequence.
static int OR
          Expression operator: '||'.
static int PATH
          Comapre path names.
static int PIPE
          Expression operator: '|'.
static int PLPL
          Expression operator: '++'.
static int PLUS
          Expression operator: '+'.
static long POLL_SLEEP
          General default timeout for polling.
static int POW
          Expression operator: Math.pow.
static int PRCT
          Expression operator: '%'.
static int PRIORITY
          RegExFilterQueue semantics: same as ONE_TO_ONE; a priority queue based on the running count of matches is maintained
static long PROGRESS_WAIT
          Default timeout for progress events.
static int PUT
          GridFTP: operation = 'put'.
static int RANDOM
          Expression operator: Math.random.
static int READER_BUFFER_SIZE
          Default size of internal buffers for BufferedReader.
static int RGHT
          Expression operator: '>>'.
static int RINT
          Expression function: Math.rint.
static int ROUND
          Expression function: Math.round.
static int SHRT
          Type marker for file read.
static int SIN
          Expression function: Math.sin.
static int SLSH
          Expression operator: '/'.
static int SQRT
          Expression function: Math.sqrt.
static int STAGE
          Uri handler operation.
static long STAGING_LATENCY
          Default initial latency during staging calls to mass-storage.
static long STAGING_SLEEP
          Timeout during staging calls to mass-storage, used after arrival of first file on disk.
static int STREAM_BUFFER_SIZE
          Average size of internal IO buffers.
static int TAN
          Expression function: Math.tan.
static int TEXT
          Type marker for file read.
static int TIMESTAMP
          Compare file timestamps.
static int TLDE
          Expression operator: '~'.
static int TO_MILLIS
          EDateTime: express as a long (milliseconds).
static int TO_STRING
          EDateTime: express as a date-time String.
static int TOUCH
          Uri handler operation.
static int TRANSFER
          GridFTP: operation = 'transfer'.
static int UBYT
          Type marker for file read - unsigned byte.
static int UNDEFINED
          General marker for undefined values.
static int UNIX_COPY
          Uri handler setting.
static int UNMATCHED
          RTFilter state: no (intial tag) match (yet).
static int UNTAR_TO_FNAME
          UriStageFrom flag for untar'ing to directory based on tar-ball name.
static int UNTAR_TO_PARENT
          UriStageFrom flag for untar'ing to parent directory.
static int UPDATE_CHUNK_SIZE
          Default increment size to use when sending local intermediate copy update events.
static int USHT
          Type marker for file read - unsigned short.
static int UTF
          Write file using UTF encoding.
static int UTFC
          Type marker for file read - UTF encoded char.
static int VALUE
          System property value.
static int WSPC
          Type marker for file read - white space.
static int ZRGT
          Expression operator: '>>>'.
 
Constructor Summary
NCSAConstants()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LINE_SEP

public static final java.lang.String LINE_SEP
System dependent.


LINE_SEP_CHAR

public static final char LINE_SEP_CHAR
System dependent.


UNDEFINED

public static final int UNDEFINED
General marker for undefined values.

See Also:
Constant Field Values

EOF

public static final int EOF
Java's end-of-file marker.

See Also:
Constant Field Values

BIT_DEFAULT

public static final int BIT_DEFAULT
Default value for bit-wise & and |.

See Also:
Constant Field Values

LOWEST_PRECEDENCE

public static final int LOWEST_PRECEDENCE
Lowest precedence number for expression symbols.

See Also:
Constant Field Values

STREAM_BUFFER_SIZE

public static final int STREAM_BUFFER_SIZE
Average size of internal IO buffers.

See Also:
Constant Field Values

COPY_BUFFER_SIZE

public static final int COPY_BUFFER_SIZE
Default size of internal IO buffers for file copy operation.

See Also:
Constant Field Values

READER_BUFFER_SIZE

public static final int READER_BUFFER_SIZE
Default size of internal buffers for BufferedReader.

See Also:
Constant Field Values

UPDATE_CHUNK_SIZE

public static final int UPDATE_CHUNK_SIZE
Default increment size to use when sending local intermediate copy update events.

See Also:
Constant Field Values

GRIDFTP_BUFFER_SIZE

public static final int GRIDFTP_BUFFER_SIZE
Default protection buffer size for Grid FTP transfers.

See Also:
Constant Field Values

DEFAULT_THREAD_POOL_SIZE

public static final int DEFAULT_THREAD_POOL_SIZE
Size for default thread pools.

See Also:
Constant Field Values

DEFAULT_QUEUE_CAPACITY

public static final int DEFAULT_QUEUE_CAPACITY
Default size for throttling internal queues.

See Also:
Constant Field Values

DEFAULT_QUEUE_THRESHOLD

public static final double DEFAULT_QUEUE_THRESHOLD
Default capacity limit for refreshing queues from underlying store.

See Also:
Constant Field Values

STAGING_LATENCY

public static final long STAGING_LATENCY
Default initial latency during staging calls to mass-storage.

See Also:
Constant Field Values

STAGING_SLEEP

public static final long STAGING_SLEEP
Timeout during staging calls to mass-storage, used after arrival of first file on disk.

See Also:
Constant Field Values

NOTIFICATION_TIMEOUT

public static final long NOTIFICATION_TIMEOUT
Default timeout for polling of channel.

See Also:
Constant Field Values

PROGRESS_WAIT

public static final long PROGRESS_WAIT
Default timeout for progress events.

See Also:
Constant Field Values

POLL_SLEEP

public static final long POLL_SLEEP
General default timeout for polling.

See Also:
Constant Field Values

CLEANUP_TIMEOUT

public static final long CLEANUP_TIMEOUT
Default timeout for waking up the cleanup-daemon on stores.

See Also:
Constant Field Values

DEFAULT_GRIDFTP_PORT

public static final int DEFAULT_GRIDFTP_PORT
Dedicated GridFTP port.

See Also:
Constant Field Values

DEFAULT_SSH_PORT

public static final int DEFAULT_SSH_PORT
Dedicated SSH port.

See Also:
Constant Field Values

DEFAULT_FACTORY

public static final java.lang.String DEFAULT_FACTORY
Supplied event channel implementation.

See Also:
Constant Field Values

DEFAULT_LOG_DIR

public static final java.lang.String DEFAULT_LOG_DIR
For the Xevents-style asynchronous publisher.

See Also:
Constant Field Values

DEFAULT_SINK

public static final java.lang.String DEFAULT_SINK
Assumes presence of a local channel.

See Also:
Constant Field Values

DEFAULT_SOURCE

public static final java.lang.String DEFAULT_SOURCE
Assumes presence of a local channel.

See Also:
Constant Field Values

DEFAULT_WAIT

public static final java.lang.String DEFAULT_WAIT
"Indefinite wait" marker for Xevents-style asynchronous publisher.

See Also:
Constant Field Values

MAX_PATTERN_LENGTH

public static final int MAX_PATTERN_LENGTH
Default setting for pattern length when using the RTFilter.

See Also:
Constant Field Values

MAX_TAG_LENGTH

public static final int MAX_TAG_LENGTH
Default setting for tag length when using the RTFilter.

See Also:
Constant Field Values

EVENT_BATCH_SIZE

public static final int EVENT_BATCH_SIZE
Default setting for max batch size (Xevents implementation).

See Also:
Constant Field Values

DEFAULT_L_DELIM

public static final java.lang.String DEFAULT_L_DELIM
Delimiter for serial representation of Java Lists.

See Also:
Constant Field Values

DEFAULT_L_END

public static final java.lang.String DEFAULT_L_END
Closing symbol for serial representation of Java Lists.

See Also:
Constant Field Values

DEFAULT_L_START

public static final java.lang.String DEFAULT_L_START
Opening symbol for serial representation of Java Lists.

See Also:
Constant Field Values

DEFAULT_FORMAT

public static final java.lang.String DEFAULT_FORMAT
Default date-time string format.

See Also:
Constant Field Values

EQ

public static final int EQ
'==' comparator (reference or primitive equality).

See Also:
Constant Field Values

EQUALS

public static final int EQUALS
Java 'equals' comparator for all objects (except primitive wrappers).

See Also:
Constant Field Values

GE

public static final int GE
Greater-than-or-equal-to comparator.

See Also:
Constant Field Values

GT

public static final int GT
Greater-than comparator.

See Also:
Constant Field Values

LE

public static final int LE
Less-than-or-equal-to comparator.

See Also:
Constant Field Values

LT

public static final int LT
Less-than comparator.

See Also:
Constant Field Values

NE

public static final int NE
Negation of EQ.

See Also:
Constant Field Values

NEQUALS

public static final int NEQUALS
Negation of EQUALS.

See Also:
Constant Field Values

CONTENTS

public static final int CONTENTS
Compare file contents.

See Also:
Constant Field Values

LENGTH

public static final int LENGTH
Compare file lengths.

See Also:
Constant Field Values

PATH

public static final int PATH
Comapre path names.

See Also:
Constant Field Values

TIMESTAMP

public static final int TIMESTAMP
Compare file timestamps.

See Also:
Constant Field Values

FCLASS

public static final int FCLASS
Check if an object contains a given class.

See Also:
Constant Field Values

FNAME

public static final int FNAME
Check if an object contains a field by a given name.

See Also:
Constant Field Values

FTYPE

public static final int FTYPE
Check if an object contains a field of a given type.

See Also:
Constant Field Values

FVALUE

public static final int FVALUE
Check if an object contains a fiels with a given value.

See Also:
Constant Field Values

MANY_TO_ONE

public static final int MANY_TO_ONE
RegExFilterQueue semantics: indicates that multiple and overlapping publications are enabled; each filter in the queue is applied on every intercepted character sequence.

See Also:
Constant Field Values

ONE_TO_ONE

public static final int ONE_TO_ONE
RegExFilterQueue semantics: indicates that the filter will return at most one match per character sequence (no overlapping); publication is determined by the first filter matched on the sequence.

See Also:
Constant Field Values

PRIORITY

public static final int PRIORITY
RegExFilterQueue semantics: same as ONE_TO_ONE; a priority queue based on the running count of matches is maintained

See Also:
Constant Field Values

LOOKING

public static final int LOOKING
RTFilter state: still looking for end tag.

See Also:
Constant Field Values

MATCHED

public static final int MATCHED
RTFilter state: a match for the tag was found.

See Also:
Constant Field Values

UNMATCHED

public static final int UNMATCHED
RTFilter state: no (intial tag) match (yet).

See Also:
Constant Field Values

BOOL

public static final int BOOL
Type marker for file read.

See Also:
Constant Field Values

BYTE

public static final int BYTE
Type marker for file read.

See Also:
Constant Field Values

CHAR

public static final int CHAR
Type marker for file read.

See Also:
Constant Field Values

CRET

public static final int CRET
Type marker for file read - carriage return.

See Also:
Constant Field Values

DOUB

public static final int DOUB
Type marker for file read.

See Also:
Constant Field Values

FLOT

public static final int FLOT
Type marker for file read.

See Also:
Constant Field Values

INTG

public static final int INTG
Type marker for file read.

See Also:
Constant Field Values

LONG

public static final int LONG
Type marker for file read.

See Also:
Constant Field Values

NEWL

public static final int NEWL
Type marker for file read - new line.

See Also:
Constant Field Values

SHRT

public static final int SHRT
Type marker for file read.

See Also:
Constant Field Values

UBYT

public static final int UBYT
Type marker for file read - unsigned byte.

See Also:
Constant Field Values

USHT

public static final int USHT
Type marker for file read - unsigned short.

See Also:
Constant Field Values

UTFC

public static final int UTFC
Type marker for file read - UTF encoded char.

See Also:
Constant Field Values

WSPC

public static final int WSPC
Type marker for file read - white space.

See Also:
Constant Field Values

TEXT

public static final int TEXT
Type marker for file read.

See Also:
Constant Field Values

NAME

public static final int NAME
System property name.

See Also:
Constant Field Values

VALUE

public static final int VALUE
System property value.

See Also:
Constant Field Values

DATE_OBJECT

public static final int DATE_OBJECT
EDateTime: express as java.util.Date.

See Also:
Constant Field Values

TO_MILLIS

public static final int TO_MILLIS
EDateTime: express as a long (milliseconds).

See Also:
Constant Field Values

TO_STRING

public static final int TO_STRING
EDateTime: express as a date-time String.

See Also:
Constant Field Values

ELSE_IF

public static final int ELSE_IF
ECondBlock should behave as if ...; else if ...; ... else.

See Also:
Constant Field Values

FALL_THROUGH

public static final int FALL_THROUGH
ECondBlock should behave as a switch with no break statements.

See Also:
Constant Field Values

ONE_ARMED

public static final int ONE_ARMED
ECondBlock should behave as if ...; if ...; if ...; ... .

See Also:
Constant Field Values

CHMOD_BOTH

public static final int CHMOD_BOTH
UriStageFrom flag for applying chmod to both files and directories.

See Also:
Constant Field Values

CHMOD_DIRS

public static final int CHMOD_DIRS
UriStageFrom flag for applying chmod to directories.

See Also:
Constant Field Values

CHMOD_FILES

public static final int CHMOD_FILES
UriStageFrom flag for applying chmod to files.

See Also:
Constant Field Values

NO_CHMOD

public static final int NO_CHMOD
UriStageFrom flag for not applying chmod.

See Also:
Constant Field Values

NO_UNTAR

public static final int NO_UNTAR
UriStageFrom flag for not untar'ing any tar-balls.

See Also:
Constant Field Values

UNTAR_TO_FNAME

public static final int UNTAR_TO_FNAME
UriStageFrom flag for untar'ing to directory based on tar-ball name.

See Also:
Constant Field Values

UNTAR_TO_PARENT

public static final int UNTAR_TO_PARENT
UriStageFrom flag for untar'ing to parent directory.

See Also:
Constant Field Values

DCAU_NONE

public static final int DCAU_NONE
GridFTP: no data-channel authentication.

See Also:
Constant Field Values

DCAU_SELF

public static final int DCAU_SELF
GridFTP: data-channel authentication = self.

See Also:
Constant Field Values

GET

public static final int GET
GridFTP: operation = 'get'.

See Also:
Constant Field Values

PUT

public static final int PUT
GridFTP: operation = 'put'.

See Also:
Constant Field Values

TRANSFER

public static final int TRANSFER
GridFTP: operation = 'transfer'.

See Also:
Constant Field Values

BINARY

public static final int BINARY
Write file using binary types.

See Also:
Constant Field Values

CHARS

public static final int CHARS
Write file as characters (bytes).

See Also:
Constant Field Values

UTF

public static final int UTF
Write file using UTF encoding.

See Also:
Constant Field Values

COPY

public static final int COPY
Uri handler operation.

See Also:
Constant Field Values

MOVE

public static final int MOVE
Uri handler operation.

See Also:
Constant Field Values

CREATE

public static final int CREATE
Uri handler operation.

See Also:
Constant Field Values

DELETE

public static final int DELETE
Uri handler operation.

See Also:
Constant Field Values

MKDIRS

public static final int MKDIRS
Uri handler operation.

See Also:
Constant Field Values

TOUCH

public static final int TOUCH
Uri handler operation.

See Also:
Constant Field Values

STAGE

public static final int STAGE
Uri handler operation.

See Also:
Constant Field Values

IO_STREAMS

public static final int IO_STREAMS
Uri handler setting.

See Also:
Constant Field Values

NIO_CHANNELS

public static final int NIO_CHANNELS
Uri handler setting.

See Also:
Constant Field Values

UNIX_COPY

public static final int UNIX_COPY
Uri handler setting.

See Also:
Constant Field Values

ABS

public static final int ABS
Expression function: Math.abs.

See Also:
Constant Field Values

ACOS

public static final int ACOS
Expression function: Math.acos.

See Also:
Constant Field Values

AMPS

public static final int AMPS
Expression operator: '&'.

See Also:
Constant Field Values

AND

public static final int AND
Expression operator: &&.

See Also:
Constant Field Values

ASIN

public static final int ASIN
Expression function: Math.asin.

See Also:
Constant Field Values

ASTR

public static final int ASTR
Expression operator: '*'.

See Also:
Constant Field Values

ATAN

public static final int ATAN
Expression function: Math.atan.

See Also:
Constant Field Values

ATAN2

public static final int ATAN2
Expression function: Math.atan2.

See Also:
Constant Field Values

CART

public static final int CART
Expression operator: '^'.

See Also:
Constant Field Values

CEIL

public static final int CEIL
Expression function: Math.ceil.

See Also:
Constant Field Values

COS

public static final int COS
Expression function: Math.cos.

See Also:
Constant Field Values

EQUL

public static final int EQUL
Expression operator: '=='.

See Also:
Constant Field Values

EXCL

public static final int EXCL
Expression operator: '!'.

See Also:
Constant Field Values

EXP

public static final int EXP
Expression function: Math.exp.

See Also:
Constant Field Values

FLOOR

public static final int FLOOR
Expression function: Math.floor.

See Also:
Constant Field Values

GRTR

public static final int GRTR
Expression operator: '>'.

See Also:
Constant Field Values

GTOE

public static final int GTOE
Expression operator: '>='.

See Also:
Constant Field Values

HYHY

public static final int HYHY
Expression operator: '--'.

See Also:
Constant Field Values

HYPH

public static final int HYPH
Expression operator: '-'.

See Also:
Constant Field Values

IEEE

public static final int IEEE
Expression function: Math.IEEEremainder.

See Also:
Constant Field Values

LEFT

public static final int LEFT
Expression operator: '<<'.

See Also:
Constant Field Values

LESS

public static final int LESS
Expression operator: '<'.

See Also:
Constant Field Values

LOG

public static final int LOG
Expression function: Math.log.

See Also:
Constant Field Values

LTOE

public static final int LTOE
Expression operator: '>='.

See Also:
Constant Field Values

MAX

public static final int MAX
Expression operator: Math.max.

See Also:
Constant Field Values

MIN

public static final int MIN
Expression operator: Math.min.

See Also:
Constant Field Values

NEQL

public static final int NEQL
Expression operator: '!='.

See Also:
Constant Field Values

OR

public static final int OR
Expression operator: '||'.

See Also:
Constant Field Values

PIPE

public static final int PIPE
Expression operator: '|'.

See Also:
Constant Field Values

PLPL

public static final int PLPL
Expression operator: '++'.

See Also:
Constant Field Values

PLUS

public static final int PLUS
Expression operator: '+'.

See Also:
Constant Field Values

POW

public static final int POW
Expression operator: Math.pow.

See Also:
Constant Field Values

PRCT

public static final int PRCT
Expression operator: '%'.

See Also:
Constant Field Values

RANDOM

public static final int RANDOM
Expression operator: Math.random.

See Also:
Constant Field Values

RGHT

public static final int RGHT
Expression operator: '>>'.

See Also:
Constant Field Values

RINT

public static final int RINT
Expression function: Math.rint.

See Also:
Constant Field Values

ROUND

public static final int ROUND
Expression function: Math.round.

See Also:
Constant Field Values

SIN

public static final int SIN
Expression function: Math.sin.

See Also:
Constant Field Values

SLSH

public static final int SLSH
Expression operator: '/'.

See Also:
Constant Field Values

SQRT

public static final int SQRT
Expression function: Math.sqrt.

See Also:
Constant Field Values

TAN

public static final int TAN
Expression function: Math.tan.

See Also:
Constant Field Values

TLDE

public static final int TLDE
Expression operator: '~'.

See Also:
Constant Field Values

ZRGT

public static final int ZRGT
Expression operator: '>>>'.

See Also:
Constant Field Values
Constructor Detail

NCSAConstants

public NCSAConstants()