Package | Description |
---|---|
conexp.fx.core.algorithm.lattice | |
conexp.fx.core.exporter | |
conexp.fx.core.layout | |
conexp.fx.gui.dataset |
Modifier and Type | Method and Description |
---|---|
static <G,M> TimeTask<Void> |
IFox1.ignore(String id,
AdditiveConceptLayout<G,M> layout,
M m,
QualityMeasure<G,M,Pair<Concept<G,M>,Double>> conflictDistance,
AbstractExecutorService tpe) |
static <G,M> TimeTask<Void> |
IFox2.ignore(String id,
AdditiveConceptLayout<G,M> layout,
M m,
QualityMeasure<G,M,Pair<Concept<G,M>,Double>> conflictDistance,
ExecutorService tpe) |
static <G,M> TimeTask<Void> |
IFox1.select(String id,
AdditiveConceptLayout<G,M> layout,
M m,
QualityMeasure<G,M,Pair<Concept<G,M>,Double>> conflictDistance,
AbstractExecutorService tpe) |
static <G,M> TimeTask<Void> |
IFox2.select(String id,
AdditiveConceptLayout<G,M> layout,
M m,
QualityMeasure<G,M,Pair<Concept<G,M>,Double>> conflictDistance,
ExecutorService tpe) |
Modifier and Type | Method and Description |
---|---|
static <G,M> void |
PDFExporter.export(MatrixContext<G,M> context,
Map<Integer,Integer> domainPermutation,
Map<Integer,Integer> codomainPermutation,
AdditiveConceptLayout<G,M> layout,
boolean exportArrows,
boolean exportLabels,
File file) |
static <G,M> void |
HTMLExporter.export(MatrixContext<G,M> context,
Map<Integer,Integer> domainPermutation,
Map<Integer,Integer> codomainPermutation,
AdditiveConceptLayout<G,M> layout,
boolean exportArrows,
boolean exportLabels,
File file) |
static <G,M> void |
SVGExporter.export(MatrixContext<G,M> context,
Map<Integer,Integer> domainPermutation,
Map<Integer,Integer> codomainPermutation,
AdditiveConceptLayout<G,M> layout,
boolean exportArrows,
boolean exportLabels,
File file) |
static <G,M> void |
PNGExporter.export(MatrixContext<G,M> context,
Map<Integer,Integer> domainPermutation,
Map<Integer,Integer> codomainPermutation,
AdditiveConceptLayout<G,M> layout,
boolean exportArrows,
boolean exportLabels,
File file) |
static <G,M> void |
CFXExporter.export(MatrixContext<G,M> context,
Map<Integer,Integer> domainPermutation,
Map<Integer,Integer> codomainPermutation,
AdditiveConceptLayout<G,M> layout,
File file) |
Constructor and Description |
---|
TeXExporter(MatrixContext<G,M> formalContext,
Map<Integer,Integer> objectPermutation,
Map<Integer,Integer> attributePermutation,
AdditiveConceptLayout<G,M> conceptLayout,
TeXExporter.TeXOptions teXOptions) |
Modifier and Type | Method and Description |
---|---|
AdditiveConceptLayout<G,M> |
AdditiveConceptLayout.clone() |
Modifier and Type | Method and Description |
---|---|
V |
QualityMeasure.apply(AdditiveConceptLayout<G,M> t) |
protected abstract V |
QualityMeasure.compute(AdditiveConceptLayout<G,M> layout) |
Modifier and Type | Method and Description |
---|---|
static <G,M,V> QualityMeasure<G,M,V> |
QualityMeasure.of(Function<AdditiveConceptLayout<G,M>,V> f) |
Constructor and Description |
---|
LayoutEvolution(AdditiveConceptLayout<G,M> layout,
Concept<G,M> concept,
ConceptMovement movement,
double widthFactor,
double heightFactor,
int toSide,
int steps,
int zoomInto,
QualityMeasure<G,M,Pair<Concept<G,M>,Double>> conflictDistance,
ExecutorService tpe) |
Modifier and Type | Field and Description |
---|---|
AdditiveConceptLayout<G,M> |
FCADataset.layout |
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.