com.webify.wsf.engine.mediation
Class EndpointScore
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
EndpointScore
public EndpointScore(java.lang.String endpointId,
float score,
float cost)
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.