All Methods Instance Methods Concrete Methods Deprecated Methods
Modifier and Type |
Method and Description |
void |
_add(int i,
int j) |
Collection<Integer> |
_col(int j) |
Collection<Integer> |
_col(int j,
Collection<Integer> is) |
Collection<Integer> |
_colAnd(int... j) |
BitSetFX |
_colAnd(Iterable<Integer> j) |
BitSetFX |
_colAnd(Iterable<Integer> j,
Collection<Integer> i) |
boolean |
_contains(int i,
int j) |
void |
_flip(int i,
int j) |
void |
_remove(int i,
int j) |
Collection<Integer> |
_row(int i) |
Collection<Integer> |
_row(int i,
Collection<Integer> js) |
Collection<Integer> |
_rowAnd(int... i) |
BitSetFX |
_rowAnd(Iterable<Integer> i) |
BitSetFX |
_rowAnd(Iterable<Integer> i,
Collection<Integer> j) |
boolean |
add(R row,
C col) |
boolean |
addAll(Relation<? extends R,? extends C> r) |
boolean |
addAllFast(Relation<?,?> r) |
void |
addEventHandler(RelationEventHandler<R,C> eventHandler,
RelationEvent.Type... types) |
boolean |
addFast(Object o1,
Object o2) |
void |
addFastSilent(Object o1,
Object o2) |
MatrixRelation<R,C> |
clone() |
Set<R> |
col(Object o) |
Set<R> |
colAnd(Collection<?> c) |
boolean |
contains(Object o1,
Object o2) |
boolean |
containsAll(Relation<?,?> r) |
void |
dispose() |
void |
empty() |
void |
fill() |
protected boolean |
hasEventHandlers(RelationEvent.Type type) |
int |
hashCode() |
boolean |
isAcyclic() |
boolean |
isAlternative() |
boolean |
isAntisymmetric() |
boolean |
isAsymmetric() |
boolean |
isAtransitive() |
boolean |
isConnex() |
boolean |
isCyclic() |
boolean |
isEmpty() |
boolean |
isFull() |
boolean |
isIrreflexive() |
boolean |
isLeftComparative() |
boolean |
isNAcyclic(int n) |
boolean |
isNAtransitive(int n) |
boolean |
isNCyclic(int n) |
boolean |
isNegativAtransitive() |
boolean |
isNegativeTransitive() |
boolean |
isNTransitive(int n) |
boolean |
isQuasiconnex() |
boolean |
isReflexive() |
boolean |
isRightComparative() |
boolean |
isSymmetric() |
boolean |
isTransitive() |
Iterator<Pair<R,C>> |
iterator() |
org.ujmp.core.booleanmatrix.BooleanMatrix |
matrix() |
MatrixRelation<R,R> |
neighborhood() |
MatrixRelation<R,R> |
order() |
protected void |
push(RelationEvent<R,C> event) |
void |
pushAllChangedEvent() |
boolean |
remove(Object o1,
Object o2) |
boolean |
removeAll(Relation<?,?> r) |
void |
removeEventHandler(RelationEvent.Type type,
RelationEventHandler<R,C> eventHandler) |
boolean |
retainAll(Relation<?,?> r) |
void |
rewriteMatrix()
Deprecated.
|
Set<C> |
row(Object o) |
Set<C> |
rowAnd(Collection<?> c) |
void |
setContent(SetList<R> rows,
SetList<C> cols,
org.ujmp.core.booleanmatrix.BooleanMatrix matrix) |
void |
setMatrix(org.ujmp.core.booleanmatrix.BooleanMatrix matrix) |
int |
size() |
Relation<R,R> |
subRelation(Collection<?> c) |
Relation<R,C> |
subRelation(Collection<?> rows,
Collection<?> cols) |
boolean[][] |
toArray() |