Class ProtelisIncarnation.ProtectedExecutionEnvironment
-
- All Implemented Interfaces:
-
org.protelis.vm.ExecutionEnvironment
public final class ProtelisIncarnation.ProtectedExecutionEnvironment implements ExecutionEnvironment
An ExecutionEnvironment that can read and shadow the content of a Node, but cannot modify it. This is used to prevent badly written properties to interact with the simulation flow.
-
-
Constructor Summary
Constructors Constructor Description ProtelisIncarnation.ProtectedExecutionEnvironment(Node<out Object> node)
-