org.jactr.tools.async.message.command.breakpoint
Interface IProductionCommand

All Superinterfaces:
ICommand, IMessage, java.io.Serializable
All Known Implementing Classes:
ProductionCommand

public interface IProductionCommand
extends ICommand, java.io.Serializable


Nested Class Summary
static class IProductionCommand.Action
           
 
Method Summary
 IProductionCommand.Action getAction()
           
 java.lang.String getModelName()
           
 java.lang.String getProductionName()
           
 
Methods inherited from interface org.jactr.tools.async.message.IMessage
getID
 

Method Detail

getAction

IProductionCommand.Action getAction()

getModelName

java.lang.String getModelName()

getProductionName

java.lang.String getProductionName()