Package | Description |
---|---|
conexp.fx.core.builder | |
conexp.fx.core.context |
Modifier and Type | Method and Description |
---|---|
MatrixContext<G,M> |
Request.createContext(MatrixContext.AutomaticMode automaticMode) |
Modifier and Type | Method and Description |
---|---|
static MatrixContext.AutomaticMode |
MatrixContext.AutomaticMode.fromSize(int objs,
int atts) |
static MatrixContext.AutomaticMode |
MatrixContext.AutomaticMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatrixContext.AutomaticMode[] |
MatrixContext.AutomaticMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MatrixContext.initHandlers(boolean selfSelecting,
MatrixContext.AutomaticMode auto) |
Constructor and Description |
---|
MatrixContext(boolean homogen,
MatrixContext.AutomaticMode automaticMode) |
MatrixContext(SetList<G> objects,
SetList<M> attributes,
org.ujmp.core.booleanmatrix.BooleanMatrix matrix,
boolean homogen,
MatrixContext.AutomaticMode automaticMode) |
MatrixContext(SetList<G> objects,
SetList<M> attributes,
boolean homogen,
MatrixContext.AutomaticMode automaticMode) |
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.