Package | Description |
---|---|
de.toem.impulse.domain | |
de.toem.impulse.samples | |
java.io | |
java.lang |
Provides classes that are fundamental to the design of the Java
programming language.
|
java.math |
Provides classes for performing arbitrary-precision integer
arithmetic (
BigInteger ) and arbitrary-precision decimal
arithmetic (BigDecimal ). |
Modifier and Type | Class and Description |
---|---|
class |
AmpsBase |
class |
DateBase |
class |
FloatBase |
class |
FrequencyBase |
class |
IndexBase |
class |
PixelBase |
class |
TimeBase |
class |
UnknownBase |
class |
VoltsBase |
Modifier and Type | Class and Description |
---|---|
static class |
ISamples.ProcessType
Process type can be either Discrete or Continuous (equal distant samples).
|
static class |
ISamples.SignalType
Signal type contains the main type of the signals (e.g. a float or logic).
|
static class |
ISamples.TagDomain
The tag domain describes the reason for tags.
|
Modifier and Type | Class and Description |
---|---|
class |
File
An abstract representation of file and directory pathnames.
|
class |
ObjectStreamField
A description of a Serializable field from a Serializable class.
|
Modifier and Type | Class and Description |
---|---|
class |
Boolean
The Boolean class wraps a value of the primitive type
boolean in an object. |
class |
Byte
The
Byte class wraps a value of primitive type byte
in an object. |
class |
Character
The
Character class wraps a value of the primitive
type char in an object. |
static class |
Character.UnicodeScript
A family of character subsets representing the character scripts
defined in the
Unicode Standard Annex #24: Script Names.
|
class |
Double
The
Double class wraps a value of the primitive type
double in an object. |
class |
Enum<E extends Enum<E>>
This is the common base class of all Java language enumeration types.
|
class |
Float
The
Float class wraps a value of primitive type
float in an object. |
class |
Integer
The
Integer class wraps a value of the primitive type
int in an object. |
class |
Long
The
Long class wraps a value of the primitive type long in an object. |
static class |
ProcessBuilder.Redirect.Type
The type of a
ProcessBuilder.Redirect . |
class |
Short
The
Short class wraps a value of primitive type short in an object. |
class |
String
The
String class represents character strings. |
static class |
Thread.State
A thread state.
|
Modifier and Type | Class and Description |
---|---|
class |
BigDecimal
Immutable, arbitrary-precision signed decimal numbers.
|
class |
BigInteger
Immutable arbitrary-precision integers.
|
class |
RoundingMode
Specifies a rounding behavior for numerical operations
capable of discarding precision.
|