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> Pair<Set<Concept<G,M>>,Set<Implication<G,M>>> |
NextClosure.conceptsAndImplications(MatrixContext<G,M> cxt) |
Modifier and Type | Method and Description |
---|---|
static <G,M> Pair<Set<Concept<G,M>>,Set<Implication<G,M>>> |
NextClosures2Bit.bitCleanedCompute(Context<G,M> cxt,
ExecutorService executor,
Consumer<Concept<G,M>> conceptConsumer,
Consumer<Implication<G,M>> implicationConsumer,
Consumer<String> updateStatus,
Consumer<Double> updateProgress,
Supplier<Boolean> isCancelled) |
static <G,M> Pair<Set<Concept<G,M>>,Set<Implication<G,M>>> |
NextClosures2Bit.bitCompute(Context<G,M> cxt) |
static <G,M> Pair<Set<Concept<G,M>>,Set<Implication<G,M>>> |
NextClosures2Bit.bitCompute(Context<G,M> cxt,
ExecutorService executor,
Consumer<Concept<G,M>> conceptConsumer,
Consumer<Implication<G,M>> implicationConsumer,
Consumer<String> updateStatus,
Consumer<Double> updateProgress,
Supplier<Boolean> isCancelled) |
static <G,M> Pair<Set<Concept<G,M>>,Set<Implication<G,M>>> |
NextClosures2Bit.bitReducedCompute(Context<G,M> cxt,
ExecutorService executor,
Consumer<Concept<G,M>> conceptConsumer,
Consumer<Implication<G,M>> implicationConsumer,
Consumer<String> updateStatus,
Consumer<Double> updateProgress,
Supplier<Boolean> isCancelled) |
static <G,M> Pair<Set<Concept<G,M>>,Set<Implication<G,M>>> |
NextClosures2.compute(Context<G,M> cxt,
Collection<Implication<G,M>>... backgroundKnowledge) |
static <G,M> Pair<Set<Concept<G,M>>,Set<Implication<G,M>>> |
NextClosures2.compute(Context<G,M> cxt,
ExecutorService executor,
Collection<Implication<G,M>>... backgroundKnowledge) |
static <G,M> Pair<Set<Concept<G,M>>,Set<Implication<G,M>>> |
NextClosures2.compute(Context<G,M> cxt,
ExecutorService executor,
Consumer<Concept<G,M>> conceptConsumer,
Consumer<Implication<G,M>> implicationConsumer,
Consumer<String> updateStatus,
Consumer<Double> updateProgress,
Supplier<Boolean> isCancelled,
Collection<Implication<G,M>>... backgroundKnowledge) |
static <G,M> Pair<Set<Concept<G,M>>,Set<Implication<G,M>>> |
NextClosures2C.compute(Context<G,M> cxt,
ExecutorService executor,
Consumer<Concept<G,M>> conceptConsumer,
Consumer<Implication<G,M>> implicationConsumer,
Consumer<String> updateStatus,
Consumer<Double> updateProgress,
Supplier<Boolean> isCancelled,
SetClosureOperator<M> constraint) |
static <G,M> Pair<Set<Concept<G,M>>,Set<Implication<G,M>>> |
NextClosures2C.compute(Context<G,M> cxt,
ExecutorService executor,
SetClosureOperator<M> constraint) |
static <G,M> Pair<Set<Concept<G,M>>,Set<Implication<G,M>>> |
NextClosures2.compute(Context<G,M> cxt,
int cores,
Collection<Implication<G,M>>... backgroundKnowledge) |
static <G,M> Pair<Set<Concept<G,M>>,Set<Implication<G,M>>> |
NextClosures2C.compute(Context<G,M> cxt,
int cores,
SetClosureOperator<M> constraint) |
static <G,M> Pair<Set<Concept<G,M>>,Set<Implication<G,M>>> |
NextClosures2C.compute(Context<G,M> cxt,
SetClosureOperator<M> constraint) |
static <G,M> Pair<Set<Concept<G,M>>,Set<Implication<G,M>>> |
NextClosures2.compute(Set<M> baseSet,
SetClosureOperator<M> clop,
Function<Set<M>,Set<G>> extension,
Predicate<Set<M>> monotoneBreakPredicate,
ExecutorService executor,
Consumer<Concept<G,M>> conceptConsumer,
Consumer<Implication<G,M>> implicationConsumer,
Consumer<String> updateStatus,
Consumer<Double> updateProgress,
Supplier<Boolean> isCancelled,
Set<Implication<G,M>> backgroundKnowledge) |
static <G,M> Pair<Set<Concept<G,M>>,Set<Implication<G,M>>> |
NextClosures2.compute(Set<M> baseSet,
SetClosureOperator<M> clop,
Function<Set<M>,Set<G>> extension,
Set<Implication<G,M>> backgroundKnowledge) |
Pair<Set<Concept<G,M>>,Set<Implication<G,M>>> |
NextClosuresState.getResultAndDispose() |
Modifier and Type | Class and Description |
---|---|
class |
Either<L,R> |
class |
IntPair |
Modifier and Type | Method and Description |
---|---|
static <X,Y> Pair<X,Y> |
Pair.of(X x,
Y y) |
Modifier and Type | Method and Description |
---|---|
static <T,E> ListIterator<Pair<T,E>> |
ListIterators.cartesianProduct(ListIterator<T> it1,
ListIterator<E> it2,
int i) |
static <T,E> ListIterator<Pair<T,E>> |
ListIterators.disjointUnion(ListIterator<T> it1,
ListIterator<E> it2,
int i) |
static <E> Iterable<Pair<E,E>> |
ListIterators.upperCartesianDiagonal(Iterable<E> it) |
static <E> Iterable<Pair<E,E>> |
ListIterators.upperCartesianDiagonalStrict(Iterable<E> it) |
Modifier and Type | Method and Description |
---|---|
Set<Pair<R,C>> |
RelationEvent.getEntries() |
Set<Pair<C,C>> |
RelationEvent.getSetColumns() |
Set<Pair<R,R>> |
RelationEvent.getSetRows() |
Iterator<Pair<R,C>> |
MatrixRelation.iterator() |
Iterator<Pair<R,C>> |
AbstractRelation.iterator() |
Modifier and Type | Method and Description |
---|---|
Relation<R,C> |
Relation.filter(com.google.common.base.Predicate<? super R> rowPredicate,
com.google.common.base.Predicate<? super C> colPredicate,
com.google.common.base.Predicate<Pair<R,C>> relationPredicate) |
Relation<R,C> |
AbstractRelation.filter(com.google.common.base.Predicate<? super R> rowPredicate,
com.google.common.base.Predicate<? super C> colPredicate,
com.google.common.base.Predicate<Pair<R,C>> relationPredicate) |
Constructor and Description |
---|
RelationEvent(RelationEvent.Type type,
Pair<R,R> setRow,
Pair<C,C> setColumn) |
RelationEvent(RelationEvent.Type type,
Pair<R,R> setRow,
Pair<C,C> setColumn) |
Constructor and Description |
---|
RelationEvent(RelationEvent.Type type,
Set<Pair<R,R>> setRows,
Set<Pair<C,C>> setColumns) |
RelationEvent(RelationEvent.Type type,
Set<Pair<R,R>> setRows,
Set<Pair<C,C>> setColumns) |
RelationEvent(RelationEvent.Type type,
Set<R> rows,
Set<C> columns,
Set<Pair<R,C>> entries) |
Modifier and Type | Method and Description |
---|---|
static <T,E> SetList<Pair<T,E>> |
SetLists.cartesianProduct(SetList<T> s1,
SetList<E> s2) |
static <T,E> SetList<Pair<T,E>> |
SetLists.disjointUnion(SetList<T> s1,
SetList<E> s2) |
Modifier and Type | Method and Description |
---|---|
Pair<MatrixContext.Incidence,MatrixContext.Incidence> |
MatrixContext.getValue(G g,
M m,
boolean... withArrows) |
Modifier and Type | Method and Description |
---|---|
Relation<Pair<G,M>,Pair<G,M>> |
MatrixContext.ferrersGraph() |
Relation<Pair<G,M>,Pair<G,M>> |
MatrixContext.ferrersGraph() |
Modifier and Type | Method and Description |
---|---|
MatrixContext<Pair<G,Integer>,LTL<M>> |
TemporalContext.temporalScaling() |
MatrixContext<Pair<G,Integer>,LTL<M>> |
TemporalContext.temporalScaling(Set<Integer> timepoints,
Set<LTL<M>> ltlAttributes) |
MatrixContext<Pair<G,Integer>,LTL<M>> |
TemporalContext.temporalScaling(Set<LTL<M>> ltlAttributes) |
Modifier and Type | Method and Description |
---|---|
static <G,M> QualityMeasure<G,M,Pair<Concept<G,M>,Double>> |
QualityMeasure.conflictDistance() |
Modifier and Type | Method and Description |
---|---|
static <G,M> QualityMeasure<G,M,Double> |
QualityMeasure.linearCombination(Pair<Double,QualityMeasure<G,M,Double>>... weightedMeasures) |
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 | Method and Description |
---|---|
static Pair<File,FileFormat> |
FileFormat.of(File file) |
static Pair<File,FileFormat> |
FileFormat.of(File file,
FileFormat... fileFormats) |
Modifier and Type | Method and Description |
---|---|
Map<String,Pair<Datatype,Metadata>> |
Metadata.getKeyDatatypeMap() |
Modifier and Type | Method and Description |
---|---|
Pair<File,FileFormat> |
ConExpFX.showOpenFileDialog(String title,
FileFormat... fileFormats) |
Modifier and Type | Field and Description |
---|---|
javafx.beans.property.ObjectProperty<Pair<File,FileFormat>> |
TypePage.FileChooseBox.fileProperty |
Modifier and Type | Field and Description |
---|---|
QualityMeasure<G,M,Pair<Concept<G,M>,Double>> |
FCADataset.conflictDistance |
Modifier and Type | Field and Description |
---|---|
protected Pair<T,T> |
Graph.Edge.elements |
Modifier and Type | Field and Description |
---|---|
protected Map<Pair<T,T>,Graph.Edge> |
Graph.edges |
protected Set<Pair<Graph.Vertex,Graph.Edge>> |
Graph.Vertex.pendingVertices |
protected Queue<Pair<T,T>> |
Graph.Controller.removeEdges |
protected Queue<Pair<T,T>> |
Graph.Controller.removeVertices |
Modifier and Type | Method and Description |
---|---|
protected void |
Graph.Controller.disposeEdge(Pair<T,T> elements) |
Constructor and Description |
---|
Edge(Pair<T,T> elements) |
Modifier and Type | Method and Description |
---|---|
abstract <G,M> double |
EdgeStroke.get(Context<G,M> context,
ConceptLattice<G,M> lattice,
Pair<Concept<G,M>,Concept<G,M>> concepts) |
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.