Full Library / Math Operator / Logic / AND
Block Name: AND
- public class AND
- extends TypedAtomicActor
- Used to combine model inputs, passes three inputs to a single output, based on last input to arrive (passes data structure to output). All three inputs must be present to create AND condition.
input_1
public TypedIOPort input_1
- Input port 1 for data tokens.
input_2
public TypedIOPort input_2
- Input port 2 for data tokens.
input_3
public TypedIOPort input_3
- Input port 3 for data tokens.
output
public TypedIOPort output
- True output port, type same as input.
Created with the Personal Edition of HelpNDoc: Easy EBook and documentation generator