| java.lang.Object org.cougaar.servicediscovery.description.LineageEchelonScorer
LineageEchelonScorer | public LineageEchelonScorer()(Code) | | |
scoreServiceInfo | public int scoreServiceInfo(ServiceInfo serviceInfo)(Code) | | Will be called by Matchmaker for each ServiceInfo. Returned score will
be added to the ScoredServiceDescription associated with the Service.
int representing score. Client responsible for understanding the precise value. Current usage assumes lowest value >= 0is the best. Values less than 0 are not suitable. |
setMinimumEchelon | public void setMinimumEchelon(String echelon)(Code) | | |
|
|