|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IInstantiation
Description of the Interface
| Method Summary | |
|---|---|
double |
fire(double firingTime)
fire the instantiation returning the amount of time it should take |
double |
getActionLatency()
Gets the actionLatency attribute of the IInstantiation object |
IProduction |
getProduction()
Gets the production attribute of the IInstantiation object |
double |
getTimeFired()
Gets the timeFired attribute of the IInstantiation object |
java.util.Map<java.lang.String,java.lang.Object> |
getVariableBindings()
Gets the variableBindings attribute of the IInstantiation object |
| Methods inherited from interface org.jactr.core.production.IProduction |
|---|
addListener, dispatch, dispose, encode, getModel, getSubsymbolicProduction, getSymbolicProduction, hasListeners, instantiateAll, isEncoded, removeListener |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface org.jactr.core.utils.Commentable |
|---|
getComment, setComment |
| Method Detail |
|---|
java.util.Map<java.lang.String,java.lang.Object> getVariableBindings()
IProduction getProduction()
double getTimeFired()
double getActionLatency()
double fire(double firingTime)
firingTime - TODO
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||