com.webify.wsf.engine.mediation
Class EndpointScore

java.lang.Object
  extended by com.webify.wsf.engine.mediation.EndpointScore

public final class EndpointScore
extends java.lang.Object

Represents an endpoint and its score relative to some context it was evaluated against.

Version:
$Revision: $
Author:
msanchez

Constructor Summary
EndpointScore(java.lang.String endpointId, float score, float cost)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 float getCost()
           
 java.lang.String getEndpointId()
           
 float getScore()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndpointScore

public EndpointScore(java.lang.String endpointId,
                     float score,
                     float cost)
Method Detail

getEndpointId

public java.lang.String getEndpointId()

getCost

public float getCost()

getScore

public float getScore()

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2002-2009 IBM. All Rights Reserved.