scheduler
Class ProbabilisticSchedulerTransitionEntry
java.lang.Object
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
probability
public double probability
fromIntention
public String fromIntention
toIntention
public String toIntention
ProbabilisticSchedulerTransitionEntry
public ProbabilisticSchedulerTransitionEntry(double probability,
String fromIntention,
String toIntention)
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.