scheduler
Class ProbabilisticSchedulerTransitionEntry

Package class diagram package ProbabilisticSchedulerTransitionEntry
java.lang.Object
  extended by scheduler.ProbabilisticSchedulerTransitionEntry
All Implemented Interfaces:
Serializable

public class ProbabilisticSchedulerTransitionEntry
extends Object
implements Serializable

This structure is used to store the schedule entries for probabilistic scheduler so we can store them in xml files.

Author:
knight
See Also:
Serialized Form

Field Summary
 String fromIntention
           
 double probability
           
 String toIntention
           
 
Constructor Summary
ProbabilisticSchedulerTransitionEntry(double probability, String fromIntention, String toIntention)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

probability

public double probability

fromIntention

public String fromIntention

toIntention

public String toIntention
Constructor Detail

ProbabilisticSchedulerTransitionEntry

public ProbabilisticSchedulerTransitionEntry(double probability,
                                             String fromIntention,
                                             String toIntention)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


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