public interface IModel
Modifier and Type | Method and Description |
---|---|
CallFactory |
getCallFactory()
Returns a factory for creating instances of operations, addressing modes and instruction calls
that can be simulated with the model.
|
MetaModel |
getMetaData()
Returns a meta description of the model.
|
java.lang.String |
getName()
Returns the name of the modeled microprocessor design.
|
ModelStateObserver |
getStateObserver()
Returns a model state monitor object that allows getting information on the current state of
the microprocessor mode (current register values, value in memory locations, etc)
|
java.lang.String getName()
MetaModel getMetaData()
ModelStateObserver getStateObserver()
CallFactory getCallFactory()