Developing Java primitive operators
In this chapter, we describe how you can develop primitive operators using the Java programming language. The development process is as follows:
1. Design the operator. This involves creating the operator model by describing the operator and its ports, parameters, and dependencies.
2. Create the operator implementation in Java based on the operator model described in the previous step.
3. Compile the operator code using the Java compiler and then fix any errors.
4. Test the operator using the Java Operator testing ...