Uses of Class
utils.Interval

Packages that use Interval
bot   
decisionMakingSystem   
scheduler   
 

Uses of Interval in bot
 

Methods in bot with parameters of type Interval
 void DMSMemoryVO.addIntention(String name, Interval actInterval)
           
 

Uses of Interval in decisionMakingSystem
 

Fields in decisionMakingSystem with type parameters of type Interval
protected  ArrayList<Interval> Scheduler.freeTime
          list of intervals, when a bot has some time during the day
 

Methods in decisionMakingSystem that return types with arguments of type Interval
 ArrayList<Interval> Intention.getActivationIntervals()
           
 

Methods in decisionMakingSystem with parameters of type Interval
 void DecisionModuleImpl.addIntention(String name, Interval actInterval)
          This method adds dynamicaly new intention to the daily plan.
 void DecisionModule.addIntention(String name, Interval actInterval)
          Allows external modules to introduce a new intention to the plan.
 

Method parameters in decisionMakingSystem with type arguments of type Interval
 void Intention.setActivationIntervals(ArrayList<Interval> activationIntervals)
           
 

Uses of Interval in scheduler
 

Method parameters in scheduler with type arguments of type Interval
 Intention ProbabilisticScheduler.createIntention(ArrayList<Interval> intervals, int activity, int duration, IState state)
          Creates an intention.
 



Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.