Class Blow

  • All Implemented Interfaces:
    ca.uqac.lif.azrael.Printable, ca.uqac.lif.azrael.Readable, ca.uqac.lif.cep.Duplicable, ca.uqac.lif.cep.functions.DuplicableFunction

    public class Blow
    extends ca.uqac.lif.cep.functions.UnaryFunction<Tuple,​java.util.Set>
    Breaks a single tuple into multiple tuples, one for each key-value pair of the original tuple.
    Author:
    Sylvain Hallé
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Blow instance  
      • Fields inherited from class ca.uqac.lif.cep.functions.Function

        s_maxInputArity
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Blow()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Blow duplicate​(boolean with_state)  
      java.util.Set<?> getValue​(Tuple x)  
      • Methods inherited from class ca.uqac.lif.cep.functions.UnaryFunction

        evaluate, getInputArity, getInputTypesFor, getOutputArity, getOutputTypeFor, reset
      • Methods inherited from class ca.uqac.lif.cep.functions.Function

        duplicate, evaluate, evaluate, evaluateLazy, evaluatePartial, print, printState, read, readState
      • Methods inherited from class java.lang.Object

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

      • instance

        public static final Blow instance
    • Constructor Detail

      • Blow

        protected Blow()
    • Method Detail

      • getValue

        public java.util.Set<?> getValue​(Tuple x)
        Specified by:
        getValue in class ca.uqac.lif.cep.functions.UnaryFunction<Tuple,​java.util.Set>
      • duplicate

        public Blow duplicate​(boolean with_state)
        Specified by:
        duplicate in interface ca.uqac.lif.cep.Duplicable
        Overrides:
        duplicate in class ca.uqac.lif.cep.functions.UnaryFunction<Tuple,​java.util.Set>