lejos.realtime
Class ImportanceParameters

java.lang.Object
  extended by lejos.realtime.SchedulingParameters
      extended by lejos.realtime.PriorityParameters
          extended by lejos.realtime.ImportanceParameters
All Implemented Interfaces:
Cloneable

public class ImportanceParameters
extends PriorityParameters

Author:
Team iRboT

Constructor Summary
ImportanceParameters(int priority, int importance)
           
 
Method Summary
 int getImportance()
           
 void setImportance(int importance)
           
 String toString()
          Converts the priority value to a string.
 
Methods inherited from class lejos.realtime.PriorityParameters
getPriority, setPriority
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImportanceParameters

public ImportanceParameters(int priority,
                            int importance)
Method Detail

getImportance

public int getImportance()

setImportance

public void setImportance(int importance)

toString

public String toString()
Description copied from class: PriorityParameters
Converts the priority value to a string.

Overrides:
toString in class PriorityParameters
Returns:
A string representing the value of priority.