Class CFFOperator


  • public final class CFFOperator
    extends Object
    This class represents a CFF operator.
    • Method Detail

      • getKey

        public CFFOperator.Key getKey()
        The key of the operator.
        Returns:
        the key
      • getName

        public String getName()
        The name of the operator.
        Returns:
        the name
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getOperator

        public static CFFOperator getOperator​(CFFOperator.Key key)
        Returns the operator corresponding to the given key.
        Parameters:
        key - the given key
        Returns:
        the corresponding operator
      • getOperator

        public static CFFOperator getOperator​(String name)
        Returns the operator corresponding to the given name.
        Parameters:
        name - the given name
        Returns:
        the corresponding operator