public interface IntegerBinaryRelation
Modifier and Type | Method and Description |
---|---|
boolean |
contains(int first,
int second)
Tells whether a pair belongs to this binary relation.
|
Collection<Integer> |
getByFirst(int first)
Returns the elements connecting from a particular element in the first
component.
|
Collection<Integer> |
getBySecond(int second)
Returns the elements connecting to a particular element in the second
component.
|
Set<Integer> |
getElements() |
boolean contains(int first, int second)
first
- first componentsecond
- second componentCollection<Integer> getByFirst(int first)
first
- first componentCollection<Integer> getBySecond(int second)
second
- second componentCopyright © 2009–2015 Chair of Automata Theory - TU Dresden. All rights reserved.