Class OperationsWithContext

  • All Implemented Interfaces:
    java.io.Serializable

    public class OperationsWithContext
    extends java.lang.Object
    implements java.io.Serializable
    Author:
    Baptiste Mesta, Celine Souchet
    See Also:
    Serialized Form
    • Constructor Detail

      • OperationsWithContext

        public OperationsWithContext​(SExpressionContext context,
                                     java.util.List<SOperation> operations)
        Parameters:
        context - the list of operations
        operations -
      • OperationsWithContext

        public OperationsWithContext​(SExpressionContext context,
                                     java.util.List<SOperation> operations,
                                     java.lang.String containerType)
        Parameters:
        context -
        operations - the list of operations
        containerType - the type of container on which to execute the operations
    • Method Detail

      • getOperations

        public java.util.List<SOperation> getOperations()
        Returns:
        the operations
      • getContainerType

        public java.lang.String getContainerType()
        Returns: