public static class ExecutionPolicy.NotRule extends ExecutionPolicy
ExecutionPolicy.AndRule, ExecutionPolicy.LogicalRule, ExecutionPolicy.NotRule, ExecutionPolicy.OrRule, ExecutionPolicy.XorRule| Constructor and Description |
|---|
ExecutionPolicy.NotRule(ExecutionPolicy rule)
Initialize this binary logical operator with the specified operands.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(PropertiesCollection info)
Determine if a node is acceptable for this policy.
|
String |
toString()
Print this object to a string.
|
and, getProperty, not, or, xorpublic ExecutionPolicy.NotRule(ExecutionPolicy rule)
rule - the operand.public boolean accepts(PropertiesCollection info)
accepts in class ExecutionPolicyinfo - system information for the node on which the tasks will run if accepted.Copyright © 2005-2012 JPPF Team.