Class GetPacketFromPosition
java.lang.Object
ca.uqac.lif.cep.functions.Function
ca.uqac.lif.cep.functions.BinaryFunction<org.jnetpcap.packet.JFlow, Integer, org.jnetpcap.packet.JPacket>
netp.functions.GetPacketFromPosition
- All Implemented Interfaces:
ca.uqac.lif.cep.Duplicable, ca.uqac.lif.cep.functions.DuplicableFunction
public class GetPacketFromPosition
extends ca.uqac.lif.cep.functions.BinaryFunction<org.jnetpcap.packet.JFlow, Integer, org.jnetpcap.packet.JPacket>
FlowIntegerFunction to get a network packet from a flow packet and his
position
-
Field Summary
Fields inherited from class ca.uqac.lif.cep.functions.Function
s_maxInputArity -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ca.uqac.lif.cep.functions.BinaryFunction
evaluate, getInputArity, getInputTypeLeft, getInputTypeRight, getInputTypesFor, getOutputArity, getOutputType, getOutputTypeFor, getStartValue, resetMethods inherited from class ca.uqac.lif.cep.functions.Function
duplicate, evaluate, evaluate, evaluateLazy, evaluatePartial, printState, readState
-
Constructor Details
-
GetPacketFromPosition
public GetPacketFromPosition()
-
-
Method Details
-
getValue
-
duplicate
- Specified by:
duplicatein interfaceca.uqac.lif.cep.Duplicable- Overrides:
duplicatein classca.uqac.lif.cep.functions.BinaryFunction<org.jnetpcap.packet.JFlow, Integer, org.jnetpcap.packet.JPacket>
-