public interface Machine
ModuleExecution.
Provided to Instructions on top of the
state itself for unified data transfer to all valid targets, including virtual ones such as
Target.ANY.
| Modifier and Type | Method and Description |
|---|---|
TargetInterface |
getInterface(Target target)
Get an interface that allows reading and writing to all valid
Targets, including virtual ones. |
MachineState |
getState()
Get the state of the machine, i.e.
|
MachineState getState()
TargetInterface getInterface(Target target)
Targets, including virtual ones. A TargetInterface is
basically a Pipe wrapper and register wrapper
in one.target - the target to get the interface for.