|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.memphis.ccrg.lida.framework.initialization.InitializableImpl
edu.memphis.ccrg.lida.framework.shared.activation.ActivatibleImpl
edu.memphis.ccrg.lida.actionselection.BehaviorImpl
public class BehaviorImpl
Default implementation of Behavior
| Field Summary |
|---|
| Fields inherited from interface edu.memphis.ccrg.lida.framework.shared.activation.Activatible |
|---|
DEFAULT_ACTIVATIBLE_REMOVAL_THRESHOLD, DEFAULT_ACTIVATION |
| Constructor Summary | |
|---|---|
BehaviorImpl()
Construct a new behavior with default parameters |
|
| Method Summary | |
|---|---|
Action |
getAction()
Gets action. |
java.util.Collection<Condition> |
getAddingList()
Gets adding list. |
java.util.Collection<Condition> |
getContextConditions()
Gets context conditions. |
java.util.Collection<Condition> |
getDeletingList()
Gets deleting list. |
int |
getId()
Gets scheme's id. |
java.lang.String |
getLabel()
Gets the label. |
Scheme |
getScheme()
Gets the scheme underlying the behavior. |
void |
setId(int id)
Sets unique identifier for Scheme. |
void |
setLabel(java.lang.String l)
Sets Scheme's label |
void |
setScheme(Scheme s)
Gets the scheme underlying the behavior. |
java.lang.String |
toString()
|
| Methods inherited from class edu.memphis.ccrg.lida.framework.shared.activation.ActivatibleImpl |
|---|
decay, excite, getActivatibleRemovalThreshold, getActivation, getDecayStrategy, getExciteStrategy, getTotalActivation, isRemovable, setActivatibleRemovalThreshold, setActivation, setDecayStrategy, setExciteStrategy |
| Methods inherited from class edu.memphis.ccrg.lida.framework.initialization.InitializableImpl |
|---|
containsParameter, getParam, getParameters, init, init |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface edu.memphis.ccrg.lida.framework.shared.activation.Activatible |
|---|
decay, excite, getActivatibleRemovalThreshold, getActivation, getDecayStrategy, getExciteStrategy, getTotalActivation, isRemovable, setActivatibleRemovalThreshold, setActivation, setDecayStrategy, setExciteStrategy |
| Methods inherited from interface edu.memphis.ccrg.lida.framework.initialization.Initializable |
|---|
containsParameter, getParam, getParameters, init, init |
| Constructor Detail |
|---|
public BehaviorImpl()
| Method Detail |
|---|
public void setId(int id)
ProceduralUnitScheme. Should be used by ElementFactory only.
setId in interface ProceduralUnitid - unique identifier for this schemepublic int getId()
ProceduralUnit
getId in interface ProceduralUnitpublic Scheme getScheme()
Behavior
getScheme in interface Behaviorpublic void setScheme(Scheme s)
Behavior
setScheme in interface Behaviors - the new generating schemepublic java.lang.String toString()
toString in class java.lang.Objectpublic java.util.Collection<Condition> getContextConditions()
ProceduralUnit
getContextConditions in interface ProceduralUnitpublic java.util.Collection<Condition> getAddingList()
ProceduralUnit
getAddingList in interface ProceduralUnitpublic java.util.Collection<Condition> getDeletingList()
ProceduralUnit
getDeletingList in interface ProceduralUnitpublic Action getAction()
ProceduralUnit
getAction in interface ProceduralUnitAction this unit containspublic java.lang.String getLabel()
ProceduralUnit
getLabel in interface ProceduralUnitpublic void setLabel(java.lang.String l)
ProceduralUnit
setLabel in interface ProceduralUnitl - a String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||