- gc() - Method in class java.lang.Runtime
-
Runs the garbage collector.
- gc() - Static method in class java.lang.System
-
Runs the garbage collector.
- gcd(BigInteger) - Method in class java.math.BigInteger
-
Returns a BigInteger whose value is the greatest common divisor of
abs(this)
and abs(val)
.
- ge(DomainValue) - Method in class de.toem.impulse.domain.DomainValue
-
- GENERAL_PUNCTUATION - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "General Punctuation" Unicode character block.
- GEOMETRIC_SHAPES - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Geometric Shapes" Unicode character block.
- GeometryModified - Static variable in interface de.toem.impulse.paint.IPlotTree
-
- GEORGIAN - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Georgian" Unicode character block.
- GEORGIAN_SUPPLEMENT - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Georgian Supplement" Unicode character block.
- get(int) - Method in class de.toem.impulse.values.GroupedValue
-
Deprecated.
- get(String, boolean) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named boolean field from the persistent field.
- get(String, byte) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named byte field from the persistent field.
- get(String, char) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named char field from the persistent field.
- get(String, short) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named short field from the persistent field.
- get(String, int) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named int field from the persistent field.
- get(String, long) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named long field from the persistent field.
- get(String, float) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named float field from the persistent field.
- get(String, double) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named double field from the persistent field.
- get(String, Object) - Method in class java.io.ObjectInputStream.GetField
-
Get the value of the named Object field from the persistent field.
- get(Class<?>) - Method in class java.lang.ClassValue
-
Returns the value for the given class.
- get() - Method in class java.lang.ThreadLocal
-
Returns the value in the current thread's copy of this
thread-local variable.
- getAbsoluteFile() - Method in class java.io.File
-
Returns the absolute form of this abstract pathname.
- getAbsolutePath() - Method in class java.io.File
-
Returns the absolute pathname string of this abstract pathname.
- getAccuracy() - Method in interface de.toem.impulse.samples.ISamples
-
- getAccuracy() - Method in class de.toem.impulse.samples.ISamples.SignalDescriptor
-
Returns the accuracy descriptor.
- getActions() - Method in class java.io.FilePermission
-
Returns the "canonical string representation" of the actions.
- getActiveCursor() - Method in interface de.toem.impulse.paint.IPlotTree
-
- getActiveElement() - Method in interface de.toem.pattern.element.IElementEditor
-
- getActiveValueProvider() - Method in interface de.toem.impulse.paint.ITreeItem
-
- getAllSignals() - Method in interface de.toem.impulse.samples.IRecordGenerator
-
Returns a list of all signals.
- getAllStackTraces() - Static method in class java.lang.Thread
-
Returns a map of stack traces for all live threads.
- getAnnotation(Class<A>) - Method in class java.lang.Class
-
- getAnnotation(Class<A>) - Method in class java.lang.Package
-
- getAnnotations() - Method in class java.lang.Class
-
- getAnnotations() - Method in class java.lang.Package
-
- getArray() - Method in interface de.toem.impulse.values.IArrayValue
-
- getArray() - Method in class de.toem.impulse.values.Logic
-
- getArray() - Method in class de.toem.impulse.values.Struct
-
- getArray() - Method in class de.toem.impulse.values.Transaction
-
- getArrowStyle() - Method in class de.toem.impulse.values.AttachedRelation
-
- getAutoTemplates() - Static method in class de.toem.impulse.cells.view.PlotConfigurationInstancer
-
- getAxis() - Method in interface de.toem.impulse.paint.IPlotTree
-
- getAxis() - Method in interface de.toem.impulse.paint.ITreeItem
-
- getBase() - Method in interface de.toem.impulse.samples.IRecordGenerator
-
Answers the base cell of the generator, typically the record.
- getBaseElement() - Method in interface de.toem.pattern.element.IElementEditor
-
- getBitWidth() - Method in interface de.toem.impulse.samples.ILogicSamplesWriter
-
Returns the bit width of the writer
- getBitWidth() - Method in class de.toem.impulse.values.Logic
-
Returns the bit width.
- getBoolean(String) - Static method in class java.lang.Boolean
-
Returns true
if and only if the system property
named by the argument exists and is equal to the string
"true"
.
- getBounds() - Method in interface de.toem.impulse.paint.ITreeItem
-
- getBuffer() - Method in class java.io.StringWriter
-
Return the string buffer itself.
- getBytes() - Method in class de.toem.impulse.values.CompoundPack
-
- getBytes(int, int, byte[], int) - Method in class java.lang.String
-
- getBytes(String) - Method in class java.lang.String
-
Encodes this String
into a sequence of bytes using the named
charset, storing the result into a new byte array.
- getBytes(Charset) - Method in class java.lang.String
-
Encodes this String
into a sequence of bytes using the given
charset, storing the result into a
new byte array.
- getBytes() - Method in class java.lang.String
-
Encodes this String
into a sequence of bytes using the
platform's default charset, storing the result into a new byte array.
- getBytesValue() - Method in class de.toem.impulse.values.StructMember
-
Returns the value of the member.
- getCanonicalFile() - Method in class java.io.File
-
Returns the canonical form of this abstract pathname.
- getCanonicalName() - Method in class java.lang.Class
-
Returns the canonical name of the underlying class as
defined by the Java Language Specification.
- getCanonicalPath() - Method in class java.io.File
-
Returns the canonical pathname string of this abstract pathname.
- getCause() - Method in exception java.io.WriteAbortedException
-
Returns the exception that terminated the operation (the cause).
- getCause() - Method in exception java.lang.ClassNotFoundException
-
Returns the cause of this exception (the exception that was raised
if an error occurred while attempting to load the class; otherwise
null).
- getCause() - Method in error java.lang.ExceptionInInitializerError
-
Returns the cause of this error (the exception that occurred
during a static initialization that caused this error to be created).
- getCause() - Method in class java.lang.Throwable
-
Returns the cause of this throwable or null
if the
cause is nonexistent or unknown.
- getCell(String) - Method in interface de.toem.pattern.element.ICell
-
- getCell(char[], int) - Method in interface de.toem.pattern.element.ICell
-
- getCell(String, Class<? extends ICell>) - Method in interface de.toem.pattern.element.ICell
-
- getCell(char[], int, Class<? extends ICell>) - Method in interface de.toem.pattern.element.ICell
-
- getCell() - Method in interface de.toem.pattern.element.ICover
-
- getCell() - Method in interface de.toem.pattern.element.IElement
-
- getCell(IProgress) - Method in interface de.toem.pattern.element.IElement
-
- getCell() - Method in interface de.toem.pattern.element.IElementModifier
-
- getCellByHunt(String) - Method in interface de.toem.pattern.element.ICell
-
- getCellByHunt(String) - Method in interface de.toem.pattern.element.IElement
-
- getCellByLink(Link) - Method in interface de.toem.pattern.element.ICell
-
- getCellByLink(Link, Class<? extends ICell>) - Method in interface de.toem.pattern.element.ICell
-
- getCellByLink(Link) - Method in interface de.toem.pattern.element.IElement
-
- getCellByLink(Link, Class<? extends ICell>) - Method in interface de.toem.pattern.element.IElement
-
- getCellByPath(String) - Method in interface de.toem.pattern.element.IElement
-
- getCellByPath(String, Class<? extends ICell>) - Method in interface de.toem.pattern.element.IElement
-
- getCellData(IElement) - Static method in class de.toem.pattern.element.Elements
-
- getCellData(IProgress) - Method in interface de.toem.pattern.element.IElement
-
- getCells(ICell) - Static method in class de.toem.pattern.element.Elements
-
- getCellType() - Method in class de.toem.impulse.cells.view.CursorConfigurationInstancer
-
- getCellType() - Method in class de.toem.impulse.cells.view.FolderConfigurationInstancer
-
- getCellType() - Method in class de.toem.impulse.cells.view.PlotConfigurationInstancer
-
- getCellType() - Method in class de.toem.impulse.cells.view.PlotConfigurationTemplateInstancer
-
- getCellType() - Method in class de.toem.impulse.cells.view.SearchConfigurationInstancer
-
- getCellType() - Method in class de.toem.impulse.cells.view.SourceReferenceInstancer
-
- getCellType() - Method in class de.toem.impulse.cells.view.ViewConfigurationInstancer
-
- getCellType() - Method in class de.toem.impulse.cells.view.WalletInstancer
-
- getCellType() - Method in interface de.toem.pattern.element.ICover
-
- getCellType() - Method in interface de.toem.pattern.element.IElement
-
- getChannel() - Method in class java.io.FileInputStream
-
Returns the unique FileChannel
object associated with this file input stream.
- getChannel() - Method in class java.io.FileOutputStream
-
Returns the unique FileChannel
object associated with this file output stream.
- getChannel() - Method in class java.io.RandomAccessFile
-
Returns the unique FileChannel
object associated with this file.
- getChars(int, int, char[], int) - Method in class java.lang.String
-
Copies characters from this string into the destination character
array.
- getChars(int, int, char[], int) - Method in class java.lang.StringBuffer
-
- getChild(int) - Method in interface de.toem.pattern.element.ICell
-
- getChild(String) - Method in interface de.toem.pattern.element.IElement
-
- getChildByHunt(String) - Method in interface de.toem.pattern.element.ICell
-
- getChildByLink(Link) - Method in interface de.toem.pattern.element.ICell
-
- getChildByLink(Link, Class<? extends ICell>) - Method in interface de.toem.pattern.element.ICell
-
- getChildByName(String) - Method in interface de.toem.pattern.element.ICell
-
- getChildByName(String, Class<? extends ICell>) - Method in interface de.toem.pattern.element.ICell
-
- getChildByName(char[], int, int) - Method in interface de.toem.pattern.element.ICell
-
- getChildByName(char[], int, int, Class<? extends ICell>) - Method in interface de.toem.pattern.element.ICell
-
- getChildItem(int) - Method in interface de.toem.impulse.paint.ITreeItem
-
- getChildItems() - Method in interface de.toem.impulse.paint.ITreeItem
-
- getChildren() - Method in interface de.toem.pattern.element.ICell
-
- getChildren(String) - Method in interface de.toem.pattern.element.ICell
-
- getChildren(Class<? extends ICell>) - Method in interface de.toem.pattern.element.ICell
-
- getChildren(Class<? extends ICell>[]) - Method in interface de.toem.pattern.element.ICell
-
- getChildren() - Method in interface de.toem.pattern.element.IElement
-
- getChildren(IProgress) - Method in interface de.toem.pattern.element.IElement
-
- getChildren(IProgress, int) - Method in interface de.toem.pattern.element.IElement
-
- getChildren(IProgress, String[]) - Method in interface de.toem.pattern.element.IElement
-
- getChildren(IProgress, String) - Method in interface de.toem.pattern.element.IElement
-
- getChildren(IProgress, Class<? extends ICell>) - Method in interface de.toem.pattern.element.IElement
-
- getChildren(IProgress, Class<? extends ICell>[]) - Method in interface de.toem.pattern.element.IElement
-
- getChildrenCount() - Method in interface de.toem.impulse.paint.ITreeItem
-
- getClass() - Method in class java.lang.Object
-
Returns the runtime class of this Object
.
- getClasses() - Method in class java.lang.Class
-
Returns an array containing Class
objects representing all
the public classes and interfaces that are members of the class
represented by this Class
object.
- getClassLoader() - Method in class java.lang.Class
-
Returns the class loader for the class.
- getClassName() - Method in class java.lang.StackTraceElement
-
Returns the fully qualified name of the class containing the
execution point represented by this stack trace element.
- getColor() - Method in class de.toem.impulse.cells.record.AbstractSignal
-
- getColor() - Method in class de.toem.impulse.cells.view.PlotConfiguration
-
- getColor() - Method in interface de.toem.impulse.paint.IPaintItem
-
- getColor(int) - Method in interface de.toem.impulse.paint.ITheme
-
- getColor() - Method in class de.toem.impulse.values.AbstractAttachment
-
- getComponentType() - Method in class java.lang.Class
-
Returns the Class
representing the component type of an
array.
- getConfiguration(Link) - Method in class de.toem.impulse.cells.view.PlotConfiguration
-
- getConfiguration() - Method in interface de.toem.pattern.element.ICover
-
- getConstructor(Class<?>...) - Method in class java.lang.Class
-
Returns a Constructor
object that reflects the specified
public constructor of the class represented by this Class
object.
- getConstructors() - Method in class java.lang.Class
-
Returns an array containing Constructor
objects reflecting
all the public constructors of the class represented by this
Class
object.
- getContainer() - Method in interface de.toem.pattern.element.IElement
-
- getContainerPath() - Method in interface de.toem.pattern.element.ICell
-
- getContainers() - Method in interface de.toem.pattern.element.IElement
-
- getContent() - Method in interface de.toem.impulse.samples.IMemberDescriptor
-
Returns the content.
- getContent() - Method in interface de.toem.impulse.samples.ISamples
-
- getContent() - Method in class de.toem.impulse.samples.ISamples.SignalDescriptor
-
Returns the content description.
- getContent() - Method in interface de.toem.impulse.samples.IStatService
-
- getContent() - Method in class de.toem.impulse.values.MemberDescriptor
-
Returns the content.
- getContextClassLoader() - Method in class java.lang.Thread
-
Returns the context ClassLoader for this Thread.
- getControls(String) - Method in class de.toem.impulse.cells.view.PlotConfigurationInstancer
-
- getConverterConfiguration() - Method in interface de.toem.impulse.samples.ISampleConverter
-
- getConverterConfiguration() - Method in interface de.toem.impulse.samples.IStatService
-
- getConverterConfiguration() - Method in class de.toem.impulse.values.CompoundValue
-
- getCount() - Method in interface de.toem.impulse.samples.IReadableSamples
-
Returns the no of available samples.
- getCount() - Method in interface de.toem.impulse.samples.ISamplesWriter
-
Returns the no of available samples.
- getCover() - Method in interface de.toem.pattern.element.ICell
-
- getCover() - Method in interface de.toem.pattern.element.IElement
-
- getCover() - Method in interface de.toem.pattern.element.IElementModifier
-
- getCurrentPosition() - Method in interface de.toem.impulse.samples.ISamplesIterator
-
Returns position of current sample.
- getCursorDetailsMaxHeight(int) - Method in interface de.toem.impulse.paint.ITheme
-
- getCursorItems() - Method in interface de.toem.impulse.paint.IPlotTree
-
- getData() - Method in interface de.toem.impulse.paint.IPaintItem
-
- getData(String) - Method in interface de.toem.impulse.paint.IPaintItem
-
- getData() - Method in interface de.toem.impulse.paint.ISelectItem
-
- getData() - Method in interface de.toem.impulse.samples.IPackedSamples
-
Return the transient data.
- getData(String) - Method in interface de.toem.impulse.samples.IPackedSamples
-
Return the transient data.
- getData() - Method in interface de.toem.pattern.element.ICell
-
- getData(String) - Method in interface de.toem.pattern.element.ICell
-
- getData(Class<?>) - Method in interface de.toem.pattern.element.ICell
-
- getData(String, Class<?>) - Method in interface de.toem.pattern.element.ICell
-
- getData(IProgress) - Method in interface de.toem.pattern.element.IElement
-
- getDeclaredAnnotations() - Method in class java.lang.Class
-
- getDeclaredAnnotations() - Method in class java.lang.Package
-
- getDeclaredClasses() - Method in class java.lang.Class
-
Returns an array of Class
objects reflecting all the
classes and interfaces declared as members of the class represented by
this Class
object.
- getDeclaredConstructor(Class<?>...) - Method in class java.lang.Class
-
Returns a Constructor
object that reflects the specified
constructor of the class or interface represented by this
Class
object.
- getDeclaredConstructors() - Method in class java.lang.Class
-
Returns an array of Constructor
objects reflecting all the
constructors declared by the class represented by this
Class
object.
- getDeclaredField(String) - Method in class java.lang.Class
-
Returns a Field
object that reflects the specified declared
field of the class or interface represented by this Class
object.
- getDeclaredFields() - Method in class java.lang.Class
-
Returns an array of Field
objects reflecting all the fields
declared by the class or interface represented by this
Class
object.
- getDeclaredMethod(String, Class<?>...) - Method in class java.lang.Class
-
Returns a Method
object that reflects the specified
declared method of the class or interface represented by this
Class
object.
- getDeclaredMethods() - Method in class java.lang.Class
-
Returns an array of Method
objects reflecting all the
methods declared by the class or interface represented by this
Class
object.
- getDeclaringClass() - Method in class java.lang.Class
-
If the class or interface represented by this Class
object
is a member of another class, returns the Class
object
representing the class in which it was declared.
- getDeclaringClass() - Method in class java.lang.Enum
-
Returns the Class object corresponding to this enum constant's
enum type.
- getDefaultUncaughtExceptionHandler() - Static method in class java.lang.Thread
-
Returns the default handler invoked when a thread abruptly terminates
due to an uncaught exception.
- getDelta() - Method in interface de.toem.impulse.samples.IPointer
-
Returns the delta between position and the position of the indexed event (getUnits() - unitsAt(getIndex())
- getDeltaInDomainUnits() - Method in interface de.toem.impulse.paint.ICursorItem
-
- getDeltaPosition() - Method in interface de.toem.impulse.paint.ICursorItem
-
- getDeltaUnits() - Method in class de.toem.impulse.values.AttachedRelation
-
- getDepth() - Method in interface de.toem.pattern.element.ICell
-
- getDescription() - Method in class de.toem.impulse.cells.record.AbstractSignal
-
- getDescription() - Method in class de.toem.impulse.cells.view.PlotConfiguration
-
- getDescription() - Method in interface de.toem.impulse.paint.IPaintItem
-
- getDescription() - Method in interface de.toem.pattern.element.IElement
-
- getDiagramType() - Method in interface de.toem.impulse.paint.IPlotItem
-
- getDirectionality(char) - Static method in class java.lang.Character
-
Returns the Unicode directionality property for the given
character.
- getDirectionality(int) - Static method in class java.lang.Character
-
Returns the Unicode directionality property for the given
character (Unicode code point).
- getDisplay() - Method in interface de.toem.impulse.paint.IPaintItem
-
- getDocumentContainer() - Method in interface de.toem.pattern.element.IElement
-
- getDomainAxisMap() - Method in interface de.toem.impulse.paint.ITreeItem
-
- getDomainBase() - Method in interface de.toem.impulse.paint.ICursorItem
-
- getDomainBase() - Method in interface de.toem.impulse.samples.ISamples
-
Returns the domain base (e.g TimeBase.ms)
- getDomainBase() - Method in interface de.toem.impulse.samples.ISamplesIterator
-
Returns domain base.
- getDomainLabel() - Method in enum de.toem.impulse.domain.AmpsBase
-
- getDomainLabel() - Method in enum de.toem.impulse.domain.DateBase
-
- getDomainLabel() - Method in enum de.toem.impulse.domain.FloatBase
-
- getDomainLabel() - Method in enum de.toem.impulse.domain.FrequencyBase
-
- getDomainLabel() - Method in interface de.toem.impulse.domain.IDomainBase
-
- getDomainLabel() - Method in enum de.toem.impulse.domain.IndexBase
-
- getDomainLabel() - Method in enum de.toem.impulse.domain.PixelBase
-
- getDomainLabel() - Method in enum de.toem.impulse.domain.TimeBase
-
- getDomainLabel() - Method in enum de.toem.impulse.domain.UnknownBase
-
- getDomainLabel() - Method in enum de.toem.impulse.domain.VoltsBase
-
- getDoubleValue() - Method in class de.toem.impulse.values.StructMember
-
Returns the value of the member.
- getElement(Object) - Static method in class de.toem.pattern.element.Elements
-
- getElement() - Method in interface de.toem.pattern.element.ICell
-
- getElement() - Method in interface de.toem.pattern.element.ICover
-
- getElement(String) - Method in interface de.toem.pattern.element.IElement
-
- getElement(Link) - Method in interface de.toem.pattern.element.IElement
-
- getElement() - Method in interface de.toem.pattern.element.IElementModifier
-
- getElement(Object) - Method in interface de.toem.pattern.element.IElementProvider
-
- getElementArray(Collection<IElement>) - Static method in class de.toem.pattern.element.Elements
-
- getElements(Object[]) - Static method in class de.toem.pattern.element.Elements
-
- getElements(ICell) - Static method in class de.toem.pattern.element.Elements
-
- getElements(IElement...) - Static method in class de.toem.pattern.element.Elements
-
- getElements(List<ICell>) - Static method in class de.toem.pattern.element.Elements
-
- getElements(Object[]) - Method in interface de.toem.pattern.element.IElementProvider
-
- getEnclosingClass() - Method in class java.lang.Class
-
Returns the immediately enclosing class of the underlying
class.
- getEnclosingConstructor() - Method in class java.lang.Class
-
If this Class
object represents a local or anonymous
class within a constructor, returns a Constructor
object representing
the immediately enclosing constructor of the underlying
class.
- getEnclosingMethod() - Method in class java.lang.Class
-
If this Class
object represents a local or anonymous
class within a method, returns a Method
object representing the
immediately enclosing method of the underlying class.
- getEncoding() - Method in class java.io.InputStreamReader
-
Returns the name of the character encoding being used by this stream.
- getEncoding() - Method in class java.io.OutputStreamWriter
-
Returns the name of the character encoding being used by this stream.
- getEnd() - Method in interface de.toem.impulse.samples.IReadableGroup
-
Returns the position of the last sample.
- getEnd() - Method in interface de.toem.impulse.samples.ISamples
-
Returns the position of the last sample.
- getEnd() - Method in interface de.toem.impulse.samples.ISamplesIterator
-
Returns end units of iterator.
- getEnd() - Method in class de.toem.impulse.values.GroupedValue
-
Returns the end position (position of the last event in group).
- getEndPosition() - Method in interface de.toem.impulse.samples.ISamplesIterator
-
Returns end position of iterator.
- getEndUnits() - Method in interface de.toem.impulse.samples.IReadableGroup
-
Returns the position of the last sample as a multiple of its domain base (e.g. domain base=1ms; units = 100; -> domain value = 100ms).
- getEndUnits() - Method in interface de.toem.impulse.samples.ISamples
-
Returns the position of the last sample as a multiple of its domain base (e.g. domain base=1ms; units = 100; -> domain value = 100ms).
- getEndUnits() - Method in class de.toem.impulse.values.GroupedValue
-
Returns the end position (position of the last event in group).
- getEnum(int, int) - Method in interface de.toem.impulse.samples.ISamplesLegend
-
- getEnum(int, String) - Method in interface de.toem.impulse.samples.ISamplesLegend
-
- getEnumConstants() - Method in class java.lang.Class
-
Returns the elements of this enum class or null if this
Class object does not represent an enum type.
- getEnums(int) - Method in interface de.toem.impulse.samples.IReadableSamples
-
Returns all enumerations of given type.
- getEnums(int) - Method in interface de.toem.impulse.samples.ISamplesLegend
-
- getEnums(Object) - Method in interface de.toem.impulse.samples.ISamplesLegend
-
- getenv(String) - Static method in class java.lang.System
-
Gets the value of the specified environment variable.
- getenv() - Static method in class java.lang.System
-
Returns an unmodifiable string map view of the current system environment.
- getError() - Method in interface de.toem.impulse.samples.IPackedSamples
-
Returns the error message.
- getErrorStream() - Method in class java.lang.Process
-
Returns the input stream connected to the error output of the
subprocess.
- getEvents() - Method in class de.toem.impulse.values.GroupedValue
-
Deprecated.
- getException() - Method in exception java.lang.ClassNotFoundException
-
Returns the exception that was raised if an error occurred while
attempting to load the class.
- getException() - Method in error java.lang.ExceptionInInitializerError
-
Returns the exception that occurred during a static initialization that
caused this error to be created.
- getExploit(Field) - Method in interface de.toem.pattern.element.ICell
-
- getExploit(String) - Method in interface de.toem.pattern.element.ICell
-
- getExponent(float) - Static method in class java.lang.Math
-
Returns the unbiased exponent used in the representation of a
float
.
- getExponent(double) - Static method in class java.lang.Math
-
Returns the unbiased exponent used in the representation of a
double
.
- getExponent(float) - Static method in class java.lang.StrictMath
-
Returns the unbiased exponent used in the representation of a
float
.
- getExponent(double) - Static method in class java.lang.StrictMath
-
Returns the unbiased exponent used in the representation of a
double
.
- getFD() - Method in class java.io.FileInputStream
-
Returns the FileDescriptor
object that represents the connection to
the actual file in the file system being
used by this FileInputStream
.
- getFD() - Method in class java.io.FileOutputStream
-
Returns the file descriptor associated with this stream.
- getFD() - Method in class java.io.RandomAccessFile
-
Returns the opaque file descriptor object associated with this
stream.
- GetField() - Constructor for class java.io.ObjectInputStream.GetField
-
- getField(String) - Method in class java.io.ObjectStreamClass
-
Get the field of this class by name.
- getField(String) - Method in class java.lang.Class
-
Returns a Field
object that reflects the specified public
member field of the class or interface represented by this
Class
object.
- getFields() - Method in class java.io.ObjectStreamClass
-
Return an array of the fields of this serializable class.
- getFields() - Method in class java.lang.Class
-
Returns an array containing Field
objects reflecting all
the accessible public fields of the class or interface represented by
this Class
object.
- getFileName() - Method in class java.lang.StackTraceElement
-
Returns the name of the source file containing the execution point
represented by this stack trace element.
- getFilePointer() - Method in class java.io.RandomAccessFile
-
Returns the current offset in this file.
- getFlags() - Method in interface de.toem.impulse.samples.ISamples
-
- getFlags() - Method in class de.toem.impulse.samples.ISamples.SignalDescriptor
-
Returns the scale descriptor of 3rd dim.
- getFloatValue() - Method in class de.toem.impulse.values.StructMember
-
Returns the value of the member.
- getFolderContainer() - Method in interface de.toem.pattern.element.IElement
-
- getFolderMode() - Method in interface de.toem.impulse.paint.IFolderItem
-
- getFont() - Method in interface de.toem.impulse.paint.ITheme
-
- getFontData() - Method in interface de.toem.impulse.paint.ITheme
-
- getFormat() - Method in interface de.toem.impulse.samples.IMemberDescriptor
-
Returns the default format.
- getFormat() - Method in interface de.toem.impulse.samples.ISamples
-
- getFormat() - Method in class de.toem.impulse.samples.ISamples.SignalDescriptor
-
Returns the default format.
- getFormat() - Method in class de.toem.impulse.values.MemberDescriptor
-
Returns the default format.
- getFormat0() - Method in class de.toem.impulse.values.CompoundPack
-
- getFreeSpace() - Method in class java.io.File
-
Returns the number of unallocated bytes in the partition
named by this abstract path name.
- getGenericInterfaces() - Method in class java.lang.Class
-
Returns the Type
s representing the interfaces
directly implemented by the class or interface represented by
this object.
- getGenericSuperclass() - Method in class java.lang.Class
-
Returns the Type
representing the direct superclass of
the entity (class, interface, primitive type or void) represented by
this Class
.
- getGroup() - Method in interface de.toem.impulse.samples.IReadableGroup
-
Returns the group id of the group
- getGroup() - Method in interface de.toem.impulse.samples.IReadableSample
-
Returns the group id of the event
- getGroup() - Method in interface de.toem.impulse.samples.IReadableValue
-
Returns the group id of the sample/group
- getGroup() - Method in class de.toem.impulse.values.CompoundPack
-
- getGroup() - Method in class de.toem.impulse.values.CompoundValue
-
- getGroup() - Method in class de.toem.impulse.values.GroupedValue
-
Returns the group id of the group
- getGroups() - Method in interface de.toem.impulse.samples.IReadableSamples
-
Samples may be organized in groups (e.g transactions).
- getGroups() - Method in interface de.toem.impulse.samples.ISamplesWriter
-
Samples may be organized in groups (e.g transactions).
- getHint(String) - Method in interface de.toem.pattern.element.IElement
-
- getHints() - Method in interface de.toem.pattern.element.IElement
-
- getHorAxisHeight(int) - Method in interface de.toem.impulse.paint.ITheme
-
- getHunt() - Method in interface de.toem.pattern.element.ICell
-
- getIconURI() - Method in class de.toem.impulse.cells.record.AbstractSignal
-
- getIconURI() - Method in class de.toem.impulse.cells.view.PlotConfiguration
-
- getId() - Method in class de.toem.impulse.cells.record.AbstractSignal
-
- getId() - Method in class de.toem.impulse.cells.view.PlotConfiguration
-
- getId() - Method in interface de.toem.impulse.paint.ISamplesReference
-
- getId() - Method in interface de.toem.impulse.samples.IPackedSamples
-
Returns the id.
- getId() - Method in class de.toem.impulse.values.StructMember
-
Returns the id.
- getId() - Method in class java.lang.Thread
-
Returns the identifier of this Thread.
- getIdx() - Method in class de.toem.impulse.values.CompoundPack
-
- getImage() - Method in interface de.toem.impulse.paint.IPaintItem
-
- getImplementationTitle() - Method in class java.lang.Package
-
Return the title of this package.
- getImplementationVendor() - Method in class java.lang.Package
-
Returns the name of the organization,
vendor or company that provided this implementation.
- getImplementationVersion() - Method in class java.lang.Package
-
Return the version of this implementation.
- getInCheck() - Method in class java.lang.SecurityManager
-
- getIndex() - Method in interface de.toem.impulse.samples.IPointer
-
Returns the current index.
- getIndex() - Method in interface de.toem.impulse.samples.IReadableSample
-
Returns the index of the event.
- getIndex() - Method in interface de.toem.impulse.samples.IReadableValue
-
Returns the index of the sample/group.
- getIndex() - Method in class de.toem.impulse.values.CompoundValue
-
- getIndex() - Method in class de.toem.impulse.values.GroupedValue
-
- getInputStream() - Method in class java.lang.Process
-
Returns the input stream connected to the normal output of the
subprocess.
- getInteger(String) - Static method in class java.lang.Integer
-
Determines the integer value of the system property with the
specified name.
- getInteger(String, int) - Static method in class java.lang.Integer
-
Determines the integer value of the system property with the
specified name.
- getInteger(String, Integer) - Static method in class java.lang.Integer
-
Returns the integer value of the system property with the
specified name.
- getInterfaces() - Method in class java.lang.Class
-
Determines the interfaces implemented by the class or interface
represented by this object.
- getIntValue() - Method in class de.toem.impulse.values.StructMember
-
Returns the value of the member.
- getLabel() - Method in class de.toem.impulse.cells.record.AbstractSignal
-
- getLabel() - Method in class de.toem.impulse.cells.view.PlotConfiguration
-
- getLayer() - Method in interface de.toem.impulse.samples.IReadableGroup
-
Returns the layer of the group
- getLayer() - Method in class de.toem.impulse.values.CompoundPack
-
- getLayer() - Method in class de.toem.impulse.values.CompoundValue
-
- getLayer() - Method in class de.toem.impulse.values.GroupedValue
-
Returns the layer of the group
- getLegend() - Method in interface de.toem.impulse.samples.IPackedSamples
-
Return the legends.
- getLength() - Method in class de.toem.impulse.values.CompoundPack
-
- getLevel() - Method in class de.toem.impulse.values.Logic
-
Returns the level.
- getLineNumber() - Method in class java.io.LineNumberInputStream
-
Deprecated.
Returns the current line number.
- getLineNumber() - Method in class java.io.LineNumberReader
-
Get the current line number.
- getLineNumber() - Method in class java.lang.StackTraceElement
-
Returns the line number of the source line containing the execution
point represented by this stack trace element.
- getLineStyle() - Method in class de.toem.impulse.values.AttachedRelation
-
- getLineWidth() - Method in interface de.toem.impulse.paint.ITheme
-
- getLink() - Method in class de.toem.impulse.values.AttachedRelation
-
- getLink() - Method in interface de.toem.pattern.element.ICell
-
- getLink(ICell) - Method in interface de.toem.pattern.element.ICell
-
- getLink(IElement) - Method in interface de.toem.pattern.element.ICell
-
- getLink() - Method in interface de.toem.pattern.element.IElement
-
- getLink(IElement) - Method in interface de.toem.pattern.element.IElement
-
- getListener() - Method in interface de.toem.pattern.element.IElementModifier
-
- getLocalizedInputStream(InputStream) - Method in class java.lang.Runtime
-
- getLocalizedMessage() - Method in class java.lang.Throwable
-
Creates a localized description of this throwable.
- getLocalizedOutputStream(OutputStream) - Method in class java.lang.Runtime
-
- getLong(String) - Static method in class java.lang.Long
-
Determines the long
value of the system property
with the specified name.
- getLong(String, long) - Static method in class java.lang.Long
-
Determines the long
value of the system property
with the specified name.
- getLong(String, Long) - Static method in class java.lang.Long
-
Returns the long
value of the system property with
the specified name.
- getLongValue() - Method in class de.toem.impulse.values.StructMember
-
Returns the value of the member.
- getLowestSetBit() - Method in class java.math.BigInteger
-
Returns the index of the rightmost (lowest-order) one bit in this
BigInteger (the number of zero bits to the right of the rightmost
one bit).
- getMarkerFont() - Method in interface de.toem.impulse.paint.ITheme
-
- getMarkers() - Method in interface de.toem.impulse.paint.ITreeItem
-
- getMarkers() - Method in interface de.toem.impulse.samples.IPackedSamples
-
Returns the markers.
- getMarkers() - Method in interface de.toem.pattern.element.IElement
-
- getMarkerStyle() - Method in interface de.toem.impulse.paint.ITreeItem
-
- getMaxIndex() - Method in interface de.toem.impulse.samples.IPointer
-
Returns the maximal index.
- getMaxPriority() - Method in class java.lang.ThreadGroup
-
Returns the maximum priority of this thread group.
- getMaxUnits() - Method in interface de.toem.impulse.samples.ISamplesWriter
-
Returns the domain max position for this open session as a multiple of
its domain base (e.g. domain base=1ms; units = 100; -> domain value =
100ms).
- getMember(String) - Method in interface de.toem.impulse.samples.ISamplesLegend
-
- getMember(int) - Method in interface de.toem.impulse.samples.ISamplesLegend
-
- getMember(Object) - Method in interface de.toem.impulse.samples.ISamplesLegend
-
- getMember(int) - Method in class de.toem.impulse.values.Struct
-
- getMember(Object) - Method in class de.toem.impulse.values.Struct
-
- getMember(int) - Method in class de.toem.impulse.values.Transaction
-
- getMember(Object) - Method in class de.toem.impulse.values.Transaction
-
- getMemberDescriptor(Object) - Method in interface de.toem.impulse.samples.IReadableSamples
-
Returns the member descriptor of the given member.
- getMemberDescriptors() - Method in interface de.toem.impulse.samples.IReadableSamples
-
Returns all member descriptors.
- getMemberEnums(Object) - Method in interface de.toem.impulse.samples.IReadableSamples
-
Returns the enumerations of the given member.
- getMemberIdentifier(String) - Method in interface de.toem.impulse.samples.ISamplesLegend
-
- getMemberIndex(Object) - Method in class de.toem.impulse.values.Struct
-
- getMemberIndex(Object) - Method in class de.toem.impulse.values.Transaction
-
- getMembers() - Method in interface de.toem.impulse.samples.ISamplesLegend
-
- getMemberWithContent(String) - Method in interface de.toem.impulse.samples.ISamplesLegend
-
- getMemberWithContent(String) - Method in class de.toem.impulse.values.Struct
-
- getMemberWithContent(String) - Method in class de.toem.impulse.values.Transaction
-
- getMessage() - Method in interface de.toem.impulse.samples.IPackedSamples
-
Deprecated.
- getMessage() - Method in class de.toem.impulse.values.AbstractAttachment
-
- getMessage() - Method in interface de.toem.impulse.values.IAttachment
-
- getMessage() - Method in exception java.io.InvalidClassException
-
Produce the message and include the classname, if present.
- getMessage() - Method in exception java.io.WriteAbortedException
-
Produce the message and include the message from the nested
exception, if there is one.
- getMessage() - Method in class java.lang.Throwable
-
Returns the detail message string of this throwable.
- getMethod(String, Class<?>...) - Method in class java.lang.Class
-
Returns a Method
object that reflects the specified public
member method of the class or interface represented by this
Class
object.
- getMethodName() - Method in class java.lang.StackTraceElement
-
Returns the name of the method containing the execution point
represented by this stack trace element.
- getMethods() - Method in class java.lang.Class
-
Returns an array containing Method
objects reflecting all
the public member methods of the class or interface represented
by this Class
object, including those declared by the class
or interface and those inherited from superclasses and
superinterfaces.
- getMinimumSampleSize(int, int) - Method in interface de.toem.impulse.paint.ITheme
-
- getMinIndex() - Method in interface de.toem.impulse.samples.IPointer
-
Returns the minimal index.
- getModifiers() - Method in class java.lang.Class
-
Returns the Java language modifiers for this class or interface, encoded
in an integer.
- getMods() - Method in interface de.toem.impulse.paint.IPaintStyle
-
- getName() - Method in interface de.toem.impulse.samples.IMemberDescriptor
-
Returns the name.
- getName() - Method in interface de.toem.impulse.samples.IPackedSamples
-
Returns the name.
- getName() - Method in class de.toem.impulse.values.MemberDescriptor
-
Returns the name.
- getName() - Method in interface de.toem.pattern.element.ICell
-
- getName() - Method in interface de.toem.pattern.element.IElement
-
- getName() - Method in class java.io.File
-
Returns the name of the file or directory denoted by this abstract
pathname.
- getName() - Method in class java.io.ObjectStreamClass
-
Returns the name of the class described by this descriptor.
- getName() - Method in class java.io.ObjectStreamField
-
Get the name of this field.
- getName(int) - Static method in class java.lang.Character
-
Returns the Unicode name of the specified character
codePoint
, or null if the code point is
unassigned
.
- getName() - Method in class java.lang.Class
-
Returns the name of the entity (class, interface, array class,
primitive type, or void) represented by this Class
object,
as a String
.
- getName() - Method in class java.lang.Package
-
Return the name of this package.
- getName() - Method in class java.lang.Thread
-
Returns this thread's name.
- getName() - Method in class java.lang.ThreadGroup
-
Returns the name of this thread group.
- getNumericValue(char) - Static method in class java.lang.Character
-
Returns the int
value that the specified Unicode
character represents.
- getNumericValue(int) - Static method in class java.lang.Character
-
Returns the int
value that the specified
character (Unicode code point) represents.
- getObjectStreamClass() - Method in class java.io.ObjectInputStream.GetField
-
Get the ObjectStreamClass that describes the fields in the stream.
- getOffset() - Method in class java.io.ObjectStreamField
-
Offset of field within instance data.
- getOptions(boolean) - Static method in enum de.toem.impulse.samples.ISamples.ProcessType
-
Returns all process type options as string.
- getOptions(boolean) - Static method in enum de.toem.impulse.samples.ISamples.SignalType
-
Returns all signal type options as string.
- getOrder() - Method in interface de.toem.impulse.samples.IReadableSample
-
Returns the order of the event
- getOrder() - Method in class de.toem.impulse.values.CompoundPack
-
- getOrder() - Method in class de.toem.impulse.values.CompoundValue
-
- getOutputStream() - Method in class java.lang.Process
-
Returns the output stream connected to the normal input of the
subprocess.
- getOverPaint() - Method in interface de.toem.impulse.paint.ITheme
-
- getPack() - Method in class de.toem.impulse.values.StructMember
-
Returns the value.
- getPackage() - Method in class java.lang.Class
-
Gets the package for this class.
- getPackage(String) - Static method in class java.lang.Package
-
Find a package by name in the callers ClassLoader
instance.
- getPackages() - Static method in class java.lang.Package
-
Get all the packages currently known for the caller's ClassLoader
instance.
- getPackLength() - Method in class de.toem.impulse.values.StructMember
-
Returns the pack length.
- getPackVersion() - Method in interface de.toem.impulse.samples.IPackedSamples
-
Returns the pack version.
- getPaintStyle() - Method in interface de.toem.impulse.paint.IPlotItem
-
- getPaintStyle() - Method in interface de.toem.impulse.paint.ITreeItem
-
- getPaintStyleMods() - Method in interface de.toem.impulse.paint.ITreeItem
-
- getPaintStyleType() - Method in interface de.toem.impulse.paint.ITreeItem
-
- getParent() - Method in interface de.toem.pattern.element.ICell
-
- getParent(Class<? extends ICell>) - Method in interface de.toem.pattern.element.ICell
-
- getParent() - Method in class java.io.File
-
Returns the pathname string of this abstract pathname's parent, or
null
if this pathname does not name a parent directory.
- getParent() - Method in class java.lang.ClassLoader
-
Returns the parent class loader for delegation.
- getParent() - Method in class java.lang.ThreadGroup
-
Returns the parent of this thread group.
- getParentFile() - Method in class java.io.File
-
Returns the abstract pathname of this abstract pathname's parent,
or null
if this pathname does not name a parent
directory.
- getParentItem() - Method in interface de.toem.impulse.paint.ITreeItem
-
- getParents(ICell) - Method in interface de.toem.pattern.element.ICell
-
- getPath() - Method in interface de.toem.pattern.element.ICell
-
- getPath(ICell) - Method in interface de.toem.pattern.element.ICell
-
- getPath() - Method in interface de.toem.pattern.element.IElement
-
- getPath(IElement) - Method in interface de.toem.pattern.element.IElement
-
- getPath() - Method in class java.io.File
-
Converts this abstract pathname into a pathname string.
- getPlotTree() - Method in interface de.toem.impulse.paint.IPaintItem
-
- getPosition() - Method in interface de.toem.impulse.paint.ICursorItem
-
- getPosition() - Method in interface de.toem.impulse.samples.IPointer
-
Returns the position of the pointer.
- getPosition(boolean) - Method in interface de.toem.impulse.samples.IPointer
-
Returns the position of the pointer. if atSample==true, the position is identical with the
position of the indexed event (getPosition() == positionAt(getIndex()).
- getPosition() - Method in interface de.toem.impulse.samples.IReadableSample
-
Returns the position of the event.
- getPosition() - Method in interface de.toem.impulse.samples.IReadableValue
-
Returns the position/start of the sample/group.
- getPosition() - Method in class de.toem.impulse.values.CompoundValue
-
- getPosition() - Method in class de.toem.impulse.values.GroupedValue
-
- getPositionInDomainUnits() - Method in interface de.toem.impulse.paint.ICursorItem
-
- getPositionUnits() - Method in class de.toem.impulse.values.AttachedRelation
-
- getPrecision() - Method in class java.math.MathContext
-
Returns the precision
setting.
- getPreferedHeight() - Method in interface de.toem.impulse.paint.ITreeItem
-
- getPriority() - Method in class java.lang.Thread
-
Returns this thread's priority.
- getProcessType() - Method in interface de.toem.impulse.samples.ISamples
-
Returns the process type.
- getProducer() - Method in interface de.toem.impulse.samples.IReadableSamples
-
Returns the actual producer.
- getProductionBase() - Method in interface de.toem.impulse.samples.ISamplesProducer
-
Returns the domain base of the production
- getProductionLabels() - Static method in class de.toem.impulse.cells.view.PlotConfiguration
-
- getProductionOptions() - Static method in class de.toem.impulse.cells.view.PlotConfiguration
-
- getProjectContainer() - Method in interface de.toem.pattern.element.IElement
-
- getProperties() - Method in interface de.toem.pattern.element.ICover
-
- getProperties() - Static method in class java.lang.System
-
Determines the current system properties.
- getProperty(String) - Method in interface de.toem.pattern.element.ICell
-
- getProperty(String) - Method in interface de.toem.pattern.element.ICover
-
- getProperty(String) - Method in interface de.toem.pattern.element.IElement
-
- getProperty(String) - Static method in class java.lang.System
-
Gets the system property indicated by the specified key.
- getProperty(String, String) - Static method in class java.lang.System
-
Gets the system property indicated by the specified key.
- getProtectionDomain() - Method in class java.lang.Class
-
Returns the ProtectionDomain
of this class.
- getProvider() - Method in interface de.toem.pattern.element.IElement
-
- getQuantum() - Method in enum de.toem.impulse.domain.AmpsBase
-
- getQuantum() - Method in enum de.toem.impulse.domain.DateBase
-
- getQuantum() - Method in enum de.toem.impulse.domain.FloatBase
-
- getQuantum() - Method in enum de.toem.impulse.domain.FrequencyBase
-
- getQuantum() - Method in interface de.toem.impulse.domain.IDomainBase
-
- getQuantum() - Method in enum de.toem.impulse.domain.IndexBase
-
- getQuantum() - Method in enum de.toem.impulse.domain.PixelBase
-
- getQuantum() - Method in enum de.toem.impulse.domain.TimeBase
-
- getQuantum() - Method in enum de.toem.impulse.domain.UnknownBase
-
- getQuantum() - Method in enum de.toem.impulse.domain.VoltsBase
-
- getRate() - Method in interface de.toem.impulse.samples.ISamples
-
Distance between 2 samples.
- getRateUnits() - Method in interface de.toem.impulse.samples.ISamples
-
Distance between 2 samples as a multiple of its domain base (e.g. domain base=1ms; units = 100; -> domain value = 100ms).
- getRawType() - Method in interface de.toem.impulse.samples.IMemberDescriptor
-
- getRawType() - Method in class de.toem.impulse.values.MemberDescriptor
-
- getReader() - Method in interface de.toem.impulse.samples.IReadableSamples
-
Returns the actual reader.
- getReaderBase(IDomainBase) - Method in enum de.toem.impulse.domain.AmpsBase
-
- getReaderBase(IDomainBase) - Method in enum de.toem.impulse.domain.DateBase
-
- getReaderBase(IDomainBase) - Method in enum de.toem.impulse.domain.FloatBase
-
- getReaderBase(IDomainBase) - Method in enum de.toem.impulse.domain.FrequencyBase
-
- getReaderBase(IDomainBase) - Method in enum de.toem.impulse.domain.IndexBase
-
- getReaderBase(IDomainBase) - Method in enum de.toem.impulse.domain.PixelBase
-
- getReaderBase(IDomainBase) - Method in enum de.toem.impulse.domain.TimeBase
-
- getReaderBase(IDomainBase) - Method in enum de.toem.impulse.domain.UnknownBase
-
- getReaderBase(IDomainBase) - Method in enum de.toem.impulse.domain.VoltsBase
-
- getReaderBase(IDomainBase) - Method in interface de.toem.impulse.samples.IReaderDomainBaseProvider
-
- getRecord() - Method in class de.toem.impulse.cells.record.Record
-
- getReference() - Method in interface de.toem.impulse.samples.IPointer
-
Returns the referenced samples object.
- getReference() - Method in interface de.toem.impulse.samples.IReferencedSamples
-
Returns its reference of type IPackedSamples.
- getReference(Class<? extends IPackedSamples>) - Method in interface de.toem.impulse.samples.IReferencedSamples
-
Returns its reference of type cs, or null.
- getRelease() - Method in interface de.toem.impulse.samples.ISamples
-
Returns the release (incremented with every extension/change of sample information) Result value shall never become less than in an earlier version and
is always between 0 and MAX. ??
- getResource(String) - Static method in class de.toem.pattern.element.Elements
-
- getResource() - Method in interface de.toem.pattern.element.IElement
-
- getResource(String) - Method in interface de.toem.pattern.element.IElementProvider
-
- getResource(String) - Method in class java.lang.Class
-
Finds a resource with a given name.
- getResource(String) - Method in class java.lang.ClassLoader
-
Finds the resource with the given name.
- getResourceAsStream(String) - Method in class java.lang.Class
-
Finds a resource with a given name.
- getResourceAsStream(String) - Method in class java.lang.ClassLoader
-
Returns an input stream for reading the specified resource.
- getResourceClass() - Method in interface de.toem.pattern.element.IElement
-
- getResourceContainer() - Method in interface de.toem.pattern.element.IElement
-
- getResourceData(IProgress) - Method in interface de.toem.pattern.element.IElement
-
- getResources(Collection<IElement>, boolean) - Static method in class de.toem.pattern.element.Elements
-
- getResources(Collection<IElement>, Class<?>, boolean) - Static method in class de.toem.pattern.element.Elements
-
- getResources(String) - Method in class java.lang.ClassLoader
-
Finds all the resources with the given name.
- getResult() - Method in interface de.toem.pattern.element.IElementModifier
-
- getResults() - Method in interface de.toem.pattern.element.IElementModifier
-
- getRoot() - Method in interface de.toem.pattern.element.ICell
-
- getRootContainer() - Method in interface de.toem.pattern.element.IElement
-
- getRoundingMode() - Method in class java.math.MathContext
-
Returns the roundingMode setting.
- getRuntime() - Static method in class java.lang.Runtime
-
Returns the runtime object associated with the current Java application.
- getSamples() - Method in class de.toem.impulse.cells.record.AbstractSignal
-
- getSamples(IContext) - Method in class de.toem.impulse.cells.record.AbstractSignal
-
- getSamples() - Method in class de.toem.impulse.cells.view.PlotConfiguration
-
- getSamples(IContext) - Method in class de.toem.impulse.cells.view.PlotConfiguration
-
- getSamples() - Method in interface de.toem.impulse.samples.IPackedSamples
-
Returns the packed sample bytes.
- getSamples() - Method in class de.toem.impulse.values.CompoundPack
-
- getSamples() - Method in class de.toem.impulse.values.CompoundValue
-
Returns the source samples.
- getSamplesDomainBase() - Method in interface de.toem.impulse.samples.IPackedSamples
-
Returns the domain base of the source.
- getSamplesOffset(IDomainBase) - Method in class de.toem.impulse.cells.record.PortScope
-
- getSamplesRelease() - Method in interface de.toem.impulse.paint.IPlotItem
-
- getScale() - Method in interface de.toem.impulse.samples.ISamples
-
- getScale() - Method in class de.toem.impulse.samples.ISamples.SignalDescriptor
-
Returns the scale descriptor of 1st dim.
- getScope(String) - Method in interface de.toem.impulse.samples.IRecordGenerator
-
Returns the scope at given path.
- getSecurityContext() - Method in class java.lang.SecurityManager
-
Creates an object that encapsulates the current execution
environment.
- getSecurityManager() - Static method in class java.lang.System
-
Gets the system security interface.
- getSerializer() - Method in interface de.toem.pattern.element.ICover
-
- getSerialVersionUID() - Method in class java.io.ObjectStreamClass
-
Return the serialVersionUID for this class.
- getService(Class<?>) - Method in interface de.toem.impulse.samples.IPackedSamples
-
Returns the requested service
- getSignal() - Method in class de.toem.impulse.cells.record.AbstractSignal
-
- getSignal(IContext) - Method in class de.toem.impulse.cells.record.AbstractSignal
-
- getSignal() - Method in class de.toem.impulse.cells.record.Signal
-
- getSignal() - Method in class de.toem.impulse.cells.record.SignalProxy
-
- getSignal() - Method in class de.toem.impulse.cells.view.PlotConfiguration
-
- getSignal(IContext) - Method in class de.toem.impulse.cells.view.PlotConfiguration
-
- getSignal(Link, ISignalContext) - Method in class de.toem.impulse.cells.view.PlotConfiguration
-
- getSignal(String) - Method in interface de.toem.impulse.samples.IRecordGenerator
-
Returns the signal at given path.
- getSignalDescriptor() - Method in interface de.toem.impulse.samples.ISamples
-
Returns the signal descriptor.
- getSignalType() - Method in interface de.toem.impulse.samples.ISamples
-
Returns the signal type.
- getSigners() - Method in class java.lang.Class
-
Gets the signers of this class.
- getSimpleName() - Method in class java.lang.Class
-
Returns the simple name of the underlying class as given in the
source code.
- getSource(Link, ISignalContext, String) - Method in class de.toem.impulse.cells.view.PlotConfiguration
-
- getSources() - Method in interface de.toem.impulse.samples.ISamplesProducer
-
Returns the sources of the production.
- getSpecificationTitle() - Method in class java.lang.Package
-
Return the title of the specification that this package implements.
- getSpecificationVendor() - Method in class java.lang.Package
-
Return the name of the organization, vendor,
or company that owns and maintains the specification
of the classes that implement this package.
- getSpecificationVersion() - Method in class java.lang.Package
-
Returns the version number of the specification
that this package implements.
- getStackTrace() - Method in class java.lang.Thread
-
Returns an array of stack trace elements representing the stack dump
of this thread.
- getStackTrace() - Method in class java.lang.Throwable
-
- getStart() - Method in interface de.toem.impulse.samples.IReadableGroup
-
Returns the position of the first sample.
- getStart() - Method in interface de.toem.impulse.samples.ISamples
-
Returns the position of the first sample.
- getStart() - Method in interface de.toem.impulse.samples.ISamplesIterator
-
Returns start units of iterator.
- getStart() - Method in class de.toem.impulse.values.GroupedValue
-
Returns the start position (position of the first event in group).
- getStartIndex() - Method in class de.toem.impulse.values.GroupedValue
-
- getStartPosition() - Method in interface de.toem.impulse.samples.ISamplesIterator
-
Returns start position of iterator.
- getStartUnits() - Method in interface de.toem.impulse.samples.IReadableGroup
-
Returns the position of the first sample as a multiple of its domain base (e.g. domain base=1ms; units = 100; -> domain value = 100ms).
- getStartUnits() - Method in interface de.toem.impulse.samples.ISamples
-
Returns the position of the first sample as a multiple of its domain base (e.g. domain base=1ms; units = 100; -> domain value = 100ms).
- getStartUnits() - Method in class de.toem.impulse.values.GroupedValue
-
Returns the start position (position of the first event in group).
- getStat(int, int, int) - Method in interface de.toem.impulse.samples.IReadableSamples
-
Returns a stat object for all samples starting at idx0 and including final sample idx1.
- getStat(int, int) - Method in interface de.toem.impulse.samples.IStatService
-
- getState(int) - Method in class de.toem.impulse.values.Logic
-
Returns the nth state.
- getState() - Method in class de.toem.impulse.values.Logic
-
Returns the total state.
- getState() - Method in class java.lang.Thread
-
Returns the state of this thread.
- getStates() - Method in class de.toem.impulse.values.Logic
-
Returns the states as array.
- getStates(int, byte[]) - Method in class de.toem.impulse.values.Logic
-
Returns the nth state.
- getStringValue() - Method in class de.toem.impulse.values.StructMember
-
Returns the value of the member.
- getStyle() - Method in class de.toem.impulse.values.AbstractAttachment
-
- getSuperclass() - Method in class java.lang.Class
-
Returns the Class
representing the superclass of the entity
(class, interface, primitive type or void) represented by this
Class
.
- getSupportedElements() - Method in interface de.toem.pattern.element.IElementEditor
-
- getSuppressed() - Method in class java.lang.Throwable
-
Returns an array containing all of the exceptions that were
suppressed, typically by the try
-with-resources
statement, in order to deliver this exception.
- getSymbol() - Method in class de.toem.impulse.values.AttachedLabel
-
- getSymbol() - Method in class de.toem.impulse.values.AttachedRelation
-
- getSymbol() - Method in interface de.toem.impulse.values.IAttachment
-
- getSystemClassLoader() - Static method in class java.lang.ClassLoader
-
Returns the system class loader for delegation.
- getSystemResource(String) - Static method in class java.lang.ClassLoader
-
Find a resource of the specified name from the search path used to load
classes.
- getSystemResourceAsStream(String) - Static method in class java.lang.ClassLoader
-
Open for reading, a resource of the specified name from the search path
used to load classes.
- getSystemResources(String) - Static method in class java.lang.ClassLoader
-
Finds all resources of the specified name from the search path used to
load classes.
- getTagDomain() - Method in interface de.toem.impulse.samples.ISamples
-
Returns the tag domain.
- getTarget() - Method in class de.toem.impulse.values.AttachedRelation
-
- getTargetBase() - Method in class de.toem.impulse.values.AttachedRelation
-
- getTargetDelta() - Method in class de.toem.impulse.values.AttachedRelation
-
- getTargetPosition() - Method in class de.toem.impulse.values.AttachedRelation
-
- getTargetSignal() - Method in class de.toem.impulse.values.AttachedRelation
-
- getTargetUnits(IDomainBase) - Method in class de.toem.impulse.values.AttachedRelation
-
- getText() - Method in interface de.toem.impulse.paint.IPaintItem
-
- getTheme() - Method in interface de.toem.impulse.paint.IPlotTree
-
- getThreadGroup() - Method in class java.lang.SecurityManager
-
Returns the thread group into which to instantiate any new
thread being created at the time this is being called.
- getThreadGroup() - Method in class java.lang.Thread
-
Returns the thread group to which this thread belongs.
- getTooltipData(IDomainAxis, Point) - Method in interface de.toem.impulse.paint.ITooltipDataProvider
-
- getTotalSpace() - Method in class java.io.File
-
Returns the size of the partition
named by this
abstract pathname.
- getTransfer(boolean) - Method in interface de.toem.pattern.element.IElement
-
- getTreeItems() - Method in interface de.toem.impulse.paint.IPlotTree
-
- getTribe(boolean) - Method in interface de.toem.pattern.element.ICell
-
- getTribe(boolean, Class<? extends ICell>) - Method in interface de.toem.pattern.element.ICell
-
- getTribe(boolean, Class<? extends ICell>[]) - Method in interface de.toem.pattern.element.ICell
-
- getTribe(IProgress, boolean, boolean) - Method in interface de.toem.pattern.element.IElement
-
- getTribeHunts(boolean) - Method in interface de.toem.pattern.element.ICell
-
- getType() - Method in interface de.toem.impulse.paint.IPaintStyle
-
- getType() - Method in interface de.toem.impulse.samples.IMemberDescriptor
-
Returns the type.
- getType() - Method in class de.toem.impulse.values.AttachedRelation
-
- getType() - Method in class de.toem.impulse.values.MemberDescriptor
-
Returns the type.
- getType() - Method in interface de.toem.pattern.element.ICell
-
- getType() - Method in interface de.toem.pattern.element.ICover
-
- getType() - Method in interface de.toem.pattern.element.IElement
-
- getType() - Method in interface de.toem.pattern.element.IElementModifier
-
- getType() - Method in class java.io.ObjectStreamField
-
Get the type of the field.
- getType(char) - Static method in class java.lang.Character
-
Returns a value indicating a character's general category.
- getType(int) - Static method in class java.lang.Character
-
Returns a value indicating a character's general category.
- getTypeCode() - Method in class java.io.ObjectStreamField
-
Returns character encoding of field type.
- getTypedChildren(Class<T>) - Method in interface de.toem.pattern.element.ICell
-
- getTypeParameters() - Method in class java.lang.Class
-
Returns an array of TypeVariable
objects that represent the
type variables declared by the generic declaration represented by this
GenericDeclaration
object, in declaration order.
- getTypeString() - Method in class java.io.ObjectStreamField
-
Return the JVM type signature.
- getUncaughtExceptionHandler() - Method in class java.lang.Thread
-
Returns the handler invoked when this thread abruptly terminates
due to an uncaught exception.
- getUndoContext() - Method in interface de.toem.pattern.element.IElement
-
- getUnits() - Method in interface de.toem.impulse.samples.IPointer
-
Returns the position of the pointer (to be multiplied with the domain base).
- getUnits(boolean) - Method in interface de.toem.impulse.samples.IPointer
-
Returns the position of the pointer (to be multiplied with the domain base). if atSample==true, the position is identical with the
position of the indexed event (getUnits() == unitsAt(getIndex()).
- getUnits() - Method in interface de.toem.impulse.samples.IReadableSample
-
Returns the position of the event.
- getUnits() - Method in interface de.toem.impulse.samples.IReadableValue
-
Returns the position/start of the sample/group.
- getUnits() - Method in class de.toem.impulse.values.CompoundPack
-
- getUnits() - Method in class de.toem.impulse.values.CompoundValue
-
- getUnits() - Method in class de.toem.impulse.values.GroupedValue
-
- getUsableSpace() - Method in class java.io.File
-
Returns the number of bytes available to this virtual machine on the
partition
named by this abstract pathname.
- getValue() - Method in interface de.toem.impulse.paint.IActiveValueProvider
-
- getValue() - Method in class de.toem.impulse.values.StructMember
-
Returns the value.
- getValue(Field) - Method in interface de.toem.pattern.element.ICell
-
- getValue(String, Class<?>) - Method in interface de.toem.pattern.element.ICell
-
- getValueAsBoolean(Field) - Method in interface de.toem.pattern.element.ICell
-
- getValueAsBoolean(String) - Method in interface de.toem.pattern.element.ICell
-
- getValueAsInt(Field) - Method in interface de.toem.pattern.element.ICell
-
- getValueAsInt(String) - Method in interface de.toem.pattern.element.ICell
-
- getValueAsLong(Field) - Method in interface de.toem.pattern.element.ICell
-
- getValueAsLong(String) - Method in interface de.toem.pattern.element.ICell
-
- getValueColumnFormat() - Method in class de.toem.impulse.cells.record.AbstractSignal
-
- getValueColumnFormat() - Method in class de.toem.impulse.cells.view.PlotConfiguration
-
- getValueColumnFormat() - Method in interface de.toem.impulse.paint.IPaintStyle
-
- getValueColumnFormat() - Method in interface de.toem.impulse.paint.ITreeItem
-
- getView() - Method in interface de.toem.impulse.cells.view.CursorConfigurationInstancer.IRecordViewerController
-
- getWorkspaceContainer() - Method in interface de.toem.pattern.element.IElement
-
- getWriter(Signal) - Method in interface de.toem.impulse.samples.IRecordGenerator
-
Returns the writer creates with addSignal(..).
- GLAGOLITIC - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Glagolitic" Unicode character block.
- GO_FIRST - Static variable in interface de.toem.impulse.samples.ISample
-
- GO_INTER - Static variable in interface de.toem.impulse.samples.ISample
-
- GO_LAST - Static variable in interface de.toem.impulse.samples.ISample
-
- GO_NONE - Static variable in interface de.toem.impulse.samples.ISample
-
- goEnd() - Method in interface de.toem.impulse.samples.IPointer
-
Goto last sample.
- goNext() - Method in interface de.toem.impulse.samples.IPointer
-
Got to next sample.
- goNextEdge(int, ILogicDetector) - Method in interface de.toem.impulse.samples.ISamplePointer
-
Got to next sample.
- goNextEdge(int) - Method in interface de.toem.impulse.samples.ISamplePointer
-
Got to next sample.
- goPos1() - Method in interface de.toem.impulse.samples.IPointer
-
Goto first sample.
- goPrev() - Method in interface de.toem.impulse.samples.IPointer
-
Go to previous sample.
- goPrevEdge(int, ILogicDetector) - Method in interface de.toem.impulse.samples.ISamplePointer
-
Go to next edge.
- goPrevEdge(int) - Method in interface de.toem.impulse.samples.ISamplePointer
-
Go to next edge.
- GOTHIC - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Gothic" Unicode character block.
- GotoRequested - Static variable in interface de.toem.impulse.paint.IPlotTree
-
- gotoTarget(Link) - Method in interface de.toem.pattern.element.IElementEditor
-
- GREEK - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Greek and Coptic" Unicode character block.
- GREEK_EXTENDED - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Greek Extended" Unicode character block.
- group - Variable in class de.toem.impulse.cells.view.AbstractTemplate
-
- GROUP_ORDER_LABELS - Static variable in interface de.toem.impulse.samples.ISample
-
- groupAt(int) - Method in interface de.toem.impulse.samples.IReadableSamples
-
Return group id for sample idx or -1 for no group.
- GroupedValue - Class in de.toem.impulse.values
-
EventGroup is an abstract base class for grouped events (e.g. a transaction).
- GroupedValue(List<? extends CompoundValue>) - Constructor for class de.toem.impulse.values.GroupedValue
-
Create new EventGroup
- gt(DomainValue) - Method in class de.toem.impulse.domain.DomainValue
-
- GUJARATI - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Gujarati" Unicode character block.
- GURMUKHI - Static variable in class java.lang.Character.UnicodeBlock
-
Constant for the "Gurmukhi" Unicode character block.