jjdh API

dh.java.math.algebra.structure.relation
Interface Relation<S>

All Known Subinterfaces:
EquivalenceRelation<E>
All Known Implementing Classes:
AbstractPartition, OrderedPartition, StupidPartition

public interface Relation<S>


Method Summary
 boolean related(S s1, S s2)
           
 

Method Detail

related

boolean related(S s1,
                S s2)

jjdh API

Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.