public class SchedulingParameters extends java.lang.Object implements java.io.Serializable, java.lang.Cloneable, Subsumable<SchedulingParameters>
Subclasses of this class provide parameters for schedulable objects used by the scheduler to perform the scheduling of these objects.
NOTE: the methods in this class are not synchronized. They cannot be used by several threads simultaneously without proper explicit synchronization.
| Modifier | Constructor and Description |
|---|---|
protected |
SchedulingParameters()
Constructor to create SchedulingParameter that are not associated
with any schedulable object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
clone creates a clone of this object with the same parameters but
without association to any schedulable object
|
boolean |
subsumes(SchedulingParameters other)
Indicates that some set represented by
other is subsumed by the
set represented by this object. |
protected SchedulingParameters()
public java.lang.Object clone()
clone in class java.lang.Objectpublic boolean subsumes(SchedulingParameters other)
other is subsumed by the
set represented by this object.subsumes in interface Subsumable<SchedulingParameters>other - The object to be compared with.other is
subsumed by the set represented by this object.java.lang.UnsupportedOperationException - always, since it is not yet
implemented.aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.