Package | Description |
---|---|
conexp.fx.core.collections.relation | |
conexp.fx.core.context | |
conexp.fx.core.exporter | |
conexp.fx.core.layout |
Modifier and Type | Method and Description |
---|---|
MatrixRelation<R,C> |
Relation.clone() |
MatrixRelation<R,C> |
MatrixRelation.clone() |
MatrixRelation<R,C> |
AbstractRelation.clone() |
MatrixRelation<R,R> |
Relation.neighborhood() |
MatrixRelation<R,R> |
MatrixRelation.neighborhood() |
MatrixRelation<R,R> |
AbstractRelation.neighborhood() |
MatrixRelation<R,R> |
Relation.order() |
MatrixRelation<R,R> |
MatrixRelation.order() |
MatrixRelation<R,R> |
AbstractRelation.order() |
Modifier and Type | Class and Description |
---|---|
class |
ConceptLattice<G,M> |
class |
MatrixContext<G,M> |
Modifier and Type | Method and Description |
---|---|
static <G,M> void |
CXTExporter.export(MatrixRelation<G,M> formalContext,
File file) |
static <G,M> void |
CXTExporter.export(MatrixRelation<G,M> context,
Map<Integer,Integer> domainPermutation,
Map<Integer,Integer> codomainPermutation,
File file) |
Constructor and Description |
---|
ChainDecomposer(MatrixRelation<E,E> neighborhood) |
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.