Class TupleMap

java.lang.Object
ca.uqac.lif.cep.tuples.Tuple
ca.uqac.lif.cep.tuples.TupleMap
All Implemented Interfaces:
ca.uqac.lif.cep.Duplicable, Map<String,Object>

public class TupleMap extends Tuple implements ca.uqac.lif.cep.Duplicable
Implementation of a named tuple based on the Map class. This named tuple is mutable: its contents can be modified during its life cycle. This should be contrasted with the TupleFixed, whose contents are set at instantiation and cannot be changed afterwards.
Author:
Sylvain Hallé