|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IProduction
Description of the Interface
| Method Summary | |
|---|---|
void |
addListener(IProductionListener pl,
java.util.concurrent.Executor executor)
|
void |
dispatch(ProductionEvent event)
|
void |
dispose()
Description of the Method |
void |
encode()
|
IModel |
getModel()
get the model that this production is associated with |
ISubsymbolicProduction |
getSubsymbolicProduction()
Gets the subsymbolicProduction attribute of the IProduction object |
ISymbolicProduction |
getSymbolicProduction()
Gets the symbolicProduction attribute of the IProduction object |
boolean |
hasListeners()
|
java.util.Collection<IInstantiation> |
instantiateAll()
attempts to instantiate this production given the current state of the model as defined by the collection of buffers. |
boolean |
isEncoded()
|
void |
removeListener(IProductionListener pl)
|
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface org.jactr.core.utils.Commentable |
|---|
getComment, setComment |
| Method Detail |
|---|
void addListener(IProductionListener pl,
java.util.concurrent.Executor executor)
void removeListener(IProductionListener pl)
boolean hasListeners()
void dispatch(ProductionEvent event)
ISymbolicProduction getSymbolicProduction()
ISubsymbolicProduction getSubsymbolicProduction()
java.util.Collection<IInstantiation> instantiateAll()
throws CannotInstantiateException
CannotInstantiateExceptionvoid dispose()
IModel getModel()
void encode()
boolean isEncoded()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||