Uses of Class
de.jiac.micro.core.feature.AbstractSchedulable

Packages that use AbstractSchedulable
de.jiac.micro.agent   
de.jiac.micro.core.feature   
 

Uses of AbstractSchedulable in de.jiac.micro.agent
 

Subclasses of AbstractSchedulable in de.jiac.micro.agent
 class AbstractActiveBehaviour
          Describes an abstract active behaviour of an agent.
 class AbstractReactiveBehaviour
          Describes an abstract reactive behaviour of an agent.
 

Methods in de.jiac.micro.agent with parameters of type AbstractSchedulable
 void IScheduler.addSchedulable(AbstractSchedulable schedulable)
          Adds a sporadic or periodic task to this scheduler.
 boolean IScheduler.containsSchedulable(AbstractSchedulable schedulable)
          Checks whether the sporadic or periodic task is already known to this scheduler.
 void IScheduler.removeSchedulable(AbstractSchedulable schedulable)
          Removes a sporadic or periodic task from this scheduler.
 

Uses of AbstractSchedulable in de.jiac.micro.core.feature
 

Subclasses of AbstractSchedulable in de.jiac.micro.core.feature
 class AbstractPeriodicRunnable
          API-Compilation Stub.
 class AbstractSporadicRunnable
          API-Compilation Stub.
 class AbstractViolationHandler
          API-Compilation Stub.
 



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