Uses of Interface
org.almendra.janet.cas.spaces.IObjectSpace

Packages that use IObjectSpace
org.almendra.janet.cas.agents   
org.almendra.janet.cas.central.interpreters   
org.almendra.janet.cas.node   
org.almendra.janet.cas.node.interpreters   
org.almendra.janet.cas.scheduling   
org.almendra.janet.cas.simulator.central.interpreters.simulated   
org.almendra.janet.cas.spaces   
 

Uses of IObjectSpace in org.almendra.janet.cas.agents
 

Methods in org.almendra.janet.cas.agents that return IObjectSpace
protected  IObjectSpace AgentProxy.getNodeObjectSpace()
           
 IObjectSpace IAgent.getObjectSpace()
           
 IObjectSpace AbstractAgent.getObjectSpace()
           
 

Uses of IObjectSpace in org.almendra.janet.cas.central.interpreters
 

Methods in org.almendra.janet.cas.central.interpreters with parameters of type IObjectSpace
protected  CentralAnchor CentralInterpreter.getAnchor(IObjectSpace objectSpace)
           
protected  CentralAnchor NodeStartedInterpreter.installNodeAnchor(IObjectSpace os, Node node)
           
protected  boolean NodeStartedInterpreter.registerNode(NodeStartedCommand command, IObjectSpace os)
           
 

Uses of IObjectSpace in org.almendra.janet.cas.node
 

Fields in org.almendra.janet.cas.node declared as IObjectSpace
protected  IObjectSpace Node.objectSpace
           
protected  IObjectSpace AbstractApplication.objectSpace
           
 

Methods in org.almendra.janet.cas.node that return IObjectSpace
 IObjectSpace NodeAccessor.getNodeObjectSpace()
           
 IObjectSpace Node.getNodeObjectSpace()
           
 IObjectSpace AbstractApplication.getNodeObjectSpace()
           
 IObjectSpace Node.getObjectSpace()
           
 IObjectSpace ApplicationAccessor.getObjectSpace()
           
 IObjectSpace AbstractApplication.getObjectSpace()
           
 

Uses of IObjectSpace in org.almendra.janet.cas.node.interpreters
 

Methods in org.almendra.janet.cas.node.interpreters with parameters of type IObjectSpace
protected  void NodeStartedInterpreter.bind(NodeStartedCommand command, IObjectSpace os)
           
protected  NodeAnchor NodeStartedInterpreter.installNodeAnchor(IObjectSpace os, NodeStartedCommand command)
           
 

Uses of IObjectSpace in org.almendra.janet.cas.scheduling
 

Methods in org.almendra.janet.cas.scheduling that return IObjectSpace
 IObjectSpace CommandEnvelope.getApplicationObjectSpace()
           
 IObjectSpace CommandAccessor.getApplicationObjectSpace()
           
 IObjectSpace CommandEnvelope.getNodeObjectSpace()
           
 IObjectSpace CommandAccessor.getNodeObjectSpace()
           
 IObjectSpace CommandAccessor.getObjectSpace()
           
 

Uses of IObjectSpace in org.almendra.janet.cas.simulator.central.interpreters.simulated
 

Methods in org.almendra.janet.cas.simulator.central.interpreters.simulated with parameters of type IObjectSpace
protected  boolean NodeStartedInterpreter.registerNode(NodeStartedCommand nodeStartedCommand, IObjectSpace os)
           
 

Uses of IObjectSpace in org.almendra.janet.cas.spaces
 

Classes in org.almendra.janet.cas.spaces that implement IObjectSpace
 class ObjectSpace
           
 

Methods in org.almendra.janet.cas.spaces that return IObjectSpace
 IObjectSpace IObjectSpaceProvider.getObjectSpace()