org.jppf.node.policy
Class ExecutionPolicy.LogicalRule
java.lang.Object
org.jppf.node.policy.ExecutionPolicy
org.jppf.node.policy.ExecutionPolicy.LogicalRule
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ExecutionPolicy.AndRule, ExecutionPolicy.OrRule, ExecutionPolicy.XorRule
- Enclosing class:
- ExecutionPolicy
public abstract static class ExecutionPolicy.LogicalRule
- extends ExecutionPolicy
An execution policy that realizes a binary logical combination of the policies specified as operands.
- See Also:
- Serialized Form
rules
protected ExecutionPolicy[] rules
- First operand.
ExecutionPolicy.LogicalRule
public ExecutionPolicy.LogicalRule(ExecutionPolicy... rules)
- Initialize this binary logical operator with the specified operands.
- Parameters:
rules - the first operand.
toString
public String toString()
- Print this object to a string.
- Overrides:
toString in class Object
- Returns:
- an XML string representation of this object
- See Also:
Object.toString()
Copyright © 2005-2010 JPPF Team.