Package | Description |
---|---|
conexp.fx.core.context |
Modifier and Type | Class and Description |
---|---|
class |
SparseContext<G,M> |
Modifier and Type | Field and Description |
---|---|
AbstractContext<Set<G>,Set<M>> |
MatrixContext.cleaned |
AbstractContext<Set<G>,Set<M>> |
MatrixContext.reduced |
Modifier and Type | Method and Description |
---|---|
static <G> AbstractContext<G,G> |
AbstractContext.fromPredicate(SetList<G> objects,
BiPredicate<G,G> predicate) |
static <G,M> AbstractContext<G,M> |
AbstractContext.fromPredicate(SetList<G> objects,
SetList<M> attributes,
BiPredicate<G,M> predicate) |
AbstractContext<G,M> |
AbstractContext.getSelection() |
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.