Class ProjectTuple.NameFunctionPair

  • Enclosing class:
    ProjectTuple

    public static class ProjectTuple.NameFunctionPair
    extends java.lang.Object
    Associates a tuple's key to a function to be evaluated on input tuples
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String m_name  
      protected ca.uqac.lif.cep.functions.Function m_value  
    • Constructor Summary

      Constructors 
      Constructor Description
      NameFunctionPair​(java.lang.String name, ca.uqac.lif.cep.functions.Function value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • m_name

        protected java.lang.String m_name
      • m_value

        protected ca.uqac.lif.cep.functions.Function m_value
    • Constructor Detail

      • NameFunctionPair

        public NameFunctionPair​(java.lang.String name,
                                ca.uqac.lif.cep.functions.Function value)