Class NamedMapPlaceholder

java.lang.Object
ca.uqac.lif.cep.functions.Function
ca.uqac.lif.cep.functions.UnaryFunction<Object,Object>
ca.uqac.lif.cep.tuples.NamedMapPlaceholder
All Implemented Interfaces:
ca.uqac.lif.cep.Duplicable, ca.uqac.lif.cep.functions.DuplicableFunction

public class NamedMapPlaceholder extends ca.uqac.lif.cep.functions.UnaryFunction<Object,Object>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected int
     
    protected String
     

    Fields inherited from class ca.uqac.lif.cep.functions.Function

    s_maxInputArity
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class ca.uqac.lif.cep.functions.UnaryFunction

    duplicate, evaluate, getInputArity, getInputTypesFor, getOutputArity, getOutputTypeFor, reset

    Methods inherited from class ca.uqac.lif.cep.functions.Function

    duplicate, evaluate, evaluate, evaluateLazy, evaluatePartial, printState, readState

    Methods inherited from class java.lang.Object

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

    • m_lastIndex

      protected int m_lastIndex
    • m_name

      protected String m_name
  • Constructor Details

    • NamedMapPlaceholder

      public NamedMapPlaceholder(String name)
  • Method Details

    • getValue

      public Object getValue(Object in)
      Specified by:
      getValue in class ca.uqac.lif.cep.functions.UnaryFunction<Object,Object>