org.commonreality.reality
Class CommonReality
java.lang.Object
org.commonreality.reality.CommonReality
public final class CommonReality
- extends java.lang.Object
- Author:
- developer
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommonReality
public CommonReality()
setReality
public static void setReality(IReality reality)
getReality
public static IReality getReality()
addSensor
public static void addSensor(ISensor sensor)
removeSensor
public static void removeSensor(ISensor sensor)
addAgent
public static void addAgent(IAgent agent)
removeAgent
public static void removeAgent(IAgent agent)
getAgents
public static java.util.Collection<IAgent> getAgents()
getSensors
public static java.util.Collection<ISensor> getSensors()