hultig.util
Interface AssignFunction<T>


public interface AssignFunction<T>

Defines the assignment or conection value between two entities.

Copyright: Copyright (c) 2007

Company: UBI/HULTIG


Method Summary
 double value(T x, T y)
          The assignment value between @param x and @param y will be defined here.
 

Method Detail

value

double value(T x,
             T y)
The assignment value between @param x and @param y will be defined here.

Parameters:
x - T
y - T
Returns:
double