public class OperationsWithContext
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
OperationsWithContext(SExpressionContext context,
java.util.List<SOperation> operations) |
OperationsWithContext(SExpressionContext context,
java.util.List<SOperation> operations,
java.lang.String containerType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContainerType() |
SExpressionContext |
getContext() |
java.util.List<SOperation> |
getOperations() |
public OperationsWithContext(SExpressionContext context, java.util.List<SOperation> operations)
context - the list of operationsoperations - public OperationsWithContext(SExpressionContext context, java.util.List<SOperation> operations, java.lang.String containerType)
context - operations - the list of operationscontainerType - the type of container on which to execute the operationspublic SExpressionContext getContext()
public java.util.List<SOperation> getOperations()
public java.lang.String getContainerType()