Class PredicateTupleConversion

  • 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 PredicateTupleConversion
    extends ca.uqac.lif.cep.functions.UnaryFunction<java.lang.Object,​PredicateTuple>
    Unary function converting an object into a predicate tuple
    • Field Summary

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

        s_maxInputArity
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PredicateTupleConversion duplicate​(boolean with_state)  
      PredicateTuple getValue​(java.lang.Object 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
    • Method Detail

      • getValue

        public PredicateTuple getValue​(java.lang.Object x)
        Specified by:
        getValue in class ca.uqac.lif.cep.functions.UnaryFunction<java.lang.Object,​PredicateTuple>
      • duplicate

        public PredicateTupleConversion duplicate​(boolean with_state)
        Specified by:
        duplicate in interface ca.uqac.lif.cep.Duplicable
        Overrides:
        duplicate in class ca.uqac.lif.cep.functions.UnaryFunction<java.lang.Object,​PredicateTuple>