|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.free2be.dimensions.decider.AbstractDeciderImpl
public abstract class AbstractDeciderImpl
This class is a base implementation of Decider interface.
| Field Summary | |
|---|---|
protected java.util.Set |
decisionSet
The decision set. |
| Constructor Summary | |
|---|---|
AbstractDeciderImpl()
Creates a new instance of AbstractDeciderImpl |
|
| Method Summary | |
|---|---|
void |
addSuitableDecision(Decision decision)
Adds a suitable decision to the list, so that it can be "decider" by this Decider. |
java.util.Set |
getSuitableDecisionSet()
Returns the set of all suitable decisions. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.free2be.dimensions.decider.Decider |
|---|
decide |
| Field Detail |
|---|
protected java.util.Set decisionSet
| Constructor Detail |
|---|
public AbstractDeciderImpl()
| Method Detail |
|---|
public java.util.Set getSuitableDecisionSet()
getSuitableDecisionSet in interface Deciderpublic void addSuitableDecision(Decision decision)
addSuitableDecision in interface Deciderdecision - The suitable decision to add.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||