|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object partage.ComplexInstance.PreemptionConstraint
public static class ComplexInstance.PreemptionConstraint
A static class implementing the Preemption constraint on a set of objects.
Constructor Summary | |
---|---|
ComplexInstance.PreemptionConstraint(int _nO)
The constructor of a PreemptionConstraint object. |
|
ComplexInstance.PreemptionConstraint(int[] _objects)
The constructor of a PreemptionConstraint object. |
Method Summary | |
---|---|
int[] |
getObjects()
The standard getter to the set of objects |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ComplexInstance.PreemptionConstraint(int[] _objects)
PreemptionConstraint
object.
_objects
- the array of objects concerned by the preemption constraint.public ComplexInstance.PreemptionConstraint(int _nO)
PreemptionConstraint
object.
_nO
- the preemption constraint holds on the objects from 1 to _nO
.Method Detail |
---|
public int[] getObjects()
getObjects
in interface ComplexInstance.Constraint
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |