public class NextClosure extends Object
Constructor and Description |
---|
NextClosure() |
Modifier and Type | Method and Description |
---|---|
static <G,M> Pair<Set<Concept<G,M>>,Set<Implication<G,M>>> |
conceptsAndImplications(MatrixContext<G,M> cxt) |
static <T> Iterable<Set<T>> |
enumerate(SetList<T> base,
SetClosureOperator<T> clop) |
static <T,U> Iterable<U> |
enumerate(SetList<T> base,
U first,
Function<Set<T>,U> clop,
Function<U,Set<T>> inverse) |
static <G,M> Iterable<Either<Concept<G,M>,Implication<G,M>>> |
implications(MatrixContext<G,M> cxt) |
static <G,M> Iterable<Concept<G,M>> |
intents(MatrixContext<G,M> cxt) |
public NextClosure()
public static <G,M> Iterable<Concept<G,M>> intents(MatrixContext<G,M> cxt)
public static <G,M> Iterable<Either<Concept<G,M>,Implication<G,M>>> implications(MatrixContext<G,M> cxt)
public static <G,M> Pair<Set<Concept<G,M>>,Set<Implication<G,M>>> conceptsAndImplications(MatrixContext<G,M> cxt)
public static <T> Iterable<Set<T>> enumerate(SetList<T> base, SetClosureOperator<T> clop)
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.