public class OperationPolicyExpressionFactory extends Object
OperationPolicyExpression instances.| Modifier and Type | Class and Description |
|---|---|
static class |
OperationPolicyExpressionFactory.OperationPolicyExpressionImpl
Default implementation of the
OperationPolicyExpression interface. |
| Constructor and Description |
|---|
OperationPolicyExpressionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static OperationPolicyExpression |
getInstance(PolicyOperator operator,
Vector<PolicyExpression> operands)
Creates an instance from a
OperationPolicyExpression |
public static OperationPolicyExpression getInstance(PolicyOperator operator, Vector<PolicyExpression> operands)
OperationPolicyExpressionoperator - The operator that will be executed when the expression is evaluated.operands - The parameters that will be used by the operator when the expression is evaluated.OperationPolicyExpression.Copyright © 2010-2016 The Direct Project. All Rights Reserved.