Uses of Interface
de.jiac.micro.core.IHandle

Packages that use IHandle
de.jiac.micro.agent   
de.jiac.micro.agent.handle   
de.jiac.micro.agent.memory   
de.jiac.micro.core   
de.jiac.micro.core.handle   
de.jiac.micro.core.scope   
de.jiac.micro.internal.core   
de.jiac.micro.internal.util   
 

Uses of IHandle in de.jiac.micro.agent
 

Subinterfaces of IHandle in de.jiac.micro.agent
 interface IScheduler
          Each agent has a scheduler for periodic and sporadic tasks.
 

Methods in de.jiac.micro.agent that return IHandle
 IHandle IActuator.getHandle()
          Returns the specific handle that exploits the capabilities of this actuator.
 

Uses of IHandle in de.jiac.micro.agent.handle
 

Subinterfaces of IHandle in de.jiac.micro.agent.handle
 interface ICommunicationHandle
          This interface exposes all features of the agents or nodes communication system.
 

Uses of IHandle in de.jiac.micro.agent.memory
 

Subinterfaces of IHandle in de.jiac.micro.agent.memory
 interface ILongTermMemory
          This interface describes the capabilities of a long term memory.
 

Uses of IHandle in de.jiac.micro.core
 

Subinterfaces of IHandle in de.jiac.micro.core
 interface IContainerConfiguration
           
 

Methods in de.jiac.micro.core that return IHandle
 IHandle IContainer.getHandle(Class handleClass)
           
 

Methods in de.jiac.micro.core with parameters of type IHandle
 void IContainer.addHandle(IHandle handle)
           
 void IContainer.removeHandle(IHandle handle)
           
 

Uses of IHandle in de.jiac.micro.core.handle
 

Subinterfaces of IHandle in de.jiac.micro.core.handle
 interface IReflector
           
 interface IResourceHandle
          This interface provides functionalities to acquire resources
 

Uses of IHandle in de.jiac.micro.core.scope
 

Methods in de.jiac.micro.core.scope that return IHandle
static IHandle AgentScope.getAgentHandle(Class handleClass)
           
static IHandle NodeScope.getNodeHandle(Class handleClass)
           
 

Uses of IHandle in de.jiac.micro.internal.core
 

Classes in de.jiac.micro.internal.core that implement IHandle
 class AbstractAgentConfiguration
           
 class AbstractContainerConfiguration
           
 class AbstractNodeConfiguration
           
 

Fields in de.jiac.micro.internal.core declared as IHandle
 IHandle AbstractAgent.ElementContext.handle
           
 

Methods in de.jiac.micro.internal.core that return IHandle
 IHandle AbstractContainer.getHandle(Class handleClass)
           
protected  IHandle AbstractNodeComponent.getNodeHandle()
           
 

Methods in de.jiac.micro.internal.core with parameters of type IHandle
 void AbstractContainer.addHandle(IHandle handle)
           
 void AbstractContainer.removeHandle(IHandle handle)
           
 

Uses of IHandle in de.jiac.micro.internal.util
 

Classes in de.jiac.micro.internal.util that implement IHandle
 class AbstractReflector
           
 



Copyright © 2008-2011 DAI-Labor. All Rights Reserved.