Class Palette


  • @Singleton
    public class Palette
    extends java.lang.Object
    The palette is a library of operations that can be added as steps in the Pipeline.
    • Constructor Detail

      • Palette

        public Palette()
    • Method Detail

      • getOperations

        public java.util.Collection<OperationMetaData> getOperations()
        Returns:
        A collection of all available operations.
      • getOperationByName

        public java.util.Optional<OperationMetaData> getOperationByName​(java.lang.String name)
        Returns:
        The operation with the specified unique name.