@Deprecated public class UnconstrainedScopeDecider extends Object implements DeciderIF<ScopedIF>
| Modifier and Type | Field and Description |
|---|---|
protected DeciderIF<? super ScopedIF> |
subdecider
Deprecated.
|
| Constructor and Description |
|---|
UnconstrainedScopeDecider(DeciderIF<? super ScopedIF> subdecider)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ok(ScopedIF scoped)
Deprecated.
PUBLIC: Returns true if the object is accepted.
|