Package | Description |
---|---|
de.toem.impulse.cells.record | |
de.toem.impulse.cells.view | |
de.toem.impulse.domain | |
de.toem.impulse.paint | |
de.toem.impulse.samples | |
de.toem.impulse.values | |
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 | Method and Description |
---|---|
boolean |
SamplesExploit.equals(Object obj) |
boolean |
Signal.fillMarkers(de.toem.pattern.element.exploits.Markers toBeFilled) |
Object |
AbstractSignal.getColor() |
String |
AbstractSignal.getDescription() |
String |
AbstractSignal.getIconURI() |
String |
AbstractSignal.getId() |
String |
AbstractSignal.getLabel() |
IElement |
Record.getRecord() |
IReadableSamples |
AbstractSignal.getSamples() |
IReadableSamples |
AbstractSignal.getSamples(de.toem.pattern.provider.IContext context) |
Signal |
AbstractSignal.getSignal() |
Signal |
Signal.getSignal() |
Signal |
SignalProxy.getSignal() |
Signal |
AbstractSignal.getSignal(de.toem.pattern.provider.IContext context) |
int |
AbstractSignal.getValueColumnFormat() |
boolean |
Signal.hasMarkers() |
SamplesExploit |
SamplesExploit.setValue(Object value) |
byte[] |
SamplesExploit.value() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ICell> |
PlotConfigurationInstancer.create(String id,
ICell container,
IElement preferences) |
java.util.List<ICell> |
FolderConfigurationInstancer.create(String id,
ICell container,
IElement preferences) |
java.util.List<ICell> |
SourceReferenceInstancer.create(String id,
ICell container,
IElement preferences) |
ICell |
ViewConfigurationInstancer.createOne(String id,
ICell container,
IElement preferences) |
ICell |
CursorConfigurationInstancer.createOne(String id,
ICell container,
IElement preferences) |
PlotConfigurationInstancer |
PlotConfigurationInstancer.forContext(Object context) |
ViewConfigurationInstancer |
ViewConfigurationInstancer.forContext(Object context) |
CursorConfigurationInstancer |
CursorConfigurationInstancer.forContext(Object context) |
PlotConfigurationInstancer |
PlotConfigurationInstancer.forSource(Object[] source) |
de.toem.pattern.element.instancer.IInstancer<de.toem.pattern.element.instancer.IInstancerInformation,de.toem.pattern.information.IInformationGroup> |
FolderConfigurationInstancer.forSource(Object[] source) |
SourceReferenceInstancer |
SourceReferenceInstancer.forSource(Object[] source) |
String |
PlotConfigurationInstancer.getCellType() |
String |
WalletInstancer.getCellType() |
String |
PlotConfigurationTemplateInstancer.getCellType() |
String |
FolderConfigurationInstancer.getCellType() |
String |
SearchConfigurationInstancer.getCellType() |
String |
ViewConfigurationInstancer.getCellType() |
String |
CursorConfigurationInstancer.getCellType() |
String |
SourceReferenceInstancer.getCellType() |
Object |
PlotConfiguration.getColor() |
de.toem.pattern.controls.IControlProvider |
PlotConfigurationInstancer.getControls(String id) |
String |
PlotConfiguration.getDescription() |
String |
PlotConfiguration.getIconURI() |
String |
PlotConfiguration.getId() |
String |
PlotConfiguration.getLabel() |
IReadableSamples |
PlotConfiguration.getSamples() |
IReadableSamples |
PlotConfiguration.getSamples(de.toem.pattern.provider.IContext context) |
Signal |
PlotConfiguration.getSignal() |
Signal |
PlotConfiguration.getSignal(de.toem.pattern.provider.IContext context) |
int |
PlotConfiguration.getValueColumnFormat() |
boolean |
PlotConfigurationInstancer.has(String id) |
void |
SearchConfiguration.provideToScriptContext(de.toem.impulse.scripting.IScriptContextProvider.IScriptContextInterface context) |
void |
PlotConfiguration.provideToScriptContext(de.toem.impulse.scripting.IScriptContextProvider.IScriptContextInterface context) |
Modifier and Type | Method and Description |
---|---|
long |
UnknownBase.convertTo(IDomainBase base,
long unit) |
long |
FrequencyBase.convertTo(IDomainBase base,
long unit) |
long |
IndexBase.convertTo(IDomainBase base,
long unit) |
long |
DateBase.convertTo(IDomainBase base,
long unit) |
long |
PixelBase.convertTo(IDomainBase base,
long unit) |
long |
AmpsBase.convertTo(IDomainBase base,
long unit) |
long |
VoltsBase.convertTo(IDomainBase base,
long unit) |
long |
FloatBase.convertTo(IDomainBase base,
long unit) |
long |
TimeBase.convertTo(IDomainBase base,
long unit) |
long[] |
UnknownBase.convertTo(IDomainBase base,
long[] units) |
long[] |
FrequencyBase.convertTo(IDomainBase base,
long[] units) |
long[] |
IndexBase.convertTo(IDomainBase base,
long[] units) |
long[] |
DateBase.convertTo(IDomainBase base,
long[] units) |
long[] |
PixelBase.convertTo(IDomainBase base,
long[] units) |
long[] |
AmpsBase.convertTo(IDomainBase base,
long[] units) |
long[] |
VoltsBase.convertTo(IDomainBase base,
long[] units) |
long[] |
FloatBase.convertTo(IDomainBase base,
long[] units) |
long[] |
TimeBase.convertTo(IDomainBase base,
long[] units) |
boolean |
DomainValue.equals(Object o) |
String |
UnknownBase.getDomainLabel() |
String |
FrequencyBase.getDomainLabel() |
String |
IndexBase.getDomainLabel() |
String |
DateBase.getDomainLabel() |
String |
PixelBase.getDomainLabel() |
String |
AmpsBase.getDomainLabel() |
String |
VoltsBase.getDomainLabel() |
String |
FloatBase.getDomainLabel() |
String |
TimeBase.getDomainLabel() |
BigDecimal |
UnknownBase.getQuantum() |
BigDecimal |
FrequencyBase.getQuantum() |
BigDecimal |
IndexBase.getQuantum() |
BigDecimal |
DateBase.getQuantum() |
BigDecimal |
PixelBase.getQuantum() |
BigDecimal |
AmpsBase.getQuantum() |
BigDecimal |
VoltsBase.getQuantum() |
BigDecimal |
FloatBase.getQuantum() |
BigDecimal |
TimeBase.getQuantum() |
IDomainBase |
UnknownBase.getReaderBase(IDomainBase samplesBase) |
IDomainBase |
FrequencyBase.getReaderBase(IDomainBase samplesBase) |
IDomainBase |
IndexBase.getReaderBase(IDomainBase samplesBase) |
IDomainBase |
DateBase.getReaderBase(IDomainBase samplesBase) |
IDomainBase |
PixelBase.getReaderBase(IDomainBase samplesBase) |
IDomainBase |
AmpsBase.getReaderBase(IDomainBase samplesBase) |
IDomainBase |
VoltsBase.getReaderBase(IDomainBase samplesBase) |
IDomainBase |
FloatBase.getReaderBase(IDomainBase samplesBase) |
IDomainBase |
TimeBase.getReaderBase(IDomainBase samplesBase) |
boolean |
UnknownBase.isCompatible(IDomainBase base) |
boolean |
FrequencyBase.isCompatible(IDomainBase base) |
boolean |
IndexBase.isCompatible(IDomainBase base) |
boolean |
DateBase.isCompatible(IDomainBase base) |
boolean |
PixelBase.isCompatible(IDomainBase base) |
boolean |
AmpsBase.isCompatible(IDomainBase base) |
boolean |
VoltsBase.isCompatible(IDomainBase base) |
boolean |
FloatBase.isCompatible(IDomainBase base) |
boolean |
TimeBase.isCompatible(IDomainBase base) |
boolean |
UnknownBase.isFinerThan(IDomainBase base) |
boolean |
FrequencyBase.isFinerThan(IDomainBase base) |
boolean |
IndexBase.isFinerThan(IDomainBase base) |
boolean |
DateBase.isFinerThan(IDomainBase base) |
boolean |
PixelBase.isFinerThan(IDomainBase base) |
boolean |
AmpsBase.isFinerThan(IDomainBase base) |
boolean |
VoltsBase.isFinerThan(IDomainBase base) |
boolean |
FloatBase.isFinerThan(IDomainBase base) |
boolean |
TimeBase.isFinerThan(IDomainBase base) |
boolean |
UnknownBase.isPreferred() |
boolean |
FrequencyBase.isPreferred() |
boolean |
IndexBase.isPreferred() |
boolean |
DateBase.isPreferred() |
boolean |
PixelBase.isPreferred() |
boolean |
AmpsBase.isPreferred() |
boolean |
VoltsBase.isPreferred() |
boolean |
FloatBase.isPreferred() |
boolean |
TimeBase.isPreferred() |
long |
UnknownBase.parseUnits(String value) |
long |
FrequencyBase.parseUnits(String value) |
long |
IndexBase.parseUnits(String value) |
long |
DateBase.parseUnits(String value) |
long |
PixelBase.parseUnits(String value) |
long |
AmpsBase.parseUnits(String value) |
long |
VoltsBase.parseUnits(String value) |
long |
FloatBase.parseUnits(String value) |
long |
TimeBase.parseUnits(String value) |
void |
UnknownBase.setPreferred(boolean preferred) |
void |
FrequencyBase.setPreferred(boolean preferred) |
void |
IndexBase.setPreferred(boolean preferred) |
void |
DateBase.setPreferred(boolean preferred) |
void |
PixelBase.setPreferred(boolean preferred) |
void |
AmpsBase.setPreferred(boolean preferred) |
void |
VoltsBase.setPreferred(boolean preferred) |
void |
FloatBase.setPreferred(boolean preferred) |
void |
TimeBase.setPreferred(boolean preferred) |
double |
UnknownBase.toCommonBase() |
double |
FrequencyBase.toCommonBase() |
double |
IndexBase.toCommonBase() |
double |
DateBase.toCommonBase() |
double |
PixelBase.toCommonBase() |
double |
AmpsBase.toCommonBase() |
double |
VoltsBase.toCommonBase() |
double |
FloatBase.toCommonBase() |
double |
TimeBase.toCommonBase() |
double |
UnknownBase.toCommonBase(long units) |
double |
FrequencyBase.toCommonBase(long units) |
double |
IndexBase.toCommonBase(long units) |
double |
DateBase.toCommonBase(long units) |
double |
PixelBase.toCommonBase(long units) |
double |
AmpsBase.toCommonBase(long units) |
double |
VoltsBase.toCommonBase(long units) |
double |
FloatBase.toCommonBase(long units) |
double |
TimeBase.toCommonBase(long units) |
String |
UnknownBase.toString() |
String |
FrequencyBase.toString() |
String |
IndexBase.toString() |
String |
DateBase.toString() |
String |
PixelBase.toString() |
String |
AmpsBase.toString() |
String |
VoltsBase.toString() |
String |
DomainValue.toString() |
String |
FloatBase.toString() |
String |
TimeBase.toString() |
String |
UnknownBase.toString(long units) |
String |
FrequencyBase.toString(long units) |
String |
IndexBase.toString(long units) |
String |
DateBase.toString(long units) |
String |
PixelBase.toString(long units) |
String |
AmpsBase.toString(long units) |
String |
VoltsBase.toString(long units) |
String |
FloatBase.toString(long units) |
String |
TimeBase.toString(long units) |
String |
UnknownBase.toString(long units,
int style) |
String |
FrequencyBase.toString(long units,
int style) |
String |
IndexBase.toString(long units,
int style) |
String |
DateBase.toString(long units,
int style) |
String |
PixelBase.toString(long units,
int style) |
String |
AmpsBase.toString(long units,
int style) |
String |
VoltsBase.toString(long units,
int style) |
String |
FloatBase.toString(long units,
int style) |
String |
TimeBase.toString(long units,
int style) |
int |
UnknownBase.userLevel() |
int |
FrequencyBase.userLevel() |
int |
IndexBase.userLevel() |
int |
DateBase.userLevel() |
int |
PixelBase.userLevel() |
int |
AmpsBase.userLevel() |
int |
VoltsBase.userLevel() |
int |
FloatBase.userLevel() |
int |
TimeBase.userLevel() |
Modifier and Type | Method and Description |
---|---|
double |
ITheme.PointsToResult.fuzzy() |
int |
ITheme.PointsToResult.idx() |
Modifier and Type | Method and Description |
---|---|
ISamples.SignalDescriptor |
ISamples.SignalDescriptor.clone() |
boolean |
ISamples.SignalDescriptor.equals(Object obj) |
Modifier and Type | Method and Description |
---|---|
java.util.List<IAttachment> |
CompoundValue.attachments(int type) |
java.util.List<IAttachment> |
GroupedValue.attachments(int type) |
Object |
CompoundValue.clone() |
CompoundValue |
CompoundValue.compound() |
CompoundValue |
CompoundValue.compound(boolean atchments) |
CompoundValue |
GroupedValue.compoundOfEvent(int event) |
int |
CompoundValue.defaultFormat() |
int |
Transaction.defaultFormat() |
int |
MemberDescriptor.defaultFormat()
Returns the default format.
|
int |
CompoundValue.defaultFormatOf(Object memberIdentifier) |
int |
Transaction.defaultFormatOf(Object memberIdentifier) |
int |
Struct.defaultFormatOf(Object memberIdentifier) |
IMemberDescriptor |
CompoundValue.descriptorOf(Object memberIdentifier) |
IMemberDescriptor |
Transaction.descriptorOf(Object memberIdentifier) |
IMemberDescriptor |
Struct.descriptorOf(Object memberIdentifier) |
double |
Logic.doubleValue() |
boolean |
CompoundValue.equals(Object o) |
boolean |
CompoundPack.equals(Object o) |
boolean |
MemberDescriptor.equals(Object obj) |
boolean |
Logic.equals(Object obj) |
boolean |
StructMember.equals(Object obj) |
float |
Logic.floatValue() |
String |
CompoundValue.format(int format) |
String |
Transaction.format(int format) |
String |
AttachedLabel.format(int format) |
String |
CompoundValue.formatOf(Object memberIdentifer,
int format) |
String |
Transaction.formatOf(Object member,
int format) |
byte[] |
Logic.getArray() |
String |
MemberDescriptor.getContent()
Returns the content.
|
de.toem.impulse.samples.convert.SampleConverterConfiguration |
CompoundValue.getConverterConfiguration() |
int |
MemberDescriptor.getFormat()
Returns the default format.
|
int |
CompoundValue.getGroup() |
int |
CompoundValue.getIndex() |
int |
GroupedValue.getIndex() |
String |
AbstractAttachment.getMessage() |
String |
MemberDescriptor.getName()
Returns the name.
|
int |
CompoundValue.getOrder() |
DomainValue |
CompoundValue.getPosition() |
int |
MemberDescriptor.getRawType() |
int |
MemberDescriptor.getType()
Returns the type.
|
long |
CompoundValue.getUnits() |
boolean |
CompoundValue.hasMember(Object memberIdentifier) |
boolean |
Transaction.hasMember(Object memberIdentifier) |
boolean |
Struct.hasMember(Object memberIdentifier) |
int |
CompoundValue.idOf(int memberIndex) |
int |
Transaction.idOf(int memberIndex) |
int |
Struct.idOf(int memberIndex) |
int |
CompoundValue.indexOf(Object memberIdentifier) |
int |
Transaction.indexOf(Object memberIdentifier) |
int |
Struct.indexOf(Object memberIdentifier) |
int |
Logic.intValue() |
boolean |
CompoundValue.isConflict()
Deprecated.
|
boolean |
MemberDescriptor.isHidden() |
boolean |
CompoundValue.isNone() |
boolean |
CompoundValue.isTagged() |
boolean |
MemberDescriptor.isValidUntilChange() |
int |
Logic.length() |
long |
Logic.longValue() |
java.util.List<Object> |
CompoundValue.membersWithContent(String content) |
java.util.List<Object> |
Transaction.membersWithContent(String content) |
java.util.List<Object> |
Struct.membersWithContent(String content) |
String |
CompoundValue.nameOf(int memberIndex) |
String |
Transaction.nameOf(int memberIndex) |
String |
Struct.nameOf(int memberIndex) |
int |
GroupedValue.noOfEvents()
Returns the number of events.
|
int |
CompoundValue.noOfMembers() |
int |
Transaction.noOfMembers() |
int |
Struct.noOfMembers() |
CompoundPack |
CompoundValue.packed() |
String |
Logic.toString() |
String |
AttachedRelation.toString() |
String |
Enumeration.toString() |
String |
AttachedLabel.toString() |
Object |
CompoundValue.val() |
GroupedValue |
GroupedValue.val() |
Object |
GroupedValue.valOfEvent(int event) |
Object |
CompoundValue.valueOf(Object memberIdentifier) |
Object |
Transaction.valueOf(Object memberIdentifier) |
Object |
Struct.valueOf(Object memberIdentifier) |
Modifier and Type | Method and Description |
---|---|
void |
Thread.run()
If this thread was constructed using a separate
Runnable run object, then that
Runnable object's run method is called;
otherwise, this method does nothing and returns. |
Modifier and Type | Method and Description |
---|---|
boolean |
BigDecimal.equals(Object x)
Compares this
BigDecimal with the specified
Object for equality. |
int |
BigDecimal.hashCode()
Returns the hash code for this
BigDecimal . |
String |
BigDecimal.toString()
Returns the string representation of this
BigDecimal ,
using scientific notation if an exponent is needed. |