org.uacalc.alg.conlat
Interface BinaryRelation
- All Superinterfaces:
- java.lang.Comparable, java.lang.Iterable<IntArray>
- All Known Subinterfaces:
- Partition
- All Known Implementing Classes:
- BasicBinaryRelation, BasicPartition
public interface BinaryRelation
- extends java.lang.Iterable<IntArray>, java.lang.Comparable
| Methods inherited from interface java.lang.Iterable |
iterator |
| Methods inherited from interface java.lang.Comparable |
compareTo |
universeSize
int universeSize()
isRelated
boolean isRelated(int i,
int j)
getPairs
java.util.NavigableSet<IntArray> getPairs()
Copyright 2003 Ralph Freese. All Rights Reserved.