scheduler
Class ProbabilisticSchedulerEntry

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

public class ProbabilisticSchedulerEntry
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
 int day
           
 int from
           
 int to
           
 ArrayList<ProbabilisticSchedulerTransitionEntry> transitions
           
 
Constructor Summary
ProbabilisticSchedulerEntry(int from, int to, ArrayList<ProbabilisticSchedulerTransitionEntry> transitions)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

from

public int from

to

public int to

day

public int day

transitions

public ArrayList<ProbabilisticSchedulerTransitionEntry> transitions
Constructor Detail

ProbabilisticSchedulerEntry

public ProbabilisticSchedulerEntry(int from,
                                   int to,
                                   ArrayList<ProbabilisticSchedulerTransitionEntry> transitions)
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.