Uses of Interface
scheduler.IState

Packages that use IState
scheduler   
 

Uses of IState in scheduler
 

Classes in scheduler that implement IState
 class State
           
 

Methods in scheduler that return IState
 IState ProbabilityDistribution.computeNextState(double time, int day, IState previousState)
           
 IState DefaultProbability.computeNextState(double time, int day, IState previousState)
           
 IState DefaultProbability.computeNextState(double counter, int day, String name)
           
 IState StateTransition.getTargetState()
           
 

Methods in scheduler that return types with arguments of type IState
 Map<IState,Double> ProbabilityDistribution.getStateTransitionsProbabilities(double time, int day, IState previousState)
           
 Map<IState,Double> DefaultProbability.getStateTransitionsProbabilities(double time, int day, IState previousState)
           
 

Methods in scheduler with parameters of type IState
 void DefaultProbability.addStateTransition(int from, int to, int day, IState fromState, IState toState, double probability)
           
 IState ProbabilityDistribution.computeNextState(double time, int day, IState previousState)
           
 IState DefaultProbability.computeNextState(double time, int day, IState previousState)
           
 Intention ProbabilisticScheduler.createIntention(ArrayList<Interval> intervals, int activity, int duration, IState state)
          Creates an intention.
 Map<IState,Double> ProbabilityDistribution.getStateTransitionsProbabilities(double time, int day, IState previousState)
           
 Map<IState,Double> DefaultProbability.getStateTransitionsProbabilities(double time, int day, IState previousState)
           
 

Constructors in scheduler with parameters of type IState
StateTransition(IState state, double probability)
           
 

Constructor parameters in scheduler with type arguments of type IState
DefaultProbability(Map<IState,List<SInterval>> stateIntervalTable)
           
 



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