Class | Description |
---|---|
Abs |
Returns the absolute value of the input.
|
Add |
Calculates the sum of two numbers.
|
And |
Calculates the boolean AND of two inputs.
|
BitSelector |
This manipulator returns a single bit from the input long value.
|
BitwiseAnd |
Calculates the bitwise AND of two inputs.
|
BitwiseOr |
Calculates the bitwise OR of two inputs.
|
BitwiseXor |
Calculates the bitwise XOR of two inputs.
|
Blinker |
This will take one value...
|
BroadcastServer |
This is a simple ValueObject forwarding component.
|
ByteBuilder |
This will take eight boolean inputs (bits)and construct a byte value for the output.
|
ByteSplitter |
ByteSplitter takes a byte (integer < 256) and creates eight outputs of BooleanObjectValueObject types.
|
Ceiling |
Returns the ceiling of the input.
|
CommandExecutor | |
Constant |
This is a simple ValueObject creating component.
|
ConvertFromHex |
Convert an int to a Hex (upper case)
|
ConvertToHex |
Convert an int to a Hex (upper case)
|
Counter |
This manipulator will increase its current integer value by the
incrementAmount when triggered, if counting up, until it reaches its maximum.
|
DataValve |
This manipulator takes one input for data and one for data flow control.
|
DecimalFormatter |
This will use a formatter to convert a numeric value to a String.
|
Divide |
Calculates the division of two numbers.
|
Emailer |
This will send an email whenever it receives a value.
|
Equal |
Compares the two inputs as equal.
|
Floor |
Returns the floor of the input.
|
GenericCompare |
Compares the two inputs.
|
GreaterThan |
Evaluates leftside > rightside and returns 1 if true, 0 otherwise.
|
GreaterThanOrEqual |
Evaluates leftside >= rightside and returns 1 if true, 0 otherwise.
|
IPAddressServer |
This server will output the ip addresses of the host whenever it is triggered.
|
LessThan |
Evaluates leftside < rightside and returns 1 if true, 0 otherwise.
|
LessThanOrEqual |
Evaluates leftside <= rightside and returns 1 if true, 0 otherwise.
|
LocalSecurityManager |
A fairly insecure, security component.
|
Manipulator |
This is the superclass of servers and components that generated data and can
be written to.
|
MasterBooleanCalculator |
This is a superclass for AND, OR, NOT,and XOR.
|
MasterCalculator |
This is a superclass for Add,Subtract, Multiply, and Divide, as well as the Bitwise Operations: AND, OR, XOR.
|
MasterComparer |
This is a superclass for Equal, NotEqual, GreaterThan, LessThan, LessThanOrEqual, and GreaterThanOrEqual.
|
MasterMathConversions |
This is a superclass for Abs, ReverseSign, Ceiling, Floor, and Round.
|
MixSecurityManager |
This extension of a local security manager uses files stored on the MIX server
to find the users and groups.
|
Multiply |
Calculates the multiplication product of two numbers.
|
Not |
Returns the boolean NOT of the input.
|
NotEqual |
Compares the two inputs as not equal.
|
Or |
Calculates the boolean OR of two inputs.
|
PassOnThread |
This, like a broadcast server will take a value and send it to any
connectors.
|
PopupInitializer |
This component is used to initialize a popup.
|
PopupInitializer.ConnectableDataSource | |
PropertyFilter |
The PropertyFilter changes one or more properties of the input ValueObject.
|
RateCalculator |
This manipulator takes current and previous input values and
calculates the current rate (per second) of change between the current
and last value based on the time difference in the timestamps betweeen these
values.
|
ReportLabelingManipulator | |
ReverseSign |
Returns the same value with an opposite sign of the input.
|
Round |
Returns the rounded value of the input.
|
Scaler |
This manipulator adjusts an input value with a simple formula: mx + y
where x is the input value.
|
SerialPortManipulator |
This reads and writes a serial port.
|
SetValue |
This manipulator will send a set value to the connectors when we receive a
valueChagnedEvent.
|
SimpleManipulator |
This is the superclass of most manipulators that pass data through themselves,
including Triggered manipulators.
|
SoundClipPlayer | |
Square |
Returns the Square of the input.
|
SquareRoot |
Returns the Square Root of the input.
|
StartupTrigger |
This is a trivial subclass of Constant.
|
Subtract |
Calculates the difference of two numbers.
|
TimeDelayTrigger |
The time delay (in sec) is started from an input trigger.
|
TrueFalseManipulator |
This manipulator returns a boolean "true" if the input matches one of the
tokens in the comma separated list of "true" values, otherwise it returns a
"false" value.
|
URLReader | |
UserFileReader |
This component reads a file from the "userfiles" folder, and sends the entire contents of the user file, as a string, to the
output of the bean.
|
Xor |
Calculates the boolean XOR of two inputs.
|
Copyright © 1999-2025 ErgoTech Systems, Inc. All Rights Reserved.