private static class ProtelisIncarnation.DummyContext
extends org.protelis.vm.impl.AbstractExecutionContext
Modifier and Type | Field and Description |
---|---|
private it.unibo.alchemist.model.interfaces.Node<?> |
node |
Constructor and Description |
---|
DummyContext(it.unibo.alchemist.model.interfaces.Node<?> node) |
Modifier and Type | Method and Description |
---|---|
Number |
getCurrentTime() |
org.protelis.lang.datatype.DeviceUID |
getDeviceUID() |
protected org.protelis.vm.impl.AbstractExecutionContext |
instance() |
double |
nextRandomDouble() |
public org.protelis.lang.datatype.DeviceUID getDeviceUID()
public Number getCurrentTime()
public double nextRandomDouble()
protected org.protelis.vm.impl.AbstractExecutionContext instance()
instance
in class org.protelis.vm.impl.AbstractExecutionContext