public interface Context<G,M> extends Relation<G,M>
Relation.NoHomogenRelationException
Modifier and Type | Method and Description |
---|---|
Relation<M,M> |
attributeQuasiOrder() |
MatrixContext<G,M> |
clone() |
Set<G> |
extent(Collection<?> objects) |
Set<G> |
extent(Object... objects) |
Context<G,M> |
getSelection() |
default boolean |
has(Concept<G,M> concept) |
Set<M> |
intent(Collection<?> attributes) |
Set<M> |
intent(Object... attributes) |
default boolean |
models(Collection<Implication<G,M>> implications,
boolean... checkSupport) |
default boolean |
models(Implication<G,M> implication,
boolean... checkSupport) |
Relation<G,G> |
objectQuasiOrder() |
default MatrixContext<G,M> |
toMatrixContext() |
add, addAll, addAllFast, addFast, col, colAnd, colAnd, colHeads, contains, containsAll, density, dispose, empty, equivalenceClasses, fill, filter, isEmpty, isFull, isHomogen, neighborhood, order, remove, removeAll, retainAll, row, rowAnd, rowAnd, rowHeads, size, subRelation, toArray
forEach, iterator, spliterator
equivalent, greater, greaterEq, smaller, smallerEq, uncomparable
compareTo
Set<G> extent(Collection<?> objects)
Set<M> intent(Collection<?> attributes)
Relation<G,G> objectQuasiOrder()
Relation<M,M> attributeQuasiOrder()
Context<G,M> getSelection()
default boolean models(Implication<G,M> implication, boolean... checkSupport)
default boolean models(Collection<Implication<G,M>> implications, boolean... checkSupport)
default MatrixContext<G,M> toMatrixContext()
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.