Class CFFOperator


  • public class CFFOperator
    extends java.lang.Object
    This class represents a CFF operator.
    Version:
    $Revision: 1.0 $
    Author:
    Villu Ruusmann
    • Method Detail

      • getKey

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

        public java.lang.String getName()
        The name of the operator.
        Returns:
        the name
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.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​(java.lang.String name)
        Returns the operator corresponding to the given name.
        Parameters:
        name - the given name
        Returns:
        the corresponding operator