01: package org.cougaar.qos.ResourceStatus;
02:
03: /**
04: * org/cougaar/qos/ResourceStatus/ExceedsThresholdQualifierFactoryOperations.java .
05: * Generated by the IDL-to-Java compiler (portable), version "3.2"
06: * from qrs.idl
07: * Tuesday, August 7, 2007 11:57:30 AM EDT
08: */
09:
10: // greater than the given threshold.
11: public interface ExceedsThresholdQualifierFactoryOperations extends
12: org.cougaar.qos.ResourceStatus.QualifierFactoryOperations {
13: org.cougaar.qos.ResourceStatus.Qualifier getQualifier(
14: double threshold);
15: } // interface ExceedsThresholdQualifierFactoryOperations
|