public abstract class BaseDeciderStrategy extends Object implements DeciderStrategy
BaseStrategy can process list of instances implementing Detectable interface.DeciderStrategy.And, DeciderStrategy.Or| Modifier and Type | Field and Description |
|---|---|
protected List<Detectable> |
detectables |
| Constructor and Description |
|---|
BaseDeciderStrategy() |
| Modifier and Type | Method and Description |
|---|---|
BaseDeciderStrategy |
detectables(List<Detectable> detectables)
Set list of instances implementing
Detectable interface. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitresolveprotected List<Detectable> detectables
public BaseDeciderStrategy detectables(List<Detectable> detectables)
Detectable interface.Copyright © 2015–2016 JBoss by Red Hat. All rights reserved.