|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qedeq.kernel.bo.logic.model.DynamicModel
org.qedeq.kernel.bo.logic.model.SixDynamicModel
public final class SixDynamicModel
A model for our mathematical world. It has entities, functions and predicates. There are also predicate and function constants.
| Field Summary | |
|---|---|
static Entity |
EMPTY
"Zero" or empty set. |
static Function |
FUNCTION_EMPTY
Map to empty class. |
static Function |
FUNCTION_ONE_ONE
Map to {1}. |
static Function |
FUNCTION_ONE_TWO
Map to {2}. |
static Function |
FUNCTION_TWO_ONE_TWO
Map to {1, 2}. |
static Function |
FUNCTION_ZERO_ONE
Map to 1. |
static Function |
FUNCTION_ZERO_TWO
Map to 2. |
static Predicate |
IS_EMPTY
Return true if all values are zero. |
static Predicate |
IS_ONE_ONE
Return true if all values are {1}. |
static Predicate |
IS_ONE_TWO
Return true if all values are {2}. |
static Predicate |
IS_TWO_ONE_TWO
Return true if all values are {2}. |
static Predicate |
IS_ZERO_ONE
Return true if all values are 1. |
static Predicate |
IS_ZERO_TWO
Return true if all values are 2. |
static Predicate |
NOT_IS_ONE_TWO
Are the entities are not all equal to {2}? |
static Entity |
ONE_ONE
"One" or set that contains the empty set. |
static Entity |
ONE_TWO
"Two" or set that contains "zero" and "one". |
static Entity |
TWO_ONE_TWO
"Two" or set that contains "zero" and "one". |
static Entity |
ZERO_ONE
"One" or set that contains the empty set. |
static Entity |
ZERO_TWO
"Two" or set that contains "zero" and "one". |
| Fields inherited from class org.qedeq.kernel.bo.logic.model.DynamicModel |
|---|
EQUAL, EVEN, FALSE, LESS, NOT_EQUAL, NOT_LESS, TRUE |
| Constructor Summary | |
|---|---|
SixDynamicModel()
Constructor. |
|
| Method Summary | |
|---|---|
Entity |
comprehension(Entity[] array)
Create entity out of entity list. |
java.lang.String |
getDescription()
Returns the description for the concrete model. |
| Methods inherited from class org.qedeq.kernel.bo.logic.model.DynamicModel |
|---|
addEntity, addFunction, addFunctionConstant, addPredicate, addPredicateConstant, getEntitiesSize, getEntity, getFunction, getFunctionConstant, getFunctionSize, getName, getPredicate, getPredicateConstant, getPredicateSize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Entity EMPTY
public static final Entity ZERO_ONE
public static final Entity ZERO_TWO
public static final Entity ONE_ONE
public static final Entity ONE_TWO
public static final Entity TWO_ONE_TWO
public static final Function FUNCTION_EMPTY
public static final Function FUNCTION_ZERO_ONE
public static final Function FUNCTION_ZERO_TWO
public static final Function FUNCTION_ONE_ONE
public static final Function FUNCTION_ONE_TWO
public static final Function FUNCTION_TWO_ONE_TWO
public static final Predicate IS_EMPTY
public static final Predicate IS_ZERO_ONE
public static final Predicate IS_ZERO_TWO
public static final Predicate IS_ONE_ONE
public static final Predicate IS_ONE_TWO
public static final Predicate IS_TWO_ONE_TWO
public static final Predicate NOT_IS_ONE_TWO
| Constructor Detail |
|---|
public SixDynamicModel()
| Method Detail |
|---|
public java.lang.String getDescription()
DynamicModel
getDescription in interface ModelgetDescription in class DynamicModelpublic Entity comprehension(Entity[] array)
Model
comprehension in interface Modelcomprehension in class DynamicModelarray - List of elements.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||