Set the relationship status between two values. @param lhs First value @param rhs Second value @param value Status (i.e. related or not)
(T lhs, T rhs, boolean value)
| 47 | * Status (i.e. related or not) |
| 48 | */ |
| 49 | public void set(T lhs, T rhs, boolean value); |
| 50 | |
| 51 | /** |
| 52 | * A simple and rather inefficient implementation of BinaryRelation which |
no outgoing calls