public interface BinaryRelation extends java.lang.Iterable<IntArray>, java.lang.Comparable
Modifier and Type | Method and Description |
---|---|
BinaryRelation |
compose(BinaryRelation beta) |
java.util.NavigableSet<IntArray> |
getPairs() |
boolean |
isRelated(int i,
int j) |
int |
universeSize() |
int universeSize()
boolean isRelated(int i, int j)
java.util.NavigableSet<IntArray> getPairs()
BinaryRelation compose(BinaryRelation beta)
Copyright 2003 Ralph Freese. All Rights Reserved.